jsynoptic.plugins.java3d.tree.data
Class TransformAnimatorNode

java.lang.Object
  extended by javax.swing.tree.DefaultMutableTreeNode
      extended by jsynoptic.plugins.java3d.tree.AbstractNode
          extended by jsynoptic.plugins.java3d.tree.SceneGraphNode
              extended by jsynoptic.plugins.java3d.tree.AnimatorNode
                  extended by jsynoptic.plugins.java3d.tree.data.TransformAnimatorNode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.tree.MutableTreeNode, javax.swing.tree.TreeNode, AddRemoveSceneGraphObject

public class TransformAnimatorNode
extends AnimatorNode

See Also:
Serialized Form

Nested Class Summary
static class TransformAnimatorNode.AnimateSelectionAction
           
 
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
TransformAnimatorNode(Tree tree, java.lang.Object graphObject, boolean getChildren)
           
 
Method Summary
static void loadTransfomrResources()
          Register nodes resources and actions
 
Methods inherited from class jsynoptic.plugins.java3d.tree.AnimatorNode
getChildrenNodeClass, getSceneGraphChildren
 
Methods inherited from class jsynoptic.plugins.java3d.tree.SceneGraphNode
addActions, addSceneGraphObject, canAddSceneGraphObject, canPaste, cloneNode, copy, cut, getName, paste, remove, removeSceneGraphObject
 
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

TransformAnimatorNode

public TransformAnimatorNode(Tree tree,
                             java.lang.Object graphObject,
                             boolean getChildren)
Method Detail

loadTransfomrResources

public static void loadTransfomrResources()
Register nodes resources and actions