Groovy Documentation

com.canoo.griffon.factory.dockable
[Groovy] Class GriffonSingleDockableFactoryFactory

java.lang.Object
  groovy.util.AbstractFactory
      com.canoo.griffon.factory.dockable.GriffonSingleDockableFactoryFactory

class GriffonSingleDockableFactoryFactory
extends AbstractFactory

Authors:
Alexander Klein


Property Summary
GriffonApplication app

 
Constructor Summary
GriffonSingleDockableFactoryFactory(GriffonApplication app)

 
Method Summary
boolean isLeaf()

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

void setParent(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
 

Property Detail

app

GriffonApplication app


 
Constructor Detail

GriffonSingleDockableFactoryFactory

GriffonSingleDockableFactoryFactory(GriffonApplication app)


 
Method Detail

isLeaf

@Override
boolean isLeaf()


newInstance

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


setParent

@Override
void setParent(FactoryBuilderSupport builder, Object parent, Object child)


 

Groovy Documentation