public interface BasicCellEditor extends AbstractModelCellEditor
The following features are supported:
ModelCellEditorPackage.getBasicCellEditor()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBasicCellEditorImpl()
Returns the value of the 'Basic Cell Editor Impl'
attribute.
|
void |
setBasicCellEditorImpl(java.lang.String value)
Sets the value of the '
Basic Cell Editor Impl' attribute. |
getCellId, getCellType, getModelCellEditorImpl, setCellId, setCellTypejava.lang.String getBasicCellEditorImpl()
If the meaning of the 'Basic Cell Editor Impl' attribute isn't clear, there really should be more of a description here...
setBasicCellEditorImpl(String),
ModelCellEditorPackage.getBasicCellEditor_BasicCellEditorImpl()void setBasicCellEditorImpl(java.lang.String value)
Basic Cell Editor Impl' attribute. value - the new value of the 'Basic Cell Editor Impl'
attribute.getBasicCellEditorImpl()