|
Protege 3.4.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TabWidget
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()
|
Collection |
getSelectedInstances()
|
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)
|
void |
synchronizeToInstances(Collection instances)
|
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 |
---|
boolean canClose()
boolean canSave()
void close()
Icon getIcon()
String getShortDescription()
void save()
void setup(WidgetDescriptor descriptor, Project project)
void synchronizeClsTree(Collection clsPath)
void synchronizeToInstances(Collection instances)
Collection getSelectedInstances()
|
Protege 3.4.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |