Package com.iizigo.text
Class TEditingSupport
java.lang.Object
org.eclipse.jface.viewers.EditingSupport
com.iizigo.text.TEditingSupport
- All Implemented Interfaces:
- ICellEditorValidator
Editing support for ID column and KStrings in columns with index larger than zero.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- protected booleanCan always edit if correct element: KStringProp.- protected CellEditor- getCellEditor- (Object element) Gets the cell editor.- protected ObjectGets the value to edit.- protected void- initializeCellEditorValue- (CellEditor cellEditor, ViewerCell cell) Initialize the editor.Checks for validity.- protected voidSets the value after editing.- Methods inherited from class org.eclipse.jface.viewers.EditingSupport- getViewer, saveCellEditorValue
- Method Details- initializeCellEditorValueInitialize the editor.- Overrides:
- initializeCellEditorValuein class- EditingSupport
- Parameters:
- cellEditor- The cell editor.
- cell- The cell the editor is working for.
 
- getCellEditorGets the cell editor.- Specified by:
- getCellEditorin class- EditingSupport
 
- canEditCan always edit if correct element: KStringProp.- Specified by:
- canEditin class- EditingSupport
 
- getValueGets the value to edit.- Specified by:
- getValuein class- EditingSupport
 
- setValueSets the value after editing.- Specified by:
- setValuein class- EditingSupport
 
- isValidChecks for validity.- Specified by:
- isValidin interface- ICellEditorValidator