Groovy Documentation

griffon.swing.factory
[Groovy] Class RootFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.swing.factory.RootFactory

class RootFactory
extends AbstractFactory

Identifies the top level node of a script

Authors:
Andres Almiray


Constructor Summary
RootFactory()

 
Method Summary
boolean isLeaf()

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

 
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

RootFactory

RootFactory()


 
Method Detail

isLeaf

boolean isLeaf()


newInstance

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


 

Groovy Documentation