Groovy Documentation

griffon.javafx
[Groovy] Class JavaFxApplicationFactory

java.lang.Object
  groovy.util.AbstractFactory
      griffon.javafx.JavaFxApplicationFactory

class JavaFxApplicationFactory
extends AbstractFactory

Note: This factory is registered in JavafxGriffonAddon for the 'application' node. However, the application node is currently not being used in JavaFX views, so this class is not currently being used either. I'm keeping it around (for now) in case I find a use for an application node in the views.

Authors:
Dean Iverson


Field Summary
private static org.slf4j.Logger LOG

 
Constructor Summary
JavaFxApplicationFactory()

 
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

LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

JavaFxApplicationFactory

JavaFxApplicationFactory()


 
Method Detail

newInstance

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


onHandleNodeAttributes

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


onNodeCompleted

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


setChild

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


 

Groovy Documentation