Groovy Documentation

simplejpa.swing.glazed.factory
[Groovy] Class GlazedColumnFactory

java.lang.Object
  groovy.util.AbstractFactory
      simplejpa.swing.glazed.factory.GlazedColumnFactory

class GlazedColumnFactory
extends AbstractFactory

Constructor Summary
GlazedColumnFactory()

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

void setChild(FactoryBuilderSupport builder, Object parent, Object child)

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

Constructor Detail

GlazedColumnFactory

GlazedColumnFactory()


 
Method Detail

newInstance

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


setChild

@Override
void setChild(FactoryBuilderSupport builder, Object parent, Object child)


 

Groovy Documentation