Groovy Documentation

griffon.plugins.jgoodies
[Groovy] Class FormFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.plugins.jgoodies.FormFactory

class FormFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
FormFactory()

 
Method Summary
boolean isHandlesNodeChildren()

private static def newFormBuilder(com.jgoodies.forms.layout.FormLayout layout, ResourceBundle bundle, JPanel panel)

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

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

private static def resolveLayout(FactoryBuilderSupport builder, Object name, def layoutValue)

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

FormFactory

FormFactory()


 
Method Detail

isHandlesNodeChildren

boolean isHandlesNodeChildren()


newFormBuilder

private static def newFormBuilder(com.jgoodies.forms.layout.FormLayout layout, ResourceBundle bundle, JPanel panel)


newInstance

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


onNodeChildren

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


resolveLayout

private static def resolveLayout(FactoryBuilderSupport builder, Object name, def layoutValue)


 

Groovy Documentation