Uses of Interface
org.eclipse.emf.facet.widgets.celleditors.INaryFeatureCellEditor

Packages that use INaryFeatureCellEditor
org.eclipse.emf.facet.widgets.celleditors   
 

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

Methods in org.eclipse.emf.facet.widgets.celleditors that return INaryFeatureCellEditor
 INaryFeatureCellEditor ICellEditorsRegistry.getNaryCellEditorFor(EClassifier type)
          Returns a cell editor to edit a list of values 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.