|
|||||||||
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.SceneGraphNode
jsynoptic.plugins.java3d.tree.GroupNode
jsynoptic.plugins.java3d.tree.BranchGroupNode
public class BranchGroupNode
Hold a BranchGroup
Nested Class Summary |
---|
Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.tree.GroupNode |
---|
GroupNode.LoaderHandler |
Nested classes/interfaces inherited from class jsynoptic.plugins.java3d.tree.SceneGraphNode |
---|
SceneGraphNode.CopyAction, SceneGraphNode.CutAction, SceneGraphNode.PasteAction, SceneGraphNode.PropertiesAction, SceneGraphNode.RemoveAction |
Field Summary |
---|
Fields inherited from class jsynoptic.plugins.java3d.tree.SceneGraphNode |
---|
sharedResources |
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 | |
---|---|
BranchGroupNode(Tree tree,
java.lang.Object graphObject,
boolean getChildren)
|
Method Summary |
---|
Methods inherited from class jsynoptic.plugins.java3d.tree.GroupNode |
---|
addChild, addSceneGraphObject, getChildrenNodeClass, getSceneGraphChildren, removeChild, removeSceneGraphObject |
Methods inherited from class jsynoptic.plugins.java3d.tree.SceneGraphNode |
---|
addActions, canAddSceneGraphObject, canPaste, cloneNode, copy, cut, getName, paste, remove |
Methods inherited from class jsynoptic.plugins.java3d.tree.AbstractNode |
---|
addResource, addResources, createNode, getAllowsChildren, getChildCount, getDescription, getGraphObject, getIcon, 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 BranchGroupNode(Tree tree, java.lang.Object graphObject, boolean getChildren)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |