Groovy Documentation

griffon.javafx
[Groovy] Class JavaFXApplicationBuilder

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Binding
          groovy.util.FactoryBuilderSupport
              griffon.javafx.JavaFXApplicationBuilder

class JavaFXApplicationBuilder
extends FactoryBuilderSupport

Authors:
Dean Iverson


Field Summary
 
Fields inherited from class FactoryBuilderSupport
CURRENT_FACTORY, PARENT_FACTORY, PARENT_NODE, CURRENT_NODE, PARENT_CONTEXT, PARENT_NAME, CURRENT_NAME, OWNER, PARENT_BUILDER, CURRENT_BUILDER, CHILD_BUILDER, SCRIPT_CLASS_NAME
 
Constructor Summary
JavaFXApplicationBuilder(boolean init = true)

 
Method Summary
void registerVisuals()

 
Methods inherited from class FactoryBuilderSupport
setProperty, getProperty, getName, getContext, build, build, build, getCurrent, setVariable, getVariable, getVariables, invokeMethod, invokeMethod, getAttributeDelegates, getPreInstantiateDelegates, getPostInstantiateDelegates, getPostNodeCompletionDelegates, getFactories, checkValueIsNull, checkValueIsType, checkValueIsTypeNotString, autoRegisterNodes, getExplicitMethods, getExplicitProperties, getLocalFactories, getLocalExplicitMethods, getLocalExplicitProperties, getRegistrationGroups, getRegistrationGroupItems, getMethodMissingDelegate, setMethodMissingDelegate, getPropertyMissingDelegate, setPropertyMissingDelegate, getContextAttribute, getCurrentFactory, getCurrentName, getCurrentBuilder, getParentFactory, getParentContext, getParentName, getChildBuilder, addAttributeDelegate, removeAttributeDelegate, addPreInstantiateDelegate, removePreInstantiateDelegate, addPostInstantiateDelegate, removePostInstantiateDelegate, addPostNodeCompletionDelegate, removePostNodeCompletionDelegate, registerExplicitProperty, registerExplicitProperty, registerExplicitMethod, registerExplicitMethod, registerBeanFactory, registerBeanFactory, registerFactory, registerFactory, getNameMappingClosure, setNameMappingClosure, withBuilder, withBuilder, withBuilder, addDisposalClosure, dispose, getParentNode, hasVariable, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Binding
setProperty, getProperty, setVariable, getVariable, hasVariable, getVariables, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

JavaFXApplicationBuilder

JavaFXApplicationBuilder(boolean init = true)


 
Method Detail

registerVisuals

void registerVisuals()


 

Groovy Documentation