Protege 3.4.6

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

Field Summary
static String NULL_STRING
           
 
Method Summary
 Object getValue()
           
 boolean isValueAcceptable()
           
 boolean needsToStoreChanges()
           
 void setInstance(Instance instance)
           
 void setSlot(Slot slot)
           
 void storeValueInKB()
           
 

Field Detail

NULL_STRING

static final String NULL_STRING
See Also:
Constant Field Values
Method Detail

getValue

Object getValue()

isValueAcceptable

boolean isValueAcceptable()

needsToStoreChanges

boolean needsToStoreChanges()

setInstance

void setInstance(Instance instance)

setSlot

void setSlot(Slot slot)

storeValueInKB

void storeValueInKB()

Protege 3.4.6

Submit a bug report or feature request