Groovy Documentation

griffon.builder.tray.factory
[Groovy] Class TrayIconFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.builder.tray.factory.TrayIconFactory

class TrayIconFactory
extends AbstractFactory

Authors:
Andres Almiray


Constructor Summary
TrayIconFactory()

 
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

TrayIconFactory

TrayIconFactory()


 
Method Detail

newInstance

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


setChild

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


setParent

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


 

Groovy Documentation