Interface | Description |
---|---|
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 | Description |
---|---|
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 . |
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. |
TextCellEditor |
ICellEditor implementation that wraps a SWT Text control to support
text editing. |
Enum | Description |
---|---|
EditorSelectionEnum |
Enumeration for selection mode within a TextCellEditor.
|
Copyright © 2013. All Rights Reserved.