Package jaxx.demo.tree
Class DemoNode
java.lang.Object
javax.swing.tree.DefaultMutableTreeNode
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,javax.swing.tree.MutableTreeNode,javax.swing.tree.TreeNode,NavNode<javax.swing.tree.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, loadedFields inherited from class javax.swing.tree.DefaultMutableTreeNode
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject -
Constructor Summary
-
Method Summary
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, toStringMethods 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, setUserObjectMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javax.swing.tree.TreeNode
getAllowsChildren, getChildCount, getIndex
-
Constructor Details
-
DemoNode
public DemoNode(java.lang.String id) -
DemoNode
public DemoNode(java.lang.Class<?> internalClass)
-
-
Method Details
-
getContainerNode
- Specified by:
getContainerNodein interfaceNavNode<javax.swing.tree.DefaultTreeModel,DemoNode>- Overrides:
getContainerNodein classNavTreeNode<DemoNode>
-