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 edu.stanford.smi.protege.model.Slot slot
columnName
public String columnName
color
public Color color
preferredSize
public int preferredSize
VisibleSlotDescription
public VisibleSlotDescription(edu.stanford.smi.protege.model.KnowledgeBase kb,
edu.stanford.smi.protege.util.PropertyList plist,
String slotName)
VisibleSlotDescription
public VisibleSlotDescription(edu.stanford.smi.protege.model.Slot theSlot)
VisibleSlotDescription
public VisibleSlotDescription(edu.stanford.smi.protege.model.Slot theSlot,
Color theColor,
String theColumnName,
int thePreferredSize)
writeToPropertyList
public void writeToPropertyList(edu.stanford.smi.protege.util.PropertyList plist)
Submit a bug report or feature request