Uses of Interface
com._1c.g5.aef2.standard.definitions.IManagingDefinition
-
-
Uses of IManagingDefinition in com._1c.g5.aef2.standard.definitions
Classes in com._1c.g5.aef2.standard.definitions that implement IManagingDefinition Modifier and Type Class Description class
ManagingDefinition
The implementation of theIManagingDefinition
. -
Uses of IManagingDefinition in com._1c.g5.aef2.standard.definitions.models
Methods in com._1c.g5.aef2.standard.definitions.models that return IManagingDefinition Modifier and Type Method Description IManagingDefinition
IManagingModel. getDefinition()
Returns theIManagingDefinition
instance. -
Uses of IManagingDefinition in com._1c.g5.properties.ui
Methods in com._1c.g5.properties.ui that return IManagingDefinition Modifier and Type Method Description IManagingDefinition
PropertyPaletteModel. getDefinition()
Returns theIManagingDefinition
instance.Methods in com._1c.g5.properties.ui with parameters of type IManagingDefinition Modifier and Type Method Description protected void
PropertyPaletteModel. setDefinition(IManagingDefinition definition)
Sets model definition. -
Uses of IManagingDefinition in com._1c.g5.properties.ui.descriptors
Methods in com._1c.g5.properties.ui.descriptors that return IManagingDefinition Modifier and Type Method Description IManagingDefinition
AbstractObjectDescriptor. getDefinition()
Returns the root of definitions tree. -
Uses of IManagingDefinition in com._1c.g5.v8.dt.ui.aef.descriptor
Methods in com._1c.g5.v8.dt.ui.aef.descriptor that return IManagingDefinition Modifier and Type Method Description IManagingDefinition
AbstractObjectDescriptor. getDefinition()
Returns the root of definitions tree. -
Uses of IManagingDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition
Subinterfaces of IManagingDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition Modifier and Type Interface Description interface
IDtGranularEditorManagingDefinition
TheIManagingDefinition
for granular editors.Classes in com._1c.g5.v8.dt.ui.editor.aef.definition that implement IManagingDefinition Modifier and Type Class Description class
DtGranularEditorManagingDefinition
TheIDtGranularEditorManagingDefinition
implementaion. -
Uses of IManagingDefinition in com.e1c.g5.dt.applications.ui.editor
Methods in com.e1c.g5.dt.applications.ui.editor that return IManagingDefinition Modifier and Type Method Description IManagingDefinition
ApplicationEditorDescriptor. getDefinition()
IManagingDefinition
IApplicationEditorDescriptor. getDefinition()
Returns the managing definition.
-