@EditorMessageBundle(value="editor.config")

Package com.threerings.config

Configuration management.

See:
          Description

Interface Summary
ConfigGroupListener<T extends ManagedConfig> Used to notify objects when managed configurations have been added to or removed from a group.
ConfigUpdateListener<T extends ManagedConfig> Used to notify objects when managed configurations have been updated.
 

Class Summary
ArgumentMap Stores arguments in a sorted entry list.
BoundConfig A configuration that may include a number of expressions to be evaluated in the scope in which the configuration is instantiated.
ConfigEvent<T extends ManagedConfig> Contains information about a configuration added, removed, or updated.
ConfigGroup<T extends ManagedConfig> Contains a group of managed configurations, all of the same class.
ConfigManager Manages the set of loaded configurations.
ConfigReference<T extends ManagedConfig> A reference to a configuration that can be embedded in, for example, other configurations.
ConfigReferenceSet A set of config references of different types.
ManagedConfig Represents a configuration managed by the ConfigManager.
Parameter A single configuration parameter.
Parameter.Choice A parameter that allows choosing between several options.
Parameter.Direct A parameter that directly controls a number of fields identified by paths.
Parameter.Translated A parameter that translates its values.
ParameterizedConfig A configuration that may include a number of parameters to be configured when the configuration is referenced.
 

Package com.threerings.config Description

Configuration management.



Copyright © 2011. All Rights Reserved.