Uses of Class
com.threerings.config.Parameter

Packages that use Parameter
com.threerings.config Configuration management. 
 

Uses of Parameter in com.threerings.config
 

Subclasses of Parameter in com.threerings.config
static class Parameter.Choice
          A parameter that allows choosing between several options.
static class Parameter.Direct
          A parameter that directly controls a number of fields identified by paths.
static class Parameter.Translated
          A parameter that translates its values.
 

Fields in com.threerings.config declared as Parameter
 Parameter[] ParameterizedConfig.parameters
          The parameters of the configuration.
 

Methods in com.threerings.config that return Parameter
 Parameter ParameterizedConfig.getParameter(String name)
          Returns a reference to the parameter with the supplied name, or null if it doesn't exist.
 



Copyright © 2011. All Rights Reserved.