Protege-2000 1.7

edu.stanford.smi.protege.widget
Interface SlotWidget

All Superinterfaces:
Disposable, Selectable, Widget
All Known Implementing Classes:
AbstractSlotWidget

public interface SlotWidget
extends Widget

Description of the Interface

Author:
Ray Fergerson

Method Summary
 Cls getCls()
           
 Instance getInstance()
           
 Slot getSlot()
           
 void setAssociatedCls(Cls associatedCls)
           
 void setInstance(Instance instance)
           
 void setup(WidgetDescriptor descriptor, boolean isDesignTime, Project project, Cls cls, Slot slot)
           
 
Methods inherited from interface edu.stanford.smi.protege.widget.Widget
addWidgetListener, configure, getDescriptor, getKnowledgeBase, getLabel, getProject, initialize, removeWidgetListener, setLabel
 
Methods inherited from interface edu.stanford.smi.protege.util.Selectable
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener
 
Methods inherited from interface edu.stanford.smi.protege.util.Disposable
dispose
 

Method Detail

getCls

public Cls getCls()

getInstance

public Instance getInstance()

getSlot

public Slot getSlot()

setAssociatedCls

public void setAssociatedCls(Cls associatedCls)

setInstance

public void setInstance(Instance instance)

setup

public void setup(WidgetDescriptor descriptor,
                  boolean isDesignTime,
                  Project project,
                  Cls cls,
                  Slot slot)

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.