|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
edu.stanford.smi.protege.util.SelectableContainer
edu.stanford.smi.protegex.owl.ui.subsumption.SubsumptionTreePanel
edu.stanford.smi.protegex.owl.ui.subsumption.InferredSubsumptionTreePanel
A SubsumptionTreePanel optimized for the inferred tree.
Nested Class Summary | |
private class |
InferredSubsumptionTreePanel.MySelectableTree
|
Nested classes inherited from class edu.stanford.smi.protegex.owl.ui.subsumption.SubsumptionTreePanel |
SubsumptionTreePanel.SuperClsesPanel |
Nested classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
private Action |
assertAction
|
private Action |
displayChangedAction
|
private OWLModel |
owlModel
|
private Action |
saveInferredAction
|
private static String |
TITLE
|
Fields inherited from class edu.stanford.smi.protegex.owl.ui.subsumption.SubsumptionTreePanel |
TYPE |
Fields inherited from class edu.stanford.smi.protege.util.SelectableContainer |
|
Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface edu.stanford.smi.protegex.owl.ui.actions.TreePanel |
GROUP |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
InferredSubsumptionTreePanel(OWLModel owlModel)
|
Method Summary | |
private void |
assertSelectedChange()
|
Hierarchy |
createClone()
Creates a clone of this, i.e. a Hierarchy with the same type and at least a similar configuration. |
protected ClassTree |
createSelectableTree(Action viewAction,
edu.stanford.smi.protege.util.LazyTreeRoot root)
|
protected Action |
createViewClsAction()
|
String |
getTitle()
Gets the title of this instance (e.g. |
void |
navigateToResource(RDFResource resource)
Performs the selection in the associated component(s). |
private void |
saveInferred()
|
protected void |
updateActions()
|
Methods inherited from class edu.stanford.smi.protegex.owl.ui.subsumption.SubsumptionTreePanel |
createPopupMenu, expandRoot, extendSelection, getClsesTree, getDisplayParent, getHeaderComponent, getLabeledComponent, getOWLModel, getPathsToRoot, getPathToRoot, getSelectedClass, getSelectedCls, getTree, getType, isDefaultSynchronized, removeSelection, setDisplayParent, setExpandedCls, setFinderComponent, setRenderer, setSelectedClass, toString |
Methods inherited from class edu.stanford.smi.protege.util.SelectableContainer |
addSelectionListener, clearSelection, dispose, equals, getSelectable, getSelection, getSoleSelection, notifySelectionListeners, onSelectionChange, removeSelectionListener, setNotificationsEnabled, setSelectable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.stanford.smi.protege.util.Selectable |
addSelectionListener, clearSelection, getSelection, notifySelectionListeners, removeSelectionListener |
Field Detail |
private Action assertAction
private Action displayChangedAction
private OWLModel owlModel
private Action saveInferredAction
private static final String TITLE
Constructor Detail |
public InferredSubsumptionTreePanel(OWLModel owlModel)
Method Detail |
private void assertSelectedChange()
public Hierarchy createClone()
Hierarchy
protected ClassTree createSelectableTree(Action viewAction, edu.stanford.smi.protege.util.LazyTreeRoot root)
createSelectableTree
in class SubsumptionTreePanel
protected Action createViewClsAction()
createViewClsAction
in class SubsumptionTreePanel
public String getTitle()
Hierarchy
public void navigateToResource(RDFResource resource)
NavigationHistorySelectable
resource
- the resource to navigate toprivate void saveInferred()
protected void updateActions()
updateActions
in class SubsumptionTreePanel
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |