Groovy Documentation

griffon.javafx
[Java] Class GriffonJavaFXApplication

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.AbstractGriffonApplication
          griffon.javafx.GriffonJavaFXApplication

public class GriffonJavaFXApplication
extends AbstractGriffonApplication

Authors:
Dean Iverson


Field Summary
private static org.slf4j.Logger LOG

javafx.stage.Stage primaryStage

 
Fields inherited from class AbstractGriffonApplication
EMPTY_ARGS
 
Constructor Summary
GriffonJavaFXApplication()

GriffonJavaFXApplication(String[] args)

 
Method Summary
Object createApplicationContainer()

javafx.stage.Stage getPrimaryStage()

Provide access to the primary stage.

void setPrimaryStage(javafx.stage.Stage stage)

 
Methods inherited from class AbstractGriffonApplication
shutdown, newInstance, getResourceAsStream, getResources, initialize, ready, getServices, setLocale, getConfig, event, event, setConfig, getLocale, getBindings, setBindings, getMetadata, getAppConfigClass, getConfigClass, getBuilderClass, getBuilderConfig, setBuilderConfig, getEventsClass, getEventsConfig, setEventsConfig, getModels, getViews, getControllers, getBuilders, getGroups, getAddonManager, getMvcGroupManager, getServiceManager, createApplicationContainer, startup, canShutdown, addApplicationEventListener, addApplicationEventListener, addApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, isEventPublishingEnabled, setEventPublishingEnabled, eventOutside, eventOutside, eventOutsideUI, eventOutsideUI, eventAsync, eventAsync, addShutdownHandler, removeShutdownHandler, getPhase, getArtifactManager, getStartupArgs, getLog, isUIThread, execAsync, execSync, execOutside, execInsideUIAsync, execInsideUISync, execOutsideUI, execFuture, execFuture, execFuture, execFuture, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, getResourceAsURL, setAddonManager, setArtifactManager, setMvcGroupManager, setServiceManager, addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class AbstractObservable
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

LOG

private static final org.slf4j.Logger LOG


primaryStage

javafx.stage.Stage primaryStage


 
Constructor Detail

GriffonJavaFXApplication

public GriffonJavaFXApplication()


GriffonJavaFXApplication

public GriffonJavaFXApplication(String[] args)


 
Method Detail

createApplicationContainer

public Object createApplicationContainer()


getPrimaryStage

javafx.stage.Stage getPrimaryStage()
Provide access to the primary stage.
Returns:
The primary Stage of this application.


setPrimaryStage

void setPrimaryStage(javafx.stage.Stage stage)


 

Groovy Documentation