Uses of Interface
com._1c.g5.aef2.standard.definitions.IComponentFactory
-
-
Uses of IComponentFactory in com._1c.g5.aef2.standard.definitions
Subinterfaces of IComponentFactory in com._1c.g5.aef2.standard.definitions Modifier and Type Interface Description interface
IContainerDefinition
The definition interface that can keeps other definitions and describes the layout of child definitions.interface
IDefinition
An object capable of creating AEF2 components and returning specific information for using these components in the infrastructure of AEF2 scenes (including layout data and component search identifiers).interface
IFieldDefinition
The definition that describes some feature of the EMF object.interface
ILabeledDefinition
The definition that describes UI element with label.interface
IManagingDefinition
TheIContainerDefinition
successor that keeps the policies for managing child definition.interface
IOperationFieldDefinition
The definition that describes some operation of the EMF object.Classes in com._1c.g5.aef2.standard.definitions that implement IComponentFactory Modifier and Type Class Description class
AbstractDefinition
The basic class of the definition.class
ContainerDefinition
The container definition that keeps other definitions.class
FieldDefinition
The field definition is a definition of a component capable of editing a list of features of an object.class
LabeledDefinition
TheILabeledDefinition
implementation that allows to set and retrieve a label over the basic definition functionality.class
ManagingDefinition
The implementation of theIManagingDefinition
.class
OperationFieldDefinition
The operation field definition represents the definition of some operation of the object.class
SectionDefinition
The section definition describes all needed properties to build labeled section that keeps inner UI controls.class
SeparatorDefinition
Definition that defines the separator control.class
StringFieldDefinition
TheIStringIdFieldDefinition
implementation.Methods in com._1c.g5.aef2.standard.definitions with parameters of type IComponentFactory Modifier and Type Method Description void
AbstractDefinition. setComponentFactory(IComponentFactory factory)
Sets the component factory which will be directly used in component creation. -
Uses of IComponentFactory in com._1c.g5.aef2.standard.definitions.builders
Methods in com._1c.g5.aef2.standard.definitions.builders with parameters of type IComponentFactory Modifier and Type Method Description T
SectionDefinitionBuilder. componentFactory(IComponentFactory componentFactory)
A convenience wrapper forSetupDefinitionBuilder.componentFactory(IComponentFactory)
.T
SetupDefinitionBuilder. componentFactory(IComponentFactory factory)
Sets a factory that will be used to directly obtain a component. -
Uses of IComponentFactory in com._1c.g5.v8.dt.bp.scheme.ui.aef.descriptors
Classes in com._1c.g5.v8.dt.bp.scheme.ui.aef.descriptors that implement IComponentFactory Modifier and Type Class Description protected static class
GraphicalSchemeFigureDescriptor.GraphicalSchemePictureComponentFactory
Component factory for graphical scheme picture.protected static class
GraphicalSchemeItemDescriptor.GraphicalSchemeLineComponentFactory
Component factory for graphical scheme line. -
Uses of IComponentFactory in com._1c.g5.v8.dt.md.ui.extension.aef.definitions
Subinterfaces of IComponentFactory in com._1c.g5.v8.dt.md.ui.extension.aef.definitions Modifier and Type Interface Description interface
IExtendedFieldDefinition
Extendeded fiend definition that shows extended label component instead of original simple label component.Classes in com._1c.g5.v8.dt.md.ui.extension.aef.definitions that implement IComponentFactory Modifier and Type Class Description class
ExtendedFieldDefinition
Extendeded fiend definition that shows extended label component instead of original simple label component. -
Uses of IComponentFactory in com._1c.g5.v8.dt.ui.editor.aef.definition
Subinterfaces of IComponentFactory 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 IComponentFactory Modifier and Type Class Description class
DtGranularEditorManagingDefinition
TheIDtGranularEditorManagingDefinition
implementaion.
-