| Interface | Description |
|---|---|
| ICellEditorsRegistry |
Registry for the "celleditors" extension point
|
| ICommandFactoriesRegistry |
Registry for the "commandFactories" extension point.
|
| ICommandFactory |
Creates
Commands for a specific EditingDomain. |
| ICompositeEditorFactory<T> |
The factory interface for creating some control
AbstractCellEditorComposite dedicated to the edition of one java
type. |
| IListener | |
| IModelCellEditHandler | |
| IModelCellEditor | |
| IModelCellEditorContainer<T extends AbstractModelCellEditor> | |
| IModelCellEditorValidator |
Allows validating a cell editor's value before it is committed
|
| INaryEAttributeCellEditor<T> | |
| INaryEReferenceCellEditor<T extends EObject> | |
| INaryFeatureCellEditor | |
| IValidator |
Used to validate the value of a cell editor.
|
| IWidget2<T> |
Implemented by
Composites that are encapsulated in cell editors |
| Class | Description |
|---|---|
| AbstractCellEditorComposite<T> | |
| CellEditorsUtils |