Groovy Documentation

griffon.plugins.l2fprod.factory
[Groovy] Class PropertySheetTableModelFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.plugins.l2fprod.factory.PropertySheetTableModelFactory

class PropertySheetTableModelFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
PropertySheetTableModelFactory()

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

void setChild(FactoryBuilderSupport builder, Object parent, Object child)

 
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

PropertySheetTableModelFactory

PropertySheetTableModelFactory()


 
Method Detail

newInstance

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


setChild

void setChild(FactoryBuilderSupport builder, Object parent, Object child)


 

Groovy Documentation