Nengo.ca

ca.nengo.config.handlers
Class LongHandler

java.lang.Object
  extended by ca.nengo.config.handlers.BaseHandler
      extended by ca.nengo.config.handlers.LongHandler
All Implemented Interfaces:
ConfigurationHandler

public class LongHandler
extends BaseHandler

ConfigurationHandler for Long values.


Constructor Summary
LongHandler()
          ConfigurationHandler for Long values.
 
Method Summary
 java.lang.Object getDefaultValue(java.lang.Class<?> c)
           
 
Methods inherited from class ca.nengo.config.handlers.BaseHandler
canHandle, fromString, getEditor, getRenderer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LongHandler

public LongHandler()
ConfigurationHandler for Long values.

Method Detail

getDefaultValue

public java.lang.Object getDefaultValue(java.lang.Class<?> c)
Parameters:
c - A class for which canHandle(c) == true
Returns:
A default value of the given class
See Also:
ConfigurationHandler.getDefaultValue(java.lang.Class)

Nengo.ca