Groovy Documentation

griffon.lanterna.factory
[Groovy] Class ApplicationFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.lanterna.factory.BeanFactory
          griffon.lanterna.factory.ComponentFactory
              griffon.lanterna.factory.ApplicationFactory

class ApplicationFactory
extends ComponentFactory

Authors:
Andres Almiray


Field Summary
private static int COUNT

 
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 ComponentFactory
setChild
 
Methods inherited from class BeanFactory
isLeaf, newInstance
 
Methods inherited from class AbstractFactory
setParent, isLeaf, isHandlesNodeChildren, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, 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