Uses of Class
com._1c.g5.v8.dt.md.resource.DerivedStateComputerUtil
-
Packages that use DerivedStateComputerUtil Package Description com._1c.g5.v8.dt.md.resource com.e1c.g5.v8.dt.mw.ui com.e1c.g5.v8.dt.mw.ui.register -
-
Uses of DerivedStateComputerUtil in com._1c.g5.v8.dt.md.resource
Constructors in com._1c.g5.v8.dt.md.resource with parameters of type DerivedStateComputerUtil Constructor Description MdFieldInferrer(MdTypeUtil mdTypeUtil, org.eclipse.xtext.naming.IQualifiedNameConverter qualifiedNameConverter, IRuntimeVersionSupport runtimeVersionSupport, IConfigurationProvider configurationProvider, DerivedStateComputerUtil derivedStateComputerUtil, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, MdRuQualifiedNameProvider ruQualifiedNameProvider)
-
Uses of DerivedStateComputerUtil in com.e1c.g5.v8.dt.mw.ui
Methods in com.e1c.g5.v8.dt.mw.ui with parameters of type DerivedStateComputerUtil Modifier and Type Method Description void
DocumentSection. createDocumentSection(org.eclipse.swt.widgets.Composite parent, Document document, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)
Сreates a document section.Constructors in com.e1c.g5.v8.dt.mw.ui with parameters of type DerivedStateComputerUtil Constructor Description ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, Document document, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmEditingContext bmEditingContext, Configuration configuration, boolean canEdit, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)
Creates a dialog for this document. -
Uses of DerivedStateComputerUtil in com.e1c.g5.v8.dt.mw.ui.register
Constructors in com.e1c.g5.v8.dt.mw.ui.register with parameters of type DerivedStateComputerUtil Constructor Description RegisterSection(org.eclipse.swt.widgets.Composite parent, Document document, TreeViewer documentTree, ModuleProcessor moduleProcessor, IBmEditingContext bmEditingContext, Configuration configuration, boolean canEdit, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)
Сreates a register section.
-