Groovy Documentation

griffon.swing
[Java] Class SwingApplication

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.AbstractGriffonApplication
          griffon.swing.AbstractSwingGriffonApplication
              griffon.swing.SwingApplication

public class SwingApplication
extends AbstractSwingGriffonApplication

Basic implementation of GriffonApplication that runs in standalone/webstart mode.

Authors:
Danno Ferrin
Andres Almiray
Since:
0.1


Field Summary
 
Fields inherited from class AbstractSwingGriffonApplication
CTOR_ARGS, defaultWindowDisplayHandler, windowDisplayHandler, windowManager
 
Fields inherited from class AbstractGriffonApplication
EMPTY_ARGS, REF_KEY_START, REF_KEY_END, REF_KEY_START, REF_KEY_END
 
Constructor Summary
SwingApplication()

SwingApplication(String[] args)

 
Method Summary
static void main(String[] args)

static GriffonApplication run()

static GriffonApplication run(String[] args)

 
Methods inherited from class AbstractSwingGriffonApplication
bootstrap, callReady, createApplicationContainer, exit, 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

SwingApplication

public SwingApplication()


SwingApplication

public SwingApplication(String[] args)


 
Method Detail

main

public static void main(String[] args)


run

public static GriffonApplication run()


run

public static GriffonApplication run(String[] args)


 

Groovy Documentation