Uses of Interface
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor.AbstractModelCellEditor

Packages that use AbstractModelCellEditor
org.eclipse.emf.facet.widgets.celleditors   
org.eclipse.emf.facet.widgets.celleditors.modelCellEditor   
 

Uses of AbstractModelCellEditor in org.eclipse.emf.facet.widgets.celleditors
 

Classes in org.eclipse.emf.facet.widgets.celleditors with type parameters of type AbstractModelCellEditor
 interface IModelCellEditorContainer<T extends AbstractModelCellEditor>
           
 

Methods in org.eclipse.emf.facet.widgets.celleditors that return AbstractModelCellEditor
 AbstractModelCellEditor IModelCellEditorContainer.getModelCellEditor()
           
 

Methods in org.eclipse.emf.facet.widgets.celleditors that return types with arguments of type AbstractModelCellEditor
 java.util.List<IModelCellEditorContainer<? extends AbstractModelCellEditor>> ICellEditorsRegistry.getAllCellEditors()
           
 

Methods in org.eclipse.emf.facet.widgets.celleditors with parameters of type AbstractModelCellEditor
 void IModelCellEditorContainer.setModelCellEditor(AbstractModelCellEditor modelCellEditor)
           
 

Method parameters in org.eclipse.emf.facet.widgets.celleditors with type arguments of type AbstractModelCellEditor
 IModelCellEditor ICellEditorsRegistry.getCellEditorFor(EClassifier type, java.util.List<AbstractModelCellEditor> preferredCellEditors)
          Returns a cell editor to edit a single value of the given type, or null if none was found.
 INaryFeatureCellEditor ICellEditorsRegistry.getNaryCellEditorFor(EClassifier type, java.util.List<AbstractModelCellEditor> preferredCellEditors)
          Returns a cell editor to edit a list of values of the given type, or null if none was found.
 

Uses of AbstractModelCellEditor in org.eclipse.emf.facet.widgets.celleditors.modelCellEditor
 

Subinterfaces of AbstractModelCellEditor in org.eclipse.emf.facet.widgets.celleditors.modelCellEditor
 interface BasicCellEditor
          A representation of the model object ' Basic Cell Editor'.
 interface NaryFeatureCellEditor
          A representation of the model object ' Nary Feature Cell Editor'.
 interface UnaryReferenceCellEditor
          A representation of the model object ' Unary Reference Cell Editor'.