Groovy Documentation

griffon.lanterna.factory
[Groovy] Class CollectionFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.lanterna.factory.CollectionFactory

class CollectionFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
CollectionFactory()

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

void setChild(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

CollectionFactory

CollectionFactory()


 
Method Detail

newInstance

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


setChild

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


 

Groovy Documentation