Groovy Documentation

griffon.glazedlists.factory
[Groovy] Class EventComboBoxModelFactory

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

class EventComboBoxModelFactory
extends AbstractModelFactory

Authors:
Andres Almiray


Constructor Summary
EventComboBoxModelFactory()

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

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

Constructor Detail

EventComboBoxModelFactory

EventComboBoxModelFactory()


 
Method Detail

newInstance

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


 

Groovy Documentation