Uses of Class
org.eclipse.nebula.widgets.xviewer.edit.CellEditDescriptor
-
Packages that use CellEditDescriptor Package Description org.eclipse.nebula.widgets.xviewer.edit -
-
Uses of CellEditDescriptor in org.eclipse.nebula.widgets.xviewer.edit
Fields in org.eclipse.nebula.widgets.xviewer.edit with type parameters of type CellEditDescriptor Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,CellEditDescriptor>ExtendedViewerColumn. mapMethods in org.eclipse.nebula.widgets.xviewer.edit that return types with arguments of type CellEditDescriptor 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)Methods in org.eclipse.nebula.widgets.xviewer.edit with parameters of type CellEditDescriptor Modifier and Type Method Description voidExtendedViewerColumn. addMapEntry(java.lang.Class<?> key, CellEditDescriptor ced)voidIExtendedViewerColumn. addMapEntry(java.lang.Class<?> key, CellEditDescriptor ced)org.eclipse.swt.widgets.ControlDefaultXViewerControlFactory. createControl(CellEditDescriptor ced, XViewer xv)org.eclipse.swt.widgets.ControlXViewerControlFactory. createControl(CellEditDescriptor ced, XViewer xv)with the CellEditDescriptor u can get the type of the control and the stylejava.lang.ObjectXViewerConverter. 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 InputbooleanXViewerConverter. isValid(CellEditDescriptor ced, java.lang.Object selObject)is this object valid for this cell?voidXViewerConverter. 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 ControlMethod parameters in org.eclipse.nebula.widgets.xviewer.edit with type arguments of type CellEditDescriptor Modifier and Type Method Description voidExtendedViewerColumn. setCellEditDescriptorMap(java.util.Map<java.lang.Class<?>,CellEditDescriptor> map)voidIExtendedViewerColumn. setCellEditDescriptorMap(java.util.Map<java.lang.Class<?>,CellEditDescriptor> map)
-