Uses of Class
com.threerings.opengl.gui.config.UserInterfaceConfig

Packages that use UserInterfaceConfig
com.threerings.opengl.gui User interface classes. 
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.gui.tools   
 

Uses of UserInterfaceConfig in com.threerings.opengl.gui
 

Methods in com.threerings.opengl.gui that return UserInterfaceConfig
 UserInterfaceConfig UserInterface.getConfig()
          Returns a reference to the configuration.
 

Methods in com.threerings.opengl.gui with parameters of type UserInterfaceConfig
 void UserInterface.setConfig(UserInterfaceConfig config)
          Sets the configuration.
 

Method parameters in com.threerings.opengl.gui with type arguments of type UserInterfaceConfig
 void UserInterface.setConfig(ConfigReference<UserInterfaceConfig> ref)
          Sets the configuration.
 

Constructors in com.threerings.opengl.gui with parameters of type UserInterfaceConfig
UserInterface(GlContext ctx, UserInterfaceConfig config)
          Creates a new interface with the given configuration.
 

Constructor parameters in com.threerings.opengl.gui with type arguments of type UserInterfaceConfig
UserInterface(GlContext ctx, ConfigReference<UserInterfaceConfig> ref)
          Creates a new interface with the referenced configuration.
UserInterfaceWindow(GlContext ctx, boolean stretch, ConfigReference<UserInterfaceConfig> ref)
          Creates a new user interface window.
 

Uses of UserInterfaceConfig in com.threerings.opengl.gui.config
 

Fields in com.threerings.opengl.gui.config with type parameters of type UserInterfaceConfig
 ConfigReference<UserInterfaceConfig> UserInterfaceConfig.Derived.userInterface
          The interface reference.
 ConfigReference<UserInterfaceConfig> ComponentConfig.UserInterface.userInterface
          The user interface reference.
 

Uses of UserInterfaceConfig in com.threerings.opengl.gui.tools
 

Method parameters in com.threerings.opengl.gui.tools with type arguments of type UserInterfaceConfig
 void InterfaceTester.configUpdated(ConfigEvent<UserInterfaceConfig> event)
           
 



Copyright © 2011. All Rights Reserved.