Package com._1c.g5.v8.dt.ui.aef.models
Interface IEmfTreeSelectionModel<O extends org.eclipse.emf.ecore.EObject>
- All Superinterfaces:
IAttribute<O,
,org.eclipse.emf.ecore.EStructuralFeature> IEmfAttribute<O>
,IEmfSelectionModel<O>
,IModel
,ISelectionModel
,IValidable
- All Known Subinterfaces:
IEmfTreeToListSelectionModel<T,
,O> IEmfTreeToSingleItemSelectionModel<T,
O>
- All Known Implementing Classes:
BmAdditionSourceModel
,BmDocumentButtonParameterListModel
,BmDocumentJournalButtonParameterListModel
,BmFilteringTreeToSingleItemSelectionModel
,BmTreeToListSelectionModel
,BmTreeToSingleItemSelectionModel
,EmfTreeToListSelectionModel
,EmfTreeToSingleItemSelectionModel
public interface IEmfTreeSelectionModel<O extends org.eclipse.emf.ecore.EObject>
extends IEmfSelectionModel<O>
-
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.aef2.models.IModel
addModelListener, commit, createWorkingCopy, 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
-
Method Details
-
getContentProvider
ITreeContentProvider getContentProvider()Description copied from interface:ISelectionModel
Returns theIStructuredContentProvider
.- Specified by:
getContentProvider
in interfaceISelectionModel
- Returns:
- the
IStructuredContentProvider
.
-