| Interface | Description |
|---|---|
| IExtendedViewerColumn | |
| XViewerControlFactory |
interface to create the controls
|
| XViewerConverter |
interface to manage the input
|
| Class | Description |
|---|---|
| CellEditDescriptor |
description object to define which control, which swtStyle, which inputField and which inputType
|
| DefaultXViewerControlFactory |
Possible controls in the DefaultXViewerControlFactory(07.10.2010):
- org.eclipse.swt.widgets.Text - org.eclipse.swt.widgets.Combo - org.eclipse.swt.widgets.DateTime if you need other controls create your own class implementing the XViewerControlFactory |
| ExtendedViewerColumn |
XViewerColumns with a description map(key is the inputObject.class)
|
| XViewerEditAdapter |
Adapter to edit cells in the XViewer
To edit your columns the columns must be ExtendedViewerColumns. |
| XViewerMultiEditAdapter |
simple multi edit adapter
- Converter.getInput() gives you the current selection in the selObject (first object is the clicked one) |