Package com._1c.g5.aef2.viewModels
Interface IContainerControlViewModel
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IContainerViewModel
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CompositeControlViewModel
,CompositeViewModel
,ScrolledCompositeContentViewModel
,ScrolledCompositeViewModel
,SectionViewModel
,TabFolderViewModel
- All Known Implementing Classes:
CompositeControlViewModelImpl
,CompositeViewModelImpl
,ScrolledCompositeContentViewModelImpl
,ScrolledCompositeViewModelImpl
,SectionViewModelImpl
,TabFolderViewModelImpl
public interface IContainerControlViewModel extends IControlViewModel, IContainerViewModel
A representation of the model object 'IContainer Control View Model'. The view model that may contain other view models and has its ownIView
– an SWT composite, for example.
-
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IContainerViewModel
getChildren
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-