public class TestDesktopPivotApplication extends DesktopPivotGriffonApplication
EMPTY_ARGS, injector, locale, lock, log, phase, shutdownHandlers, shutdownLock, startupArgs
pcs
PROPERTY_LOCALE, PROPERTY_PHASE
Constructor and Description |
---|
TestDesktopPivotApplication() |
TestDesktopPivotApplication(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterStartup() |
protected ApplicationBootstrapper |
createApplicationBootstrapper(org.apache.pivot.wtk.Display display) |
void |
exit() |
static GriffonApplication |
getApplication() |
static java.util.concurrent.CountDownLatch |
getLatch() |
static java.util.concurrent.CountDownLatch |
getReadyLatch() |
static void |
init(java.lang.Object testCase) |
void |
ready()
Executes the 'Ready' life cycle phase.
|
main, run
createApplicationContainer, getResourceCache, queue, queue, resume, schedule, scheduleRecurring, scheduleRecurring, shutdown, shutdown, startup, suspend
addShutdownHandler, canShutdown, event, getActionManager, getAddonManager, getApplicationClassLoader, getApplicationConfigurer, getArtifactManager, getConfiguration, getConfigurationManager, getContext, getEventRouter, getInjector, getLocale, getLog, getMessageSource, getMvcGroupManager, getPhase, getResourceHandler, getResourceInjector, getResourceResolver, getStartupArgs, getUIThreadManager, getWindowManager, initialize, 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 TestDesktopPivotApplication()
public TestDesktopPivotApplication(@Nonnull java.lang.String[] args)
@Nonnull public static GriffonApplication getApplication()
@Nonnull public static java.util.concurrent.CountDownLatch getLatch()
@Nonnull public static java.util.concurrent.CountDownLatch getReadyLatch()
public static void init(java.lang.Object testCase)
@Nonnull protected ApplicationBootstrapper createApplicationBootstrapper(@Nonnull org.apache.pivot.wtk.Display display)
createApplicationBootstrapper
in class AbstractPivotGriffonApplication
protected void afterStartup()
afterStartup
in class AbstractPivotGriffonApplication
public void ready()
GriffonApplication
ready
in interface GriffonApplication
ready
in class AbstractGriffonApplication
public void exit()
exit
in class AbstractPivotGriffonApplication