Nengo.ca

Package ca.nengo.config

Interface Summary
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.
ConfigurationHandler Manages configuration of Propertys of of a certain Class.
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.
 

Class Summary
ClassRegistry A registry of implementations of selected types of interest (subclasses and interface implementations).
ConfigUtil Configuration-related utility methods.
ConfigUtil.ConfigurationPane  
IconRegistry A registry of graphical Icons that can be used for displaying Property values.
JavaSourceParser Utilities for extracting data from Java source code files, including variable names and documentation.
MainHandler A composite ConfigurationHandler which delegates to other underlying ConfigurationHandlers that can handle specific classes.
 


Nengo.ca