Package | Description |
---|---|
org.eclipse.nebula.widgets.xviewer.edit |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.Class<?>,CellEditDescriptor> |
ExtendedViewerColumn.getCellEditDescriptorMap() |
|
java.util.Map<java.lang.Class<?>,CellEditDescriptor> |
IExtendedViewerColumn.getCellEditDescriptorMap() |
get a copy -- to manipulate the map use the methods (addMapEntry, removeMapEntry, clearMap)
|
Modifier and Type | Method | Description |
---|---|---|
void |
ExtendedViewerColumn.addMapEntry(java.lang.Class<?> key,
CellEditDescriptor ced) |
|
void |
IExtendedViewerColumn.addMapEntry(java.lang.Class<?> key,
CellEditDescriptor ced) |
|
org.eclipse.swt.widgets.Control |
DefaultXViewerControlFactory.createControl(CellEditDescriptor ced,
XViewer xv) |
|
org.eclipse.swt.widgets.Control |
XViewerControlFactory.createControl(CellEditDescriptor ced,
XViewer xv) |
with the CellEditDescriptor u can get the type of the control and the style
|
java.lang.Object |
XViewerConverter.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 |
XViewerConverter.isValid(CellEditDescriptor ced,
java.lang.Object selObject) |
is this object valid for this cell?
|
void |
XViewerConverter.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 |
Modifier and Type | Method | Description |
---|---|---|
void |
ExtendedViewerColumn.setCellEditDescriptorMap(java.util.Map<java.lang.Class<?>,CellEditDescriptor> map) |
|
void |
IExtendedViewerColumn.setCellEditDescriptorMap(java.util.Map<java.lang.Class<?>,CellEditDescriptor> map) |