|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.facetmap.simple.SimpleTaxHeading
| Field Summary |
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
SimpleTaxHeading(java.lang.String id)
|
|
SimpleTaxHeading(java.lang.String id,
java.lang.String title)
|
|
| Method Summary | |
java.util.Enumeration |
getBackwardHeadings()
An empty Enumeration is returned if there are no headings to return. |
Facet |
getFacet()
Structure to which this Heading belongs. |
java.util.Enumeration |
getForwardHeadings()
An empty Enumeration is returned if there are no headings to return. |
java.lang.String |
getId()
Unique identifier. |
int |
getIntId()
|
TaxonomicHeading |
getParentHeading()
|
java.util.Enumeration |
getSubheadings()
Returns an Enumeration of TaxonomicHeading objects which are the forward Headings of this Heading -- the child nodes. |
java.lang.String |
getTitle()
The descriptive name of this Heading, for display to users. |
void |
setTitle(java.lang.String title)
|
java.lang.String |
toString()
Overrides the automatic null returned by superclass. |
| Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.facetmap.TaxonomicHeading |
getChildCount |
| Methods inherited from interface com.facetmap.Heading |
isRoot |
| Constructor Detail |
public SimpleTaxHeading(java.lang.String id)
public SimpleTaxHeading(java.lang.String id,
java.lang.String title)
| Method Detail |
public java.lang.String getTitle()
Heading
getTitle in interface Headingpublic void setTitle(java.lang.String title)
setTitle in interface Headingpublic java.lang.String getId()
Heading
getId in interface Headingpublic java.util.Enumeration getSubheadings()
TaxonomicHeading
getSubheadings in interface TaxonomicHeadingpublic TaxonomicHeading getParentHeading()
getParentHeading in interface TaxonomicHeadingpublic java.util.Enumeration getForwardHeadings()
Heading
getForwardHeadings in interface Headingpublic java.util.Enumeration getBackwardHeadings()
Heading
getBackwardHeadings in interface Headingpublic int getIntId()
public Facet getFacet()
Heading
getFacet in interface Headingpublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||