ca.nengo.config.ui
Class ConfigurationTreeModel.NullValue

java.lang.Object
  extended by ca.nengo.config.ui.ConfigurationTreeModel.NullValue
Enclosing class:
ConfigurationTreeModel

public static class ConfigurationTreeModel.NullValue
extends java.lang.Object

For the configuration UI to use in place of a null parameter value.

Author:
Bryan Tripp

Constructor Summary
ConfigurationTreeModel.NullValue()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationTreeModel.NullValue

public ConfigurationTreeModel.NullValue()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object