Groovy Documentation

griffon.lanterna
[Java] Class LanternaApplication

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.AbstractGriffonApplication
          griffon.lanterna.AbstractLanternaGriffonApplication
              griffon.lanterna.LanternaApplication

public class LanternaApplication
extends AbstractLanternaGriffonApplication

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class AbstractLanternaGriffonApplication
CTOR_ARGS, defaultWindowDisplayHandler, screen, windowDisplayHandler, windowManager
 
Fields inherited from class AbstractGriffonApplication
EMPTY_ARGS, REF_KEY_START, REF_KEY_END, REF_KEY_START, REF_KEY_END
 
Constructor Summary
LanternaApplication()

LanternaApplication(String[] args)

 
Method Summary
static void main(String[] args)

 
Methods inherited from class AbstractLanternaGriffonApplication
bootstrap, callReady, createApplicationContainer, exit, getScreen, getUIThreadHandler, getWindowDisplayHandler, getWindowManager, realize, resolveWindowDisplayHandler, run, setWindowDisplayHandler, show, shutdown
 
Methods inherited from class AbstractGriffonApplication
shutdown, newInstance, getResourceAsStream, getResources, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, getMessage, initialize, ready, getServices, setLocale, getConfig, event, event, event, setConfig, getBindings, setBindings, getLocale, getMetadata, getAppConfigClass, getConfigClass, getBuilderClass, getBuilderConfig, setBuilderConfig, getEventsClass, getEventsConfig, setEventsConfig, getModels, getViews, getControllers, getBuilders, getGroups, getAddonManager, getMvcGroupManager, getServiceManager, createApplicationContainer, startup, canShutdown, addApplicationEventListener, addApplicationEventListener, addApplicationEventListener, addApplicationEventListener, addApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, isEventPublishingEnabled, setEventPublishingEnabled, eventOutsideUI, eventOutsideUI, eventOutsideUI, eventAsync, eventAsync, eventAsync, addShutdownHandler, removeShutdownHandler, getPhase, getArtifactManager, getStartupArgs, getLog, getActionManager, isUIThread, 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, resolveMessageValue, formatMessage, formatMessage, formatMessage, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResourceValue, formatResource, formatResource, formatResource, setResourceResolver, getEventRouter, setEventRouter, setAddonManager, setArtifactManager, setMvcGroupManager, setServiceManager, setLocaleAsString, getMessageSource, setMessageSource, getResourceResolver, setActionManager, addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

LanternaApplication

public LanternaApplication()


LanternaApplication

public LanternaApplication(String[] args)


 
Method Detail

main

public static void main(String[] args)


 

Groovy Documentation