Groovy Documentation

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

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

class WaypointFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
WaypointFactory()

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

void setParent(FactoryBuilderSupport builder, Object parent, Object child)

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
 

Constructor Detail

WaypointFactory

WaypointFactory()


 
Method Detail

newInstance

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


setParent

void setParent(FactoryBuilderSupport builder, Object parent, Object child)


toNumber

private def toNumber(def obj)


 

Groovy Documentation