Uses of Class
com.threerings.parlor.game.client.GameConfigurator

Packages that use GameConfigurator
com.threerings.parlor.client   
com.threerings.parlor.game.client   
com.threerings.parlor.game.data   
 

Uses of GameConfigurator in com.threerings.parlor.client
 

Methods in com.threerings.parlor.client with parameters of type GameConfigurator
 void TableConfigurator.init(ParlorContext ctx, GameConfigurator gameConfigurator)
          Initialize the TableConfigurator.
 

Uses of GameConfigurator in com.threerings.parlor.game.client
 

Subclasses of GameConfigurator in com.threerings.parlor.game.client
 class SwingGameConfigurator
          Provides the base from which interfaces can be built to configure games prior to starting them.
 

Uses of GameConfigurator in com.threerings.parlor.game.data
 

Methods in com.threerings.parlor.game.data that return GameConfigurator
 GameConfigurator GameConfig.createConfigurator()
          Creates a configurator that can be used to create a user interface for configuring this instance prior to starting the game.
 



Copyright © 2011. All Rights Reserved.