Interface IDtGranularEditorManagingModel
- All Superinterfaces:
IManagingModel
,IModel
,IModelApiAwareModel
,IValidable
- All Known Implementing Classes:
AbstractDtGranularEditorManagingModel
The
IManagingModel
for granular editors managing components.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.ui.contexts.IContextService
Returns theIContextService
instance.Returns theIManagingDefinition
instance.Methods inherited from interface com._1c.g5.aef2.standard.definitions.models.IManagingModel
createRuleInput, getObjects
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.aef2.IModelApiAwareModel
getModelApi, setModelApi
Methods inherited from interface com._1c.g5.aef2.validators.IValidable
addValidator, removeValidator, validate, validate
-
Method Details
-
getDefinition
IDtGranularEditorManagingDefinition getDefinition()Description copied from interface:IManagingModel
Returns theIManagingDefinition
instance.- Specified by:
getDefinition
in interfaceIManagingModel
- Returns:
- the
IManagingDefinition
instance, nevernull
.
-
getContextService
org.eclipse.ui.contexts.IContextService getContextService()Returns theIContextService
instance.- Returns:
- the
IContextService
instance, nevernull
.
-