edu.stanford.smi.protegex.widget.instancetable
Class VisibleSlotDescription
java.lang.Object
edu.stanford.smi.protegex.widget.instancetable.VisibleSlotDescription
- public class VisibleSlotDescription
- extends Object
Wrapper around all the information that describes how a slot appears.
- Author:
- William Grosso
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
slot
public Slot slot
columnName
public String columnName
color
public Color color
preferredSize
public int preferredSize
VisibleSlotDescription
public VisibleSlotDescription(KnowledgeBase kb,
PropertyList plist,
String slotName)
VisibleSlotDescription
public VisibleSlotDescription(Slot theSlot)
VisibleSlotDescription
public VisibleSlotDescription(Slot theSlot,
Color theColor,
String theColumnName,
int thePreferredSize)
writeToPropertyList
public void writeToPropertyList(PropertyList plist)
Submit a bug report or feature request