Groovy Documentation

com.canoo.griffon.factory.dockable.action
[Groovy] Class CSystemActionFactory

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

class CSystemActionFactory
extends AbstractFactory

Authors:
Alexander Klein


Constructor Summary
CSystemActionFactory()

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

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

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
 

Constructor Detail

CSystemActionFactory

CSystemActionFactory()


 
Method Detail

newInstance

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


setChild

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


setParent

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


 

Groovy Documentation