Uses of Interface
com._1c.g5.aef2.standard.definitions.IContainerDefinition
-
-
Uses of IContainerDefinition in com._1c.g5.aef2.standard.definitions
Subinterfaces of IContainerDefinition in com._1c.g5.aef2.standard.definitions Modifier and Type Interface Description interface
IManagingDefinition
TheIContainerDefinition
successor that keeps the policies for managing child definition.Classes in com._1c.g5.aef2.standard.definitions that implement IContainerDefinition Modifier and Type Class Description class
ContainerDefinition
The container definition that keeps other definitions.class
ManagingDefinition
The implementation of theIManagingDefinition
.class
SectionDefinition
The section definition describes all needed properties to build labeled section that keeps inner UI controls. -
Uses of IContainerDefinition in com._1c.g5.aef2.standard.definitions.models
Methods in com._1c.g5.aef2.standard.definitions.models that return IContainerDefinition Modifier and Type Method Description IContainerDefinition
DefinitionModel. getDefinition()
IContainerDefinition
IDefinitionModel. getDefinition()
Returns the container definition.Constructors in com._1c.g5.aef2.standard.definitions.models with parameters of type IContainerDefinition Constructor Description DefinitionModel(IContainerDefinition definition, Object... objects)
Creates a new instance. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.aef.definitions.rules
Methods in com._1c.g5.v8.dt.ui.aef.definitions.rules with parameters of type IContainerDefinition Modifier and Type Method Description static IRuleInput
DtRuleInput. create(IV8ProjectManager v8projectManager, IContainerDefinition root, Object... objects)
Creates a new instance ofIRuleInput
.Method parameters in com._1c.g5.v8.dt.ui.aef.definitions.rules with type arguments of type IContainerDefinition Modifier and Type Method Description static IRuleInput
DtRuleInput. create(IV8ProjectManager v8projectManager, Collection<IContainerDefinition> roots, Object... objects)
Creates a new instance ofIRuleInput
.Constructor parameters in com._1c.g5.v8.dt.ui.aef.definitions.rules with type arguments of type IContainerDefinition Constructor Description DtRuleInput(IV8ProjectManager v8projectManager, Collection<IContainerDefinition> roots, Object... objects)
Creates a new rule input. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef
Methods in com._1c.g5.v8.dt.ui.editor.aef that return IContainerDefinition Modifier and Type Method Description IContainerDefinition
DtGranularEditorPageDefinitionModel. getDefinition()
Constructors in com._1c.g5.v8.dt.ui.editor.aef with parameters of type IContainerDefinition Constructor Description DtGranularEditorPageDefinitionModel(Supplier<org.eclipse.emf.ecore.EObject> editorModelSupplier, IContainerDefinition definition)
Creates a new model. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.components
Methods in com._1c.g5.v8.dt.ui.editor.aef.components with parameters of type IContainerDefinition Modifier and Type Method Description protected IDefinitionModel
DtGranularEditorPageAefComponent. createDefinitionModel(IContainerDefinition definition)
Creates a new definition model. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition
Subinterfaces of IContainerDefinition 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 IContainerDefinition Modifier and Type Class Description class
DtGranularEditorManagingDefinition
TheIDtGranularEditorManagingDefinition
implementaion. -
Uses of IContainerDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition.builder
Method parameters in com._1c.g5.v8.dt.ui.editor.aef.definition.builder with type arguments of type IContainerDefinition Modifier and Type Method Description static DtGranularEditorPageTwoColumnBuilder
DtGranularEditorPageTwoColumnBuilder. builder(Consumer<List<IContainerDefinition>> endAction)
Returns a new builder.Constructor parameters in com._1c.g5.v8.dt.ui.editor.aef.definition.builder with type arguments of type IContainerDefinition Constructor Description DtGranularEditorPageTwoColumnBuilder(Consumer<List<IContainerDefinition>> endAction)
Creates a new builder.
-