Groovy Documentation

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

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

abstract class ConditionRendererFactory
extends AbstractFactory

Constructor Summary
ConditionRendererFactory()

 
Method Summary
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

ConditionRendererFactory

ConditionRendererFactory()


 
Method Detail

setChild

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


 

Groovy Documentation