edu.stanford.smi.protegex.widget.abstracttable
Interface TableEditorInterface
- All Known Implementing Classes:
- BooleanEditor, ClassEditor_PullDownMenu, ClassEditor_UseDialog, ComboBoxEditor, FloatEditor, FrameEditor, FrameEditor_PullDownMenu, FrameEditor_UseDialog, InstanceEditor_PullDownMenu, InstanceEditor_UseDialog, IntegerEditor, StringEditor, SymbolEditor, TextFieldEditor
public interface TableEditorInterface
Description of the Interface
- Author:
- William Grosso
NULL_STRING
static final String NULL_STRING
- See Also:
- Constant Field Values
getValue
Object getValue()
isValueAcceptable
boolean isValueAcceptable()
needsToStoreChanges
boolean needsToStoreChanges()
setInstance
void setInstance(Instance instance)
setSlot
void setSlot(Slot slot)
storeValueInKB
void storeValueInKB()
Submit a bug report or feature request