Uses of Class
com.e1c.g5.v8.dt.gsw.ModuleProcessor
-
Packages that use ModuleProcessor Package Description com.e1c.g5.v8.dt.gsw.ui com.e1c.g5.v8.dt.gsw.ui.creating -
-
Uses of ModuleProcessor in com.e1c.g5.v8.dt.gsw.ui
Constructors in com.e1c.g5.v8.dt.gsw.ui with parameters of type ModuleProcessor Constructor Description ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, BasicDbObject creatingObject, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmModelManager bmModelManager, Configuration configuration, boolean canEdit)
Creates a dialog for this creating object.ConverterItemToField(ModuleProcessor moduleProcessor)
Constructor.GenerationSettingsConstructorValidator(ModuleProcessor moduleProcessor, BasicDbObject creatingObject)
Create generation settings contructor validatorPreviewDialog(Configuration configuration, BasicDbObject creatingObject, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields)
Create preview dialog. -
Uses of ModuleProcessor in com.e1c.g5.v8.dt.gsw.ui.creating
Constructors in com.e1c.g5.v8.dt.gsw.ui.creating with parameters of type ModuleProcessor Constructor Description CreatingObjectSection(org.eclipse.swt.widgets.Composite parent, BasicDbObject creatingObject, BasicObjectsSection basicObjectsSection, ModuleProcessor moduleProcessor, boolean canEdit)
Сreates a creating object section.ExpressionEditingSupport(CreatingObjectSection creatingObjectSection, BasicDbObject creatingObject, ModuleProcessor moduleProcessor, TreeViewer basicObjectsSectionViewer)
Create expression editing supportGenerationSettingsConstructorViewerCellEditor(org.eclipse.swt.widgets.Composite parent, ModuleProcessor moduleProcessor, BasicDbObject creatingObject, CreatingObjectSection creatingObjectSection, TreeViewer basicObjectsSectionViewer)
Create cell editor
-