Package | Description |
---|---|
org.eclipse.emf.facet.widgets.celleditors |
Modifier and Type | Method and Description |
---|---|
Control |
INaryEAttributeCellEditor.activateCell(Composite parent,
java.util.List<T> values,
IModelCellEditHandler editHandler,
EObject eObject,
EStructuralFeature feature)
Initialize a cell for edition of a n-ary feature.
|
Control |
INaryEReferenceCellEditor.activateCell(Composite parent,
java.util.List<T> values,
java.util.List<T> availableValues,
IModelCellEditHandler editHandler,
EObject eObject,
EStructuralFeature feature)
Initialize a cell for edition of a n-ary feature.
|
Control |
IModelCellEditor.activateCell(Composite parent,
java.lang.Object originalValue,
IModelCellEditHandler editHandler,
EStructuralFeature feature,
EObject source)
Initialize a cell for edition.
|