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
-
public class ExpressionEditingSupport extends EditingSupport
Movements constructor register tree editing support. Edit expression in register tree.
-
-
Constructor Summary
Constructors Constructor Description ExpressionEditingSupport(RegisterSection registerSection, Document document, ModuleProcessor moduleProcessor)
Create expression editing support
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEdit(Object element)
protected CellEditor
getCellEditor(Object element)
protected Object
getValue(Object element)
protected void
setValue(Object element, Object value)
-
Methods inherited from class org.eclipse.jface.viewers.EditingSupport
getViewer, initializeCellEditorValue, saveCellEditorValue
-
-
-
-
Constructor Detail
-
ExpressionEditingSupport
public ExpressionEditingSupport(RegisterSection registerSection, Document document, ModuleProcessor moduleProcessor)
Create expression editing support- Parameters:
registerSection
- - register section by movement constructor,cannot benull
document
- - document for which the movements constructor opens,cannot benull
moduleProcessor
- - movement constructor module processor , cannot benull
-
-
Method Detail
-
getCellEditor
protected CellEditor getCellEditor(Object element)
- Specified by:
getCellEditor
in classEditingSupport
-
canEdit
protected boolean canEdit(Object element)
- Specified by:
canEdit
in classEditingSupport
-
getValue
protected Object getValue(Object element)
- Specified by:
getValue
in classEditingSupport
-
setValue
protected void setValue(Object element, Object value)
- Specified by:
setValue
in classEditingSupport
-
-