edu.stanford.smi.protegex.widget.scatterbox
Interface Order
- All Known Implementing Classes:
- BasicOrder
- public interface Order
Description of the Interface
- Author:
- William Grosso
fillObjectWithIndexedValue
public void fillObjectWithIndexedValue(Instance instance,
int index)
getIndexForEntry
public int getIndexForEntry(Instance entry)
getIndexForValue
public int getIndexForValue(Object value)
getName
public String getName()
getSize
public int getSize()
getSlot
public Slot getSlot()
getValueForEntry
public Object getValueForEntry(Instance entry)
getValueForIndex
public Object getValueForIndex(int index)
setName
public void setName(String name)
setSlot
public void setSlot(Slot slot)
Submit a bug report or feature request