jaxx.demo.tree
Class DemoNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by jaxx.runtime.swing.nav.tree.NavTreeNode<DemoNode>
          extended by 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:
tchemit
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
 
Constructor Summary
DemoNode(Class<?> internalClass)
           
DemoNode(String id)
           
 
Method Summary
 DemoNode getContainerNode()
           
 
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 jaxx.runtime.swing.nav.NavNode
isRoot
 
Methods inherited from interface javax.swing.tree.TreeNode
getAllowsChildren, getChildCount, getIndex
 

Constructor Detail

DemoNode

public DemoNode(String id)

DemoNode

public DemoNode(Class<?> internalClass)
Method Detail

getContainerNode

public DemoNode getContainerNode()
Specified by:
getContainerNode in interface NavNode<DefaultTreeModel,DemoNode>
Overrides:
getContainerNode in class NavTreeNode<DemoNode>


Copyright © 2008-2011 CodeLutin. All Rights Reserved.