|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
com.lowagie.rups.view.icons.IconTreeNode
public class IconTreeNode
A tree node with a specific icon.
Field Summary | |
---|---|
protected javax.swing.Icon |
icon
The icon that has to be used for this TreeNode. |
private static long |
serialVersionUID
A Serial Version UID. |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
IconTreeNode(java.lang.String icon)
Constructs an IconTreeNode. |
|
IconTreeNode(java.lang.String icon,
java.lang.Object userobject)
Constructs an IconTreeNode. |
Method Summary | |
---|---|
javax.swing.Icon |
getIcon()
Getter for the icon. |
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, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected javax.swing.Icon icon
private static final long serialVersionUID
Constructor Detail |
---|
public IconTreeNode(java.lang.String icon)
icon
- the filename of the icon to use for this node.public IconTreeNode(java.lang.String icon, java.lang.Object userobject)
icon
- the filename of the icon to use for this node.userobject
- the userobject for this nodeMethod Detail |
---|
public javax.swing.Icon getIcon()
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |