Interface IEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject>

All Superinterfaces:
IAttribute<O,org.eclipse.emf.ecore.EStructuralFeature>, IEmfAttribute<O>, IModel, ISelectionModel, IValidable
All Known Subinterfaces:
IEmfListSelectionModel<T,O>, IEmfTreeSelectionModel<O>, IEmfTreeToListSelectionModel<T,O>, IEmfTreeToSingleItemSelectionModel<T,O>, IEmfValueSelectionModel<T,O>
All Known Implementing Classes:
BmAdditionSourceModel, BmConfigurationUsePurposesModel, BmDocumentButtonParameterListModel, BmDocumentJournalButtonParameterListModel, BmFilteringTreeToSingleItemSelectionModel, BmFunctionalOptionsListModel, BmListSelectionModel, BmTreeToListSelectionModel, BmTreeToSingleItemSelectionModel, BmValueSelectionModel, EmfListSelectionModel, EmfTreeToListSelectionModel, EmfTreeToSingleItemSelectionModel, EmfValueSelectionModel, ExtendedConfigurationObjectSelectionModel, FunctionalOptionsListGroupModel, StandardObjectValueSelectionModel

public interface IEmfSelectionModel<O extends org.eclipse.emf.ecore.EObject> extends ISelectionModel, IEmfAttribute<O>
The model interface for AbstractSelectionComponent.
  • Method Details