Nengo.ca

Package ca.nengo.config.ui

Interface Summary
ConfigurationChangeListener.EditorProxy An editor component (from ConfigurationHandler.getEditor(...)) must implement EditorProxy in order to allow retrieval of a new value when editing is complete.
 

Class Summary
AquaTreeUI To be used in place of the Mac look & feel apple.laf.AquaTreeUI (and CUIAquaTree), which seem not to respect differences in tree cell size, or to expand tree cells when they change size.
ConfigExceptionHandler Handles UI-generated exceptions consistently.
ConfigurationChangeListener A listener for changes to Property values.
ConfigurationTreeCellEditor TreeCellEditor for configuration trees.
ConfigurationTreeCellRenderer Renderer for cells in a configuration tree.
ConfigurationTreeModel Data model underlying JTree user interface for a Configurable.
ConfigurationTreeModel.NullValue For the configuration UI to use in place of a null parameter value.
ConfigurationTreeModel.Value A wrapper for property values: stores index and configuration (if applicable)
ConfigurationTreePopupListener Creates a popup menu for configuration tree nodes, to allow refreshing, adding/setting/removing, etc.
MatrixEditor An UI component for editing matrices.
NewConfigurableDialog A dialog box through which the user can construct a new object.
NewConfigurableDialog.ConstructionProperties Class used to pass configuration properties to created classes.
 


Nengo.ca