Package org.nuiton.jaxx.demo.tree
Class DemoNode
- java.lang.Object
-
- javax.swing.tree.DefaultMutableTreeNode
-
- org.nuiton.jaxx.runtime.swing.nav.tree.NavTreeNode<DemoNode>
-
- org.nuiton.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 - dev@tchemit.fr
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuiton.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 org.nuiton.jaxx.runtime.swing.nav.tree.NavTreeNode
add, 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, children, 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
children, getAllowsChildren, getChildCount, getIndex
-
-
-
-
Method Detail
-
getContainerNode
public DemoNode getContainerNode()
- Specified by:
getContainerNodein interfaceNavNode<DefaultTreeModel,DemoNode>- Overrides:
getContainerNodein classNavTreeNode<DemoNode>
-
-