Uses of Class
com.threerings.opengl.gui.Root

Packages that use Root
com.threerings.opengl   
com.threerings.opengl.gui User interface classes. 
com.threerings.tudey.tools Tudey tools. 
com.threerings.tudey.util   
 

Uses of Root in com.threerings.opengl
 

Methods in com.threerings.opengl that return Root
 Root GlDisplayApp.createRoot()
           
 Root GlCanvasApp.createRoot()
           
abstract  Root GlApp.createRoot()
          Creates a user interface root appropriate for this application.
 

Uses of Root in com.threerings.opengl.gui
 

Subclasses of Root in com.threerings.opengl.gui
 class CanvasRoot
          Bridges between the AWT and the BUI input event system when we are being used in an AWT canvas.
 class DisplayRoot
          A root for Display-based apps.
 

Methods in com.threerings.opengl.gui that return Root
 Root Window.getRoot()
          Returns the root node that manages this window.
 

Uses of Root in com.threerings.tudey.tools
 

Methods in com.threerings.tudey.tools that return Root
 Root TudeyTool.getRoot()
           
 

Uses of Root in com.threerings.tudey.util
 

Methods in com.threerings.tudey.util that return Root
 Root TudeyContext.getRoot()
          Returns a reference to the UI root.
 



Copyright © 2011. All Rights Reserved.