public interface INaryFeatureCellEditor
Modifier and Type | Method and Description |
---|---|
Control |
activateCell(Composite parent,
EStructuralFeature feature,
EObject source,
EditingDomain editingDomain)
Initialize a cell for edition of a n-ary feature.
|
Control activateCell(Composite parent, EStructuralFeature feature, EObject source, EditingDomain editingDomain)
parent
- the SWT control that must contain the cell editorfeature
- the model feature for which the value is editedsource
- the object containing the attribute or referenceeditingDomain
- the source EObject
must be edited only through this
EditingDomain
Control
to be used for capturing the new cell
value