Uses of Interface
com._1c.g5.aef2.standard.definitions.IComponentFactory
- 
- 
Uses of IComponentFactory in com._1c.g5.aef2.standard.definitionsSubinterfaces of IComponentFactory in com._1c.g5.aef2.standard.definitions Modifier and Type Interface Description interfaceIContainerDefinitionThe definition interface that can keeps other definitions and describes the layout of child definitions.interfaceIDefinitionAn 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).interfaceIFieldDefinitionThe definition that describes some feature of the EMF object.interfaceILabeledDefinitionThe definition that describes UI element with label.interfaceIManagingDefinitionTheIContainerDefinitionsuccessor that keeps the policies for managing child definition.interfaceIOperationFieldDefinitionThe 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 classAbstractDefinitionThe basic class of the definition.classContainerDefinitionThe container definition that keeps other definitions.classFieldDefinitionThe field definition is a definition of a component capable of editing a list of features of an object.classLabeledDefinitionTheILabeledDefinitionimplementation that allows to set and retrieve a label over the basic definition functionality.classManagingDefinitionThe implementation of theIManagingDefinition.classOperationFieldDefinitionThe operation field definition represents the definition of some operation of the object.classSectionDefinitionThe section definition describes all needed properties to build labeled section that keeps inner UI controls.classSeparatorDefinitionDefinition that defines the separator control.classStringFieldDefinitionTheIStringIdFieldDefinitionimplementation.Methods in com._1c.g5.aef2.standard.definitions with parameters of type IComponentFactory Modifier and Type Method Description voidAbstractDefinition. 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.buildersMethods in com._1c.g5.aef2.standard.definitions.builders with parameters of type IComponentFactory Modifier and Type Method Description TSectionDefinitionBuilder. componentFactory(IComponentFactory componentFactory)A convenience wrapper forSetupDefinitionBuilder.componentFactory(IComponentFactory).TSetupDefinitionBuilder. 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.descriptorsClasses in com._1c.g5.v8.dt.bp.scheme.ui.aef.descriptors that implement IComponentFactory Modifier and Type Class Description protected static classGraphicalSchemeFigureDescriptor.GraphicalSchemePictureComponentFactoryComponent factory for graphical scheme picture.protected static classGraphicalSchemeItemDescriptor.GraphicalSchemeLineComponentFactoryComponent factory for graphical scheme line.
- 
Uses of IComponentFactory in com._1c.g5.v8.dt.md.ui.extension.aef.definitionsSubinterfaces of IComponentFactory in com._1c.g5.v8.dt.md.ui.extension.aef.definitions Modifier and Type Interface Description interfaceIExtendedFieldDefinitionExtendeded 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 classExtendedFieldDefinitionExtendeded 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.definitionSubinterfaces of IComponentFactory in com._1c.g5.v8.dt.ui.editor.aef.definition Modifier and Type Interface Description interfaceIDtGranularEditorManagingDefinitionTheIManagingDefinitionfor granular editors.Classes in com._1c.g5.v8.dt.ui.editor.aef.definition that implement IComponentFactory Modifier and Type Class Description classDtGranularEditorManagingDefinitionTheIDtGranularEditorManagingDefinitionimplementaion.
 
-