jjdh.opengl.exercises.playground.scenegraph
Class TreeViewAction
java.lang.Object
jjdh.opengl.exercises.playground.scenegraph.TreeViewAction
- All Implemented Interfaces:
- IAction, ISingularAction
public class TreeViewAction
- extends Object
- implements ISingularAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
root
protected ScenegraphNode root
TreeViewAction
public TreeViewAction(ScenegraphNode root)
execute
public void execute()
- Specified by:
execute
in interface ISingularAction
convert
protected DefaultMutableTreeNode convert(ScenegraphNode root)
convert
protected DefaultMutableTreeNode convert(ScenegraphNode root,
DefaultMutableTreeNode treeNode)
getDescription
public String getDescription()
- Specified by:
getDescription
in interface IAction
- Returns:
- a textual description of the effects of this action
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.