Groovy Documentation

griffon.plugins.javatips.factory
[Groovy] Class AnimatedIconFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.plugins.javatips.factory.AnimatedIconFactory

class AnimatedIconFactory
extends AbstractFactory

Authors:
Andres Almiray


Field Summary
protected static Icon[] EMPTY_ICON_ARRAY

 
Constructor Summary
AnimatedIconFactory()

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

boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)

void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)

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
 

Field Detail

EMPTY_ICON_ARRAY

protected static final Icon[] EMPTY_ICON_ARRAY


 
Constructor Detail

AnimatedIconFactory

AnimatedIconFactory()


 
Method Detail

newInstance

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


onHandleNodeAttributes

boolean onHandleNodeAttributes(FactoryBuilderSupport builder, Object node, Map attributes)


onNodeCompleted

void onNodeCompleted(FactoryBuilderSupport builder, Object parent, Object node)


setChild

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


 

Groovy Documentation