Uses of Package
de.jreality.scene.proxy.tree

Packages that use de.jreality.scene.proxy.tree
de.jreality.scene.proxy.tree Package to create arbitrary mirrors of a scene graph's tree structure. 
de.jreality.ui.treeview Renders the tree structure of a scene graph as a Swing JTree. 
 

Classes in de.jreality.scene.proxy.tree used by de.jreality.scene.proxy.tree
EntityFactory
          This class produces SceneGraphNodeEntities, based on the desired update behavior for the proxy.
ProxyConnector
          TODO: comment this
ProxyTreeFactory
          TODO: comment this
SceneGraphNodeEntity
          THis class contains several tree nodes for the covered node.
SceneProxyTreeBuilder
          class for generating proxy trees.
SceneTreeNode
          This class represents a tree version of a SceneGraphNode.
 

Classes in de.jreality.scene.proxy.tree used by de.jreality.ui.treeview
SceneTreeNode
          This class represents a tree version of a SceneGraphNode.
UpToDateSceneProxyBuilder
          This class creates a proxy tree for the given sceneGraph from the root node and cares about adding and removing of objects.