Package com.e1c.g5.v8.dt.mw.ui.register
Class ExpressionEditingSupport
java.lang.Object
org.eclipse.jface.viewers.EditingSupport
com.e1c.g5.v8.dt.mw.ui.register.ExpressionEditingSupport
Movements constructor register tree editing support. Edit expression in register tree.
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEditingSupport(RegisterSection registerSection, Document document, ModuleProcessor moduleProcessor) Create expression editing support -
Method Summary
Methods inherited from class org.eclipse.jface.viewers.EditingSupport
getViewer, initializeCellEditorValue, saveCellEditorValue
-
Constructor Details
-
ExpressionEditingSupport
public ExpressionEditingSupport(RegisterSection registerSection, Document document, ModuleProcessor moduleProcessor) Create expression editing support- Parameters:
registerSection- - register section by movement constructor,cannot benulldocument- - document for which the movements constructor opens,cannot benullmoduleProcessor- - movement constructor module processor , cannot benull
-
-
Method Details
-
getCellEditor
- Specified by:
getCellEditorin classEditingSupport
-
canEdit
- Specified by:
canEditin classEditingSupport
-
getValue
- Specified by:
getValuein classEditingSupport
-
setValue
- Specified by:
setValuein classEditingSupport
-