public interface XViewerConverter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInput(org.eclipse.swt.widgets.Control c,
CellEditDescriptor ced,
java.lang.Object selObject)
Method to put the new Input(from the Control c) into the selObject
- check with the CellEditDescriptor(getInputField) where to save the new Input |
boolean |
isValid(CellEditDescriptor ced,
java.lang.Object selObject)
is this object valid for this cell?
|
void |
setInput(org.eclipse.swt.widgets.Control c,
CellEditDescriptor ced,
java.lang.Object selObject)
Method to fill the Controls
- check with the CellEditDescriptor(getInputField) what to put into the Control |
void setInput(org.eclipse.swt.widgets.Control c,
CellEditDescriptor ced,
java.lang.Object selObject)
c - - current controlced - - the cell edit descriptorselObject - - the selected objectjava.lang.Object getInput(org.eclipse.swt.widgets.Control c,
CellEditDescriptor ced,
java.lang.Object selObject)
c - - current controlced - - the cell edit descriptorselObject - - the selected objectboolean isValid(CellEditDescriptor ced, java.lang.Object selObject)
ced - - the cell edit descriptorselObject - - the selected object