jjdh API

jjdh.opengl.exercises.playground.scenegraph
Class TreeViewAction

java.lang.Object
  extended by jjdh.opengl.exercises.playground.scenegraph.TreeViewAction
All Implemented Interfaces:
IAction, ISingularAction

public class TreeViewAction
extends Object
implements ISingularAction


Field Summary
protected  ScenegraphNode root
           
 
Constructor Summary
TreeViewAction(ScenegraphNode root)
           
 
Method Summary
protected  DefaultMutableTreeNode convert(ScenegraphNode root)
           
protected  DefaultMutableTreeNode convert(ScenegraphNode root, DefaultMutableTreeNode treeNode)
           
 void execute()
           
 String getDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

root

protected ScenegraphNode root
Constructor Detail

TreeViewAction

public TreeViewAction(ScenegraphNode root)
Method Detail

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

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.