Package com.e1c.g5.v8.dt.gsw.ui.creating
Class ExpressionEditingSupport
java.lang.Object
org.eclipse.jface.viewers.EditingSupport
com.e1c.g5.v8.dt.gsw.ui.creating.ExpressionEditingSupport
Generation settings constructor creating object tree editing support. Edit expression in creating object tree.
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEditingSupport
(CreatingObjectSection creatingObjectSection, MdObject creatingObject, ModuleProcessor moduleProcessor, TreeViewer basicObjectsSectionViewer, IGenerationBasedOnManagementService basedOnManagementService) Create expression editing support -
Method Summary
Methods inherited from class org.eclipse.jface.viewers.EditingSupport
getViewer, initializeCellEditorValue, saveCellEditorValue
-
Constructor Details
-
ExpressionEditingSupport
public ExpressionEditingSupport(CreatingObjectSection creatingObjectSection, MdObject creatingObject, ModuleProcessor moduleProcessor, TreeViewer basicObjectsSectionViewer, IGenerationBasedOnManagementService basedOnManagementService) Create expression editing support- Parameters:
creatingObjectSection
- - register section by generation settings constructor,cannot benull
creatingObject
- - creating object for which the generation settings constructor opens,cannot benull
moduleProcessor
- - generation settings constructor module processor , cannot benull
basicObjectsSectionViewer
- - basic objects section tree viewer , cannot benull
basedOnManagementService
-IGenerationBasedOnManagementService
service reference. Cannot benull
-
-
Method Details
-
getCellEditor
- Specified by:
getCellEditor
in classEditingSupport
-
canEdit
- Specified by:
canEdit
in classEditingSupport
-
getValue
- Specified by:
getValue
in classEditingSupport
-
setValue
- Specified by:
setValue
in classEditingSupport
-