Groovy Documentation

griffon.lanterna.factory
[Groovy] Class ActionFactory

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

class ActionFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
ActionFactory()

 
Method Summary
boolean isHandlesNodeChildren()

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

boolean onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)

 
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

ActionFactory

ActionFactory()


 
Method Detail

isHandlesNodeChildren

boolean isHandlesNodeChildren()


newInstance

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


onNodeChildren

boolean onNodeChildren(FactoryBuilderSupport builder, Object node, Closure childContent)


 

Groovy Documentation