public class JavaFXGriffonApplication extends AbstractJavaFXGriffonApplication
Application.Parameters
Modifier and Type | Field and Description |
---|---|
protected Stage |
primaryStage |
EMPTY_ARGS, lock, pcs
STYLESHEET_CASPIAN, STYLESHEET_MODENA
PROPERTY_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, doShutdown, 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, stop
getHostServices, getParameters, getUserAgentStylesheet, launch, launch, notifyPreloader, setUserAgentStylesheet
protected 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 Application
Exception
protected void afterInit()
@Nonnull protected ApplicationBootstrapper createApplicationBootstrapper()
public void start(Stage stage) throws Exception
start
in class AbstractJavaFXGriffonApplication
Exception
protected void afterStart()
protected void afterReady()
public boolean shutdown()
GriffonApplication
shutdown
in interface GriffonApplication
shutdown
in class AbstractJavaFXGriffonApplication
public void exit()