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
|
|
Methods inherited from class AbstractFactory
|
| setParent, isLeaf, onFactoryRegistration, isHandlesNodeChildren, onNodeChildren, onHandleNodeAttributes, onNodeCompleted, setChild, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll, newInstance |
LOG
private static final org.slf4j.Logger LOG
-
JavaFxApplicationFactory
JavaFxApplicationFactory()
-
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