Uses of Interface
com._1c.g5.aef2.standard.definitions.IComponentFactory
Packages that use IComponentFactory
Package
Description
-
Uses of IComponentFactory in com._1c.g5.aef2.standard.definitions
Subinterfaces of IComponentFactory in com._1c.g5.aef2.standard.definitionsModifier and TypeInterfaceDescriptioninterface
The definition interface that can keeps other definitions and describes the layout of child definitions.interface
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
The definition that describes some feature of the EMF object.interface
The definition that describes UI element with label.interface
TheIContainerDefinition
successor that keeps the policies for managing child definition.interface
The definition that describes some operation of the EMF object.Classes in com._1c.g5.aef2.standard.definitions that implement IComponentFactoryModifier and TypeClassDescriptionclass
The basic class of the definition.class
The container definition that keeps other definitions.class
The field definition is a definition of a component capable of editing a list of features of an object.class
TheILabeledDefinition
implementation that allows to set and retrieve a label over the basic definition functionality.class
The implementation of theIManagingDefinition
.class
The operation field definition represents the definition of some operation of the object.class
The section definition describes all needed properties to build labeled section that keeps inner UI controls.class
Definition that defines the separator control.class
TheIStringIdFieldDefinition
implementation.Methods in com._1c.g5.aef2.standard.definitions with parameters of type IComponentFactoryModifier and TypeMethodDescriptionvoid
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 IComponentFactoryModifier and TypeMethodDescriptionSectionDefinitionBuilder.componentFactory
(IComponentFactory componentFactory) A convenience wrapper forSetupDefinitionBuilder.componentFactory(IComponentFactory)
.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 IComponentFactoryModifier and TypeClassDescriptionprotected static class
Component factory for graphical scheme picture.protected static class
Component factory for graphical scheme line. -
Uses of IComponentFactory in com._1c.g5.v8.dt.internal.form.ui.extension.properties.aef.components
Classes in com._1c.g5.v8.dt.internal.form.ui.extension.properties.aef.components that implement IComponentFactoryModifier and TypeClassDescriptionclass
Component factory to create AEF components for command action handlers in form extension elements.class
Component factory to create AEF components for event handlers in form extension elements. -
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.definitionsModifier and TypeInterfaceDescriptioninterface
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 IComponentFactoryModifier and TypeClassDescriptionclass
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.definitionClasses in com._1c.g5.v8.dt.ui.editor.aef.definition that implement IComponentFactory