Groovy Documentation

griffon.glazedlists.factory
[Groovy] Class EventTableModelFactory

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

class EventTableModelFactory
extends AbstractModelFactory

Authors:
Andres Almiray


Constructor Summary
EventTableModelFactory()

 
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

EventTableModelFactory

EventTableModelFactory()


 
Method Detail

newInstance

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


 

Groovy Documentation