Uses of Class
de.jreality.toolsystem.ToolSystem

Packages that use ToolSystem
de.jreality.tools Implementations of standard Tools. 
de.jreality.toolsystem This package is responsable for managing the tools in a scene graph: registering them, handling user input, and triggering their activity based on this input. 
de.jreality.ui.viewerapp Creates pre-configured viewers with tools. 
 

Uses of ToolSystem in de.jreality.tools
 

Methods in de.jreality.tools with parameters of type ToolSystem
 void Timer.attach(ToolSystem ts)
           
 

Uses of ToolSystem in de.jreality.toolsystem
 

Methods in de.jreality.toolsystem that return ToolSystem
static ToolSystem ToolSystem.getToolSystemForViewer(Viewer v)
          This method just looks up and returns the possibly null toolsystem associated to viewer
static ToolSystem ToolSystem.toolSystemForViewer(Viewer v)
          If v has a tool system already associated to it, return it.
 

Methods in de.jreality.toolsystem with parameters of type ToolSystem
static void ToolSystem.setToolSystemForViewer(Viewer v, ToolSystem ts)
           
 

Constructors in de.jreality.toolsystem with parameters of type ToolSystem
ToolUpdateProxy(ToolSystem ts)
           
 

Uses of ToolSystem in de.jreality.ui.viewerapp
 

Methods in de.jreality.ui.viewerapp that return ToolSystem
 ToolSystem ViewerApp.getToolSystem()
           
 

Methods in de.jreality.ui.viewerapp with parameters of type ToolSystem
 void ViewerSwitch.setToolSystem(ToolSystem toolSystem)
          Set all the viewers and the ViewerSwitch to have the same ToolSystem Would it be better to look up the tool system via the scene root, rather than per viewer?