Uses of Class
com.threerings.config.ConfigGroup

Packages that use ConfigGroup
com.threerings.config Configuration management. 
com.threerings.config.swing   
 

Uses of ConfigGroup in com.threerings.config
 

Methods in com.threerings.config that return ConfigGroup
<T extends ManagedConfig>
ConfigGroup<T>
ConfigManager.getGroup(Class<T> clazz)
          Retrieves the group registered for the specified class.
 ConfigGroup ConfigManager.getGroup(String name)
          Returns the configuration group with the specified name.
 ConfigGroup ConfigManager.getGroup(String name, boolean forward)
          Returns the configuration group with the specified name.
<T extends ManagedConfig>
ConfigGroup<T>[]
ConfigManager.getGroups(Class<T> clazz)
          Retrieves the groups registered for the specified class in this manager and all of its ancestors.
 ConfigGroup[] ConfigManager.getGroups(String name)
          Retrieves the groups with the specified name in this manager and all of its ancestors.
 

Methods in com.threerings.config that return types with arguments of type ConfigGroup
 Collection<ConfigGroup> ConfigManager.getGroups()
          Returns the collection of all registered groups.
 

Uses of ConfigGroup in com.threerings.config.swing
 

Methods in com.threerings.config.swing with parameters of type ConfigGroup
 void ConfigTreeNode.addConfigs(ConfigGroup<ManagedConfig> group)
          Adds all configurations under this node to the supplied group.
 void ConfigTreeNode.removeConfigs(ConfigGroup<ManagedConfig> group)
          Removes all configurations under this node from the supplied group.
 

Constructors in com.threerings.config.swing with parameters of type ConfigGroup
ConfigBox(com.threerings.util.MessageBundle msgs, ConfigGroup[] groups, boolean nullable)
          Creates a new config box.
ConfigBox(com.threerings.util.MessageBundle msgs, ConfigGroup[] groups, boolean nullable, String config)
          Creates a new config box.
ConfigTree(ConfigGroup... groups)
          Creates a new config tree to display the configurations in the specified groups.
ConfigTree(ConfigGroup group, boolean editable)
          Creates a new config tree to display the configurations in the specified group.
 



Copyright © 2011. All Rights Reserved.