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 booleancanEdit(Object element)protected CellEditorgetCellEditor(Object element)protected ObjectgetValue(Object element)protected voidsetValue(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 benulldocument- - document for which the movements constructor opens,cannot benullmoduleProcessor- - movement constructor module processor , cannot benull
-
-
Method Detail
-
getCellEditor
protected CellEditor getCellEditor(Object element)
- Specified by:
getCellEditorin classEditingSupport
-
canEdit
protected boolean canEdit(Object element)
- Specified by:
canEditin classEditingSupport
-
getValue
protected Object getValue(Object element)
- Specified by:
getValuein classEditingSupport
-
setValue
protected void setValue(Object element, Object value)
- Specified by:
setValuein classEditingSupport
-
-