syn3d.ui.xith3d
Class SceneGraphModelXith3D

java.lang.Object
  extended by syn3d.ui.SceneGraphModel
      extended by syn3d.ui.xith3d.SceneGraphModelXith3D
All Implemented Interfaces:
javax.swing.tree.TreeModel

public class SceneGraphModelXith3D
extends SceneGraphModel

Class description ...

Author:
Claude CAZENAVE

Field Summary
 
Fields inherited from class syn3d.ui.SceneGraphModel
listenerList, resources, rootNode
 
Constructor Summary
SceneGraphModelXith3D()
           
 
Method Summary
 boolean isLeaf3D(java.lang.Object node)
           
static void main(java.lang.String[] args)
          For testing purpose
 
Methods inherited from class syn3d.ui.SceneGraphModel
addTreeModelListener, fireTreeChanged, getChild, getChildCount, getIndexOfChild, getPathToRoot, getPathToRoot, getRoot, getRootNode, isLeaf, removeTreeModelListener, setRootNode, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SceneGraphModelXith3D

public SceneGraphModelXith3D()
Method Detail

isLeaf3D

public boolean isLeaf3D(java.lang.Object node)
Specified by:
isLeaf3D in class SceneGraphModel

main

public static void main(java.lang.String[] args)
For testing purpose

Parameters:
args -