public interface INaryEAttributeCellEditor<T>
Modifier and Type | Method and Description |
---|---|
Control |
activateCell(Composite parent,
java.util.List<T> values,
IModelCellEditHandler editHandler,
EObject eObject,
EStructuralFeature feature)
Initialize a cell for edition of a n-ary feature.
|
java.util.List<T> |
getValue() |
Control activateCell(Composite parent, java.util.List<T> values, IModelCellEditHandler editHandler, EObject eObject, EStructuralFeature feature)
parent
- the SWT control that must contain the cell editorvalues
- the actual values of the referencefeature
- the featureeObject
- the EObject
being currently edited.editHandler
- Control
to be used for capturing the new cell
valuejava.util.List<T> getValue()
IModelCellEditHandler.commit()
is called.