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
 
Constructor Summary
SwingApplication()

SwingApplication(String[] args)

 
Method Summary
static void main(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, initialize, ready, getServices, setLocale, getConfig, event, event, setConfig, getLocale, getBindings, setBindings, getMetadata, getAppConfigClass, getConfigClass, getBuilderClass, getBuilderConfig, setBuilderConfig, getEventsClass, getEventsConfig, setEventsConfig, getModels, getViews, getControllers, getBuilders, getGroups, getAddonManager, getMvcGroupManager, getServiceManager, createApplicationContainer, startup, canShutdown, addApplicationEventListener, addApplicationEventListener, addApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, removeApplicationEventListener, isEventPublishingEnabled, setEventPublishingEnabled, eventOutsideUI, eventOutsideUI, eventAsync, eventAsync, addShutdownHandler, removeShutdownHandler, getPhase, getArtifactManager, getStartupArgs, getLog, 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, setAddonManager, setArtifactManager, setMvcGroupManager, setServiceManager, 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)


 

Groovy Documentation