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
|
Methods inherited from class AbstractFactory
|
| setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
EMPTY_ICON_ARRAY
protected static final Icon[] EMPTY_ICON_ARRAY
-
AnimatedIconFactory
AnimatedIconFactory()
-
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