Package jaxx.demo.tree
Class DemoNode
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- jaxx.runtime.swing.nav.tree.NavTreeNode<DemoNode>
-
- jaxx.demo.tree.DemoNode
-
- All Implemented Interfaces:
Serializable,Cloneable,MutableTreeNode,TreeNode,NavNode<DefaultTreeModel,DemoNode>
public class DemoNode extends NavTreeNode<DemoNode>
Basic node of the demo.- Since:
- 2.1
- Author:
- Tony Chemit - chemit@codelutin.com
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jaxx.runtime.swing.nav.tree.NavTreeNode
childLoador, context, dirty, id, internalClass, loaded
-
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DemoNodegetContainerNode()-
Methods inherited from class jaxx.runtime.swing.nav.tree.NavTreeNode
add, children, findNodeById, getChild, getChildAfter, getChildAt, getChildBefore, getContext, getFirstChild, getFirstLeaf, getId, getInternalClass, getLastChild, getLastLeaf, getNextLeaf, getNextNode, getNextSibling, getParent, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getUserObject, insert, isDirty, isLeaf, isLoaded, isStaticNode, isStringNode, populateChilds, populateNode, remove, setDirty, toString
-
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode
add, breadthFirstEnumeration, clone, depthFirstEnumeration, getAllowsChildren, getChildCount, getDepth, getIndex, getLeafCount, getLevel, getPath, getPathToRoot, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, 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 javax.swing.tree.TreeNode
getAllowsChildren, getChildCount, getIndex
-
-
-
-
Method Detail
-
getContainerNode
public DemoNode getContainerNode()
- Specified by:
getContainerNodein interfaceNavNode<DefaultTreeModel,DemoNode>- Overrides:
getContainerNodein classNavTreeNode<DemoNode>
-
-