Protege 2.1.2

edu.stanford.smi.protegex.widget.abstracttable
Interface TableEditorInterface

All Known Implementing Classes:
ComboBoxEditor, FrameEditor_PullDownMenu, FrameEditor_UseDialog, 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

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

getValue

public Object getValue()

isValueAcceptable

public boolean isValueAcceptable()

needsToStoreChanges

public boolean needsToStoreChanges()

setInstance

public void setInstance(Instance instance)

setSlot

public void setSlot(Slot slot)

storeValueInKB

public void storeValueInKB()

Protege 2.1.2

Submit a bug report or feature request