public class LanternaGriffonApplication extends AbstractGriffonApplication
EMPTY_ARGS, injector, locale, lock, log, phase, shutdownHandlers, shutdownLock, startupArgs
pcs
PROPERTY_LOCALE, PROPERTY_PHASE
Constructor and Description |
---|
LanternaGriffonApplication() |
LanternaGriffonApplication(String[] args) |
Modifier and Type | Method and Description |
---|---|
Object |
createApplicationContainer(Map<String,Object> attributes) |
void |
exit() |
com.googlecode.lanterna.gui.GUIScreen |
getGUIScreen() |
void |
initialize()
Executes the 'Initialize' life cycle phase.
|
static void |
main(String[] args) |
boolean |
shutdown()
Executes the 'Shutdown' life cycle phase.
|
addShutdownHandler, canShutdown, event, getActionManager, getAddonManager, getApplicationClassLoader, getApplicationConfigurer, getArtifactManager, getConfiguration, getConfigurationManager, getContext, getEventRouter, getInjector, getLocale, getLog, getMessageSource, getMvcGroupManager, getPhase, getResourceHandler, getResourceInjector, getResourceResolver, getStartupArgs, getUIThreadManager, getWindowManager, ready, removeShutdownHandler, run, setInjector, setLocale, setLocaleAsString, setPhase, showStartingWindow, startup
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPropertyChangeListener, addPropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, removePropertyChangeListener, removePropertyChangeListener
public com.googlecode.lanterna.gui.GUIScreen getGUIScreen()
public void initialize()
GriffonApplication
initialize
in interface GriffonApplication
initialize
in class AbstractGriffonApplication
public boolean shutdown()
GriffonApplication
shutdown
in interface GriffonApplication
shutdown
in class AbstractGriffonApplication
public void exit()
@Nonnull public Object createApplicationContainer(@Nonnull Map<String,Object> attributes)