Groovy Documentation

griffon.pivot.factory
[Groovy] Class ApplicationFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.pivot.factory.BeanFactory
          griffon.pivot.factory.PivotBeanFactory
              griffon.pivot.factory.ComponentFactory
                  griffon.pivot.factory.SingleElementContainerFactory
                      griffon.pivot.factory.ApplicationFactory

class ApplicationFactory
extends SingleElementContainerFactory

Authors:
Andres Almiray


Field Summary
private static int COUNT

 
Fields inherited from class SingleElementContainerFactory
constrainedType, setter
 
Fields inherited from class BeanFactory
leaf
 
Constructor Summary
ApplicationFactory()

 
Method Summary
private static String computeWindowName()

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

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

Field Detail

COUNT

private static int COUNT


 
Constructor Detail

ApplicationFactory

ApplicationFactory()


 
Method Detail

computeWindowName

private static String computeWindowName()


newInstance

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


 

Groovy Documentation