|
Protege 3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Basic interface for all tab widgets.
Method Summary | |
boolean |
canClose()
Called when the user attempts to close a project. |
boolean |
canSave()
Called when the user attempts to save a project. |
void |
close()
Called when the user attempts to close a project and all tabs return 'true' from their #canClose() methods. |
Icon |
getIcon()
|
String |
getShortDescription()
|
void |
save()
Called when the user attempts to save a project and all tabs return 'true' from their #canSave() methods. |
void |
setup(WidgetDescriptor descriptor,
Project project)
|
void |
synchronizeClsTree(Collection clsPath)
|
Methods inherited from interface edu.stanford.smi.protege.widget.Widget |
configure, getDescriptor, getKnowledgeBase, getLabel, getProject, initialize, setLabel |
Methods inherited from interface edu.stanford.smi.protege.util.Selectable |
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener |
Methods inherited from interface edu.stanford.smi.protege.plugin.Plugin |
getName |
Methods inherited from interface edu.stanford.smi.protege.util.Disposable |
dispose |
Method Detail |
public boolean canClose()
public boolean canSave()
public void close()
public Icon getIcon()
public String getShortDescription()
public void save()
public void setup(WidgetDescriptor descriptor, Project project)
public void synchronizeClsTree(Collection clsPath)
|
Protege 3.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |