|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
ICellEditor | Interface for implementing editors that can be used in a NatTable. |
IComboBoxDataProvider | Interface to specify a data provider for ComboBoxCellEditor s in
NatTable. |
IEditErrorHandler | An IEditErrorHandler will be used if on data conversion or validation
while editing via ICellEditor an error occurs. |
Class Summary | |
---|---|
AbstractCellEditor | Abstract implementation of ICellEditor that wraps SWT controls to be
NatTable editors. |
AbstractEditErrorHandler | Abstract implementation of IEditErrorHandler that by default calls
the underlying IEditErrorHandler to handle the error. |
CheckBoxCellEditor | ICellEditor implementation for checkbox editors. |
ComboBoxCellEditor | ICellEditor implementation to provide combo box editing behaviour. |
ControlDecorationProvider | This class adds support for adding a ControlDecoration to the editor
controls of a ICellEditor . |
DateCellEditor | ICellEditor implementation that uses a DateTime control for editing. |
MultiLineTextCellEditor | A specialization of TextCellEditor that uses a multi line text editor
as editor control. |
PasswordCellEditor | Specialised TextCellEditor that sets the echo char of the text
control used by this editor to a configured character. |
TableCellEditor | ICellEditor that uses a JFace TableViewer as editor control. |
TextCellEditor | ICellEditor implementation that wraps a SWT Text control to
support text editing. |
Enum Summary | |
---|---|
EditorSelectionEnum | Enumeration for selection mode within a TextCellEditor. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |