Uses of Package
ca.nengo.config

Packages that use ca.nengo.config
ca.nengo.config   
ca.nengo.config.handlers   
ca.nengo.config.impl   
ca.nengo.config.ui   
ca.nengo.math.impl   
ca.nengo.model.impl   
ca.nengo.model.muscle.impl   
ca.nengo.util.impl   
 

Classes in ca.nengo.config used by ca.nengo.config
ClassRegistry
          A registry of implementations of selected types of interest (subclasses and interface implementations).
Configuration
          Contains all the variable parameters of a Configurable object.
ConfigurationHandler
          Manages configuration of Propertys of of a certain Class.
ConfigUtil.ConfigurationPane
           
IconRegistry
          A registry of graphical Icons that can be used for displaying Property values.
MainHandler
          A composite ConfigurationHandler which delegates to other underlying ConfigurationHandlers that can handle specific classes.
Property
          An element of a Configuration; wraps some property of an object (eg a bean-pattern property).
 

Classes in ca.nengo.config used by ca.nengo.config.handlers
ConfigurationHandler
          Manages configuration of Propertys of of a certain Class.
 

Classes in ca.nengo.config used by ca.nengo.config.impl
Configuration
          Contains all the variable parameters of a Configurable object.
ListProperty
          A Property that can have multiple values, each of which is identified by an integer index.
NamedValueProperty
          A property that can have multiple values, each of which is indexed by a String name.
Property
          An element of a Configuration; wraps some property of an object (eg a bean-pattern property).
SingleValuedProperty
          A Property that has a single value.
 

Classes in ca.nengo.config used by ca.nengo.config.ui
Configuration
          Contains all the variable parameters of a Configurable object.
 

Classes in ca.nengo.config used by ca.nengo.math.impl
Configuration
          Contains all the variable parameters of a Configurable object.
 

Classes in ca.nengo.config used by ca.nengo.model.impl
Configurable
          This interface can be implemented by objects that wish to expose a customized Configuration.
Configuration
          Contains all the variable parameters of a Configurable object.
 

Classes in ca.nengo.config used by ca.nengo.model.muscle.impl
Configuration
          Contains all the variable parameters of a Configurable object.
 

Classes in ca.nengo.config used by ca.nengo.util.impl
Configuration
          Contains all the variable parameters of a Configurable object.