Groovy Documentation

griffon.builder.swingx.factory
[Groovy] Class GeoPositionFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.builder.swingx.factory.GeoPositionFactory

class GeoPositionFactory
extends AbstractFactory

Authors:
Andres Almiray


Field Summary
private static def KEYS

 
Constructor Summary
GeoPositionFactory()

 
Method Summary
Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)

private def toNumber(def obj)

 
Methods inherited from class AbstractFactory
setParent, isLeaf, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

KEYS

private static final def KEYS


 
Constructor Detail

GeoPositionFactory

GeoPositionFactory()


 
Method Detail

newInstance

Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes)


toNumber

private def toNumber(def obj)


 

Groovy Documentation