public class JavaFXGriffonApplication extends AbstractJavaFXGriffonApplication
Application.Parameters| Modifier and Type | Field and Description |
|---|---|
protected Stage |
primaryStage |
EMPTY_ARGS, lock, pcsSTYLESHEET_CASPIAN, STYLESHEET_MODENAPROPERTY_LOCALE, PROPERTY_PHASE| Constructor and Description |
|---|
JavaFXGriffonApplication() |
JavaFXGriffonApplication(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterInit() |
protected void |
afterReady() |
protected void |
afterStart() |
protected ApplicationBootstrapper |
createApplicationBootstrapper() |
Object |
createApplicationContainer(Map<String,Object> attributes) |
void |
exit() |
void |
init() |
static void |
main(String[] args) |
static void |
run(Class<? extends Application> applicationClass,
String[] args) |
boolean |
shutdown()
Executes the 'Shutdown' life cycle phase.
|
void |
start(Stage stage) |
addPropertyChangeListener, addPropertyChangeListener, addShutdownHandler, canShutdown, event, firePropertyChange, firePropertyChange, getActionManager, getAddonManager, getApplicationClassLoader, getApplicationConfigurer, getArtifactManager, getConfiguration, getContext, getEventRouter, getInjector, getLocale, getLog, getMessageSource, getMvcGroupManager, getPhase, getPropertyChangeListeners, getPropertyChangeListeners, getResourceHandler, getResourceInjector, getResourceResolver, getStartupArgs, getUIThreadManager, getWindowManager, initialize, ready, removePropertyChangeListener, removePropertyChangeListener, removeShutdownHandler, setInjector, setLocale, setLocaleAsString, setPhase, showStartingWindow, startup, stopgetHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheetprotected Stage primaryStage
public static void run(Class<? extends Application> applicationClass, String[] args)
public static void main(String[] args)
@Nonnull public Object createApplicationContainer(@Nonnull Map<String,Object> attributes)
public void init()
throws Exception
init in class ApplicationExceptionprotected void afterInit()
@Nonnull protected ApplicationBootstrapper createApplicationBootstrapper()
public void start(Stage stage) throws Exception
start in class AbstractJavaFXGriffonApplicationExceptionprotected void afterStart()
protected void afterReady()
public boolean shutdown()
GriffonApplicationshutdown in interface GriffonApplicationshutdown in class AbstractJavaFXGriffonApplicationpublic void exit()