Package org.eclipse.emf.facet.widgets.celleditors

Interface Summary
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.
IWidget<T> Implemented by Composites that are encapsulated in cell editors
IWidget2<T> Implemented by Composites that are encapsulated in cell editors
 

Class Summary
AbstractCellEditorComposite<T>