Groovy Documentation

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

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

class TileFactoryFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
TileFactoryFactory()

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

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

 
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

TileFactoryFactory

TileFactoryFactory()


 
Method Detail

newInstance

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


setParent

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


 

Groovy Documentation