| Package | Description |
|---|---|
| org.eclipse.emf.facet.widgets.celleditors |
| Modifier and Type | Method and Description |
|---|---|
IModelCellEditor |
ICellEditorsRegistry.getCellEditorFor(EClassifier type)
Returns a cell editor to edit a single value of the given type, or
null if none
was found. |
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. |