Interface | Description |
---|---|
ECPCellEditor |
A common super interface for all CellEditors contributed to ECP.
|
ECPCellEditorComparator |
A
ECPCellEditor may optionally implement the ECPCellEditorComparator interface. |
ECPCellEditorTester |
This interface defines a
ECPCellEditorTester.isApplicable(EObject, EStructuralFeature, ViewModelContext) method which is used to
determine
the priority of a celleditor. |
ECPCustomUpdateCellEditor |
If a
ECPCellEditor additionally implements this interface, the cell editor instance will be notified when
a cell's label and image need to be updated. |
ECPElementAwareCellEditor |
If a
ECPCellEditor additionally implements this interface, the cell editor instance will be notified about
the edited row element before the editor gets activated. |
Class | Description |
---|---|
StringCellEditor |
A String cell editor which displays strings.
|
Copyright © 2017. All rights reserved.