Groovy Documentation

griffon.glazedlists.factory
[Groovy] Class EventTreeModelFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.glazedlists.factory.EventTreeModelFactory

class EventTreeModelFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
EventTreeModelFactory()

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

void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)

 
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

EventTreeModelFactory

EventTreeModelFactory()


 
Method Detail

newInstance

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


onNodeCompleted

void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)


 

Groovy Documentation