| Package | Description |
|---|---|
| org.eclipse.emf.facet.widgets.celleditors | |
| org.eclipse.emf.facet.widgets.celleditors.modelCellEditor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IModelCellEditorContainer<T extends AbstractModelCellEditor> |
| Modifier and Type | Method and Description |
|---|---|
AbstractModelCellEditor |
IModelCellEditorContainer.getModelCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IModelCellEditorContainer<? extends AbstractModelCellEditor>> |
ICellEditorsRegistry.getAllCellEditors() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CellEditorsUtils.getBundleNameFor(AbstractModelCellEditor editor,
ResourceSet resourceSet)
This method allows to find the bundle name for an editor
|
void |
IModelCellEditorContainer.setModelCellEditor(AbstractModelCellEditor modelCellEditor) |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
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'.
|