Groovy Documentation

griffon.glazedlists.factory
[Groovy] Class EventListModelFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.glazedlists.factory.AbstractModelFactory
          griffon.glazedlists.factory.EventListModelFactory

class EventListModelFactory
extends AbstractModelFactory

Authors:
Andres Almiray


Constructor Summary
EventListModelFactory()

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

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

Constructor Detail

EventListModelFactory

EventListModelFactory()


 
Method Detail

newInstance

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


 

Groovy Documentation