Package com._1c.g5.v8.dt.ui.aef.models
Interface IEmfTreeToSingleItemSelectionModel<T,O extends org.eclipse.emf.ecore.EObject>
-
- All Superinterfaces:
IAttribute<O,org.eclipse.emf.ecore.EStructuralFeature>,IEmfAttribute<O>,IEmfSelectionModel<O>,IEmfTreeSelectionModel<O>,IEmfValueSelectionModel<T,O>,IModel,ISelectionModel,IValidable,IValue<T>
- All Known Implementing Classes:
BmFilteringTreeToSingleItemSelectionModel,BmTreeToSingleItemSelectionModel,EmfTreeToSingleItemSelectionModel
public interface IEmfTreeToSingleItemSelectionModel<T,O extends org.eclipse.emf.ecore.EObject> extends IEmfTreeSelectionModel<O>, IEmfValueSelectionModel<T,O>
The model interface forTreeToSingleItemSelectionComponent.
-
-
Method Summary
-
Methods inherited from interface com._1c.g5.aef2.models.IAttribute
getObject, getProperty
-
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.models.IEmfSelectionModel
getWaitingPartIds, isValidState
-
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.models.IEmfTreeSelectionModel
getContentProvider
-
Methods inherited from interface com._1c.g5.aef2.models.IModel
addModelListener, commit, discard, dispose, getChange, getComponent, isOnline, removeModelListener, setComponent
-
Methods inherited from interface com._1c.g5.v8.dt.ui.aef.models.ISelectionModel
getComparator, getComparer, getInput, getLabelProvider, getProject, getV8project, isMulti
-
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Methods inherited from interface com._1c.g5.aef2.models.value.IValue
addValueListener, createWorkingCopy, get, isEqual, removeValueListener, set
-
-