Groovy Documentation

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

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

class TileFactoryInfoFactory
extends AbstractFactory

Authors:
Andres Almiray


Field Summary
private static def DEFAULTS

 
Property Summary
static def KEYS

 
Constructor Summary
TileFactoryInfoFactory()

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

private def toBoolean(def obj)

private def toNumber(def obj)

private def toString(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

DEFAULTS

private static final def DEFAULTS


 
Property Detail

KEYS

static final def KEYS


 
Constructor Detail

TileFactoryInfoFactory

TileFactoryInfoFactory()


 
Method Detail

newInstance

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


toBoolean

private def toBoolean(def obj)


toNumber

private def toNumber(def obj)


toString

private def toString(def obj)


 

Groovy Documentation