Protege-2000 1.7

edu.stanford.smi.protege.widget
Interface ClsWidget

All Superinterfaces:
Disposable, Selectable, Widget
All Known Implementing Classes:
AbstractClsWidget, AbstractWidget

public interface ClsWidget
extends Widget


Method Summary
 Cls getCls()
           
 Instance getInstance()
           
 void layoutLikeCls(Cls cls)
           
 void relayout()
           
 void removeCustomizations()
           
 void setAssociatedCls(Cls associatedCls)
           
 void setInstance(Instance instance)
           
 void setup(WidgetDescriptor descriptor, boolean isDesignTime, Project project, Cls cls)
           
 
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()

layoutLikeCls

public void layoutLikeCls(Cls cls)

relayout

public void relayout()

removeCustomizations

public void removeCustomizations()

setAssociatedCls

public void setAssociatedCls(Cls associatedCls)

setInstance

public void setInstance(Instance instance)

setup

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

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.