|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
jsynoptic.plugins.java3d.tree.AbstractNode
jsynoptic.plugins.java3d.tree.RootNode
public class RootNode
The root of tree node
Field Summary |
---|
Fields inherited from class jsynoptic.plugins.java3d.tree.AbstractNode |
---|
_name |
Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
Constructor Summary | |
---|---|
RootNode(Tree tree,
java.lang.Object graphObject,
boolean getChildren)
|
Method Summary | |
---|---|
protected java.lang.Class<?> |
getChildrenNodeClass(java.lang.Object sceneGraphObject)
According to a child scene graph object, returns the class of the Node to hold it in the Tree |
protected void |
getSceneGraphChildren(java.util.ArrayList<java.lang.Object> list)
Get the list of children of this scene graph object |
void |
notifyChange()
|
Methods inherited from class jsynoptic.plugins.java3d.tree.AbstractNode |
---|
addResource, addResources, createNode, getAllowsChildren, getChildCount, getDescription, getGraphObject, getIcon, getName, getOwner, getTree, refresh |
Methods inherited from class javax.swing.tree.DefaultMutableTreeNode |
---|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getChildAfter, getChildAt, getChildBefore, 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 |
Constructor Detail |
---|
public RootNode(Tree tree, java.lang.Object graphObject, boolean getChildren)
Method Detail |
---|
protected java.lang.Class<?> getChildrenNodeClass(java.lang.Object sceneGraphObject)
AbstractNode
getChildrenNodeClass
in class AbstractNode
sceneGraphObject
- a child object of this Node scene graph object
createNode
protected void getSceneGraphChildren(java.util.ArrayList<java.lang.Object> list)
AbstractNode
getSceneGraphChildren
in class AbstractNode
list
- the list to fill with the scene graph childrenpublic void notifyChange()
notifyChange
in interface UniversePool.Listener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |