| Interface | Description |
|---|---|
| AdapterFactoryCellFactory.ICellCreationListener |
A listener interface for callbacks that process newly created
Cells |
| AdapterFactoryCellFactory.ICellEditHandler |
An interface for providers that handle cell editing.
|
| AdapterFactoryCellFactory.ICellUpdateListener |
A listener interface for callbacks that process
Cells being
updated during Cell.updateItem(T, boolean). |
| Class | Description |
|---|---|
| AdapterFactoryCellFactory |
Base class for the AdapterFactoryCellFactories
|
| AdapterFactoryListCellFactory |
This list cell factory wraps an
AdapterFactory and delegates calls to its ListCells to the
corresponding adapter-implemented item provider interfaces. |
| AdapterFactoryObservableList<T> |
This
ObservableList wraps an AdapterFactory and retrieves its elements from the
adapter-implemented IStructuredItemContentProvider interface. |
| AdapterFactoryTableCellFactory<S,T> |
This list cell factory wraps an
AdapterFactory and delegates calls to its TableCells to the
corresponding adapter-implemented item provider interfaces. |
| AdapterFactoryTreeCellFactory |
This
TreeCell factory wraps an AdapterFactory and delegates calls to its TreeCells
to the corresponding adapter-implemented item provider interfaces. |
| AdapterFactoryTreeItem |
A
TreeItem that wraps an AdapterFactory and retrieves its children from the
adapter-implemented ITreeItemContentProvider interface. |
| AdapterFactoryTreeTableCellFactory<S,T> |
This list cell factory wraps an
AdapterFactory and delegates calls to its TableCells to the
corresponding adapter-implemented item provider interfaces. |
| CellUtil |
Utility for cells
|
| EAttributeCellEditHandler |
Cell editor handler for
EAttribute |
| ProxyCellValueFactory<S,T> |
A cell value factory that simply forwards
TableColumn.CellDataFeatures.getValue() as an ObservableValue
. |
| TreeTableProxyCellValueFactory |
A cell value factory that simply forwards
TreeTableColumn.CellDataFeatures.getValue() as an ObservableValue
. |