org.topbraidcomposer.widgets.row
Interface IRowEditor
- All Superinterfaces:
- IStatementProvider
- All Known Subinterfaces:
- IAssignableRowEditor, ITextRowEditor
- All Known Implementing Classes:
- AbstractComboBoxEditor, AbstractRowEditor, AbstractTextRowEditor, BooleanEditor, ClassEditor, ComboBoxEditor, InstanceEditor, LiteralEditor, RDFListEditor, StringEditor
public interface IRowEditor
- extends IStatementProvider
|
Method Summary |
void |
addDropDownMenuActions(org.eclipse.jface.action.IMenuManager menuManager)
|
org.eclipse.swt.widgets.Control |
getControl()
|
java.lang.String |
getText()
Gets the currently edited value as text (for drag-and-drop). |
void |
updateState()
Advises the editor to update its display state, e.g. |
addDropDownMenuActions
void addDropDownMenuActions(org.eclipse.jface.action.IMenuManager menuManager)
getControl
org.eclipse.swt.widgets.Control getControl()
getText
java.lang.String getText()
- Gets the currently edited value as text (for drag-and-drop).
- Returns:
- a textual representation or null if there is no suitable text
updateState
void updateState()
- Advises the editor to update its display state, e.g. to change the
background color or icon.