|
|||||||||||
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.cls.AssertedClassesPanel
A component displaying the asserted classes tree on the OWLClassesTab.
Nested Class Summary |
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 | |
protected edu.stanford.smi.protege.ui.HeaderComponent |
classBrowserHeader
|
private Action |
createSiblingClassAction
|
private Action |
createSubClassAction
|
protected edu.stanford.smi.protege.util.AllowableAction |
deleteAction
|
private ExistentialAction |
existentialAction
|
private edu.stanford.smi.protege.ui.HeaderComponent |
headerComponent
|
private HierarchyManager |
hierarchyManager
|
protected edu.stanford.smi.protege.util.LabeledComponent |
labeledComponent
|
private OWLModel |
owlModel
|
protected OWLSubclassPane |
subclassPane
|
protected Action |
viewAction
|
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 | |
AssertedClassesPanel(OWLModel owlModel,
HierarchyManager hierarchyManager)
|
|
AssertedClassesPanel(edu.stanford.smi.protege.model.Project project,
HierarchyManager hierarchyManager)
Deprecated. |
Method Summary | |
Hierarchy |
createClone()
Creates a clone of this, i.e. a Hierarchy with the same type and at least a similar configuration. |
protected edu.stanford.smi.protege.ui.HeaderComponent |
createClsBrowserHeader()
|
protected void |
createPanes()
|
private void |
createSibling()
|
private void |
createSubclass()
|
protected OWLSubclassPane |
createSubclassPane(Action viewAction,
RDFSNamedClass rootClass,
Action deleteClsAction)
|
protected OWLSubclassPane |
createSubclassPane(Action viewAction,
RDFSNamedClass rootClass,
Action createClsAction,
Action deleteClsAction)
Deprecated. |
JTree |
getClsesTree()
|
protected edu.stanford.smi.protege.util.AllowableAction |
getDeleteClsAction()
|
protected JComponent |
getDisplayedComponent()
|
JComponent |
getDropComponent()
|
edu.stanford.smi.protege.ui.HeaderComponent |
getHeaderComponent()
|
edu.stanford.smi.protege.util.LabeledComponent |
getLabeledComponent()
|
edu.stanford.smi.protege.model.Project |
getProject()
|
RDFSClass |
getSelectedClass()
|
Collection |
getSelection()
|
String |
getTitle()
Gets the title of this instance (e.g. |
JTree |
getTree()
|
String |
getType()
Gets the general type if this Hierarchy (e.g. |
private Action |
getViewClassAction()
|
boolean |
isDefaultSynchronized()
Checks if this Hierarchy shall be by default synchronized with the asserted class tree. |
void |
navigateToResource(RDFResource resource)
Performs the selection in the associated component(s). |
void |
setExpandedClass(RDFSNamedClass cls,
boolean expanded)
|
void |
setExpandedCls(edu.stanford.smi.protege.model.Cls cls,
boolean expanded)
Deprecated. |
void |
setFinderComponent(JComponent c)
|
void |
setRenderer(edu.stanford.smi.protege.util.DefaultRenderer renderer)
|
void |
setSelectedClass(RDFSClass cls)
Selects a given class in the tree. |
void |
setSelectedCls(edu.stanford.smi.protege.model.Cls cls)
Deprecated. |
void |
showInferred()
|
protected void |
showInstance(edu.stanford.smi.protege.model.Instance instance)
|
protected void |
updateDeleteActionState()
|
Methods inherited from class edu.stanford.smi.protege.util.SelectableContainer |
addSelectionListener, clearSelection, dispose, equals, getSelectable, getSoleSelection, notifySelectionListeners, onSelectionChange, removeSelectionListener, setNotificationsEnabled, setSelectable, toString |
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, notifySelectionListeners, removeSelectionListener |
Field Detail |
protected edu.stanford.smi.protege.ui.HeaderComponent classBrowserHeader
private Action createSiblingClassAction
private Action createSubClassAction
protected edu.stanford.smi.protege.util.AllowableAction deleteAction
private ExistentialAction existentialAction
private edu.stanford.smi.protege.ui.HeaderComponent headerComponent
private HierarchyManager hierarchyManager
protected edu.stanford.smi.protege.util.LabeledComponent labeledComponent
private OWLModel owlModel
protected OWLSubclassPane subclassPane
protected Action viewAction
Constructor Detail |
public AssertedClassesPanel(edu.stanford.smi.protege.model.Project project, HierarchyManager hierarchyManager)
public AssertedClassesPanel(OWLModel owlModel, HierarchyManager hierarchyManager)
Method Detail |
protected OWLSubclassPane createSubclassPane(Action viewAction, RDFSNamedClass rootClass, Action createClsAction, Action deleteClsAction)
protected OWLSubclassPane createSubclassPane(Action viewAction, RDFSNamedClass rootClass, Action deleteClsAction)
public Hierarchy createClone()
Hierarchy
createClone
in interface Hierarchy
protected edu.stanford.smi.protege.ui.HeaderComponent createClsBrowserHeader()
private void createSibling()
private void createSubclass()
protected void createPanes()
public JTree getClsesTree()
protected edu.stanford.smi.protege.util.AllowableAction getDeleteClsAction()
protected JComponent getDisplayedComponent()
public JComponent getDropComponent()
public edu.stanford.smi.protege.ui.HeaderComponent getHeaderComponent()
getHeaderComponent
in interface Hierarchy
public edu.stanford.smi.protege.util.LabeledComponent getLabeledComponent()
public edu.stanford.smi.protege.model.Project getProject()
public Collection getSelection()
getSelection
in interface edu.stanford.smi.protege.util.Selectable
public RDFSClass getSelectedClass()
getSelectedClass
in interface Hierarchy
public String getTitle()
Hierarchy
getTitle
in interface Hierarchy
public JTree getTree()
getTree
in interface TreePanel
public String getType()
Hierarchy
getType
in interface Hierarchy
private Action getViewClassAction()
public boolean isDefaultSynchronized()
Hierarchy
isDefaultSynchronized
in interface Hierarchy
public void navigateToResource(RDFResource resource)
NavigationHistorySelectable
navigateToResource
in interface NavigationHistorySelectable
resource
- the resource to navigate topublic void setExpandedCls(edu.stanford.smi.protege.model.Cls cls, boolean expanded)
public void setExpandedClass(RDFSNamedClass cls, boolean expanded)
public void setFinderComponent(JComponent c)
public void setRenderer(edu.stanford.smi.protege.util.DefaultRenderer renderer)
public void setSelectedClass(RDFSClass cls)
ClassTreePanel
setSelectedClass
in interface Hierarchy
public void setSelectedCls(edu.stanford.smi.protege.model.Cls cls)
setSelectedClass(edu.stanford.smi.protegex.owl.model.RDFSClass)
public void showInferred()
protected void showInstance(edu.stanford.smi.protege.model.Instance instance)
protected void updateDeleteActionState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |