Groovy Documentation

griffon.plugins.oxbow.factory
[Groovy] Class TaskDialogFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.plugins.oxbow.factory.TaskDialogFactory

class TaskDialogFactory
extends AbstractFactory

Authors:
Ixchel Ruiz


Constructor Summary
TaskDialogFactory()

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

 
Methods inherited from class AbstractFactory
setParent, isLeaf, setChild, onNodeCompleted, onFactoryRegistration, onNodeChildren, isHandlesNodeChildren, onHandleNodeAttributes, 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

TaskDialogFactory

TaskDialogFactory()


 
Method Detail

newInstance

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


 

Groovy Documentation