Groovy Documentation

griffon.swt
[Java] Class SWTApplication

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.AbstractGriffonApplication
          griffon.swt.AbstractSWTGriffonApplication
              griffon.swt.SWTApplication

class SWTApplication
extends AbstractSWTGriffonApplication

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class AbstractSWTGriffonApplication
CTOR_ARGS, defaultDisplay, defaultWindowDisplayHandler, windowDisplayHandler, windowManager
 
Fields inherited from class AbstractGriffonApplication
EMPTY_ARGS
 
Constructor Summary
SWTApplication()

SWTApplication(String[] args)

 
Method Summary
static void main(String[] args)

 
Methods inherited from class AbstractSWTGriffonApplication
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, eventOutside, eventOutside, eventOutsideUI, eventOutsideUI, eventAsync, eventAsync, addShutdownHandler, removeShutdownHandler, getPhase, getArtifactManager, getStartupArgs, getLog, isUIThread, execAsync, execSync, execOutside, 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

SWTApplication

public SWTApplication()


SWTApplication

public SWTApplication(String[] args)


 
Method Detail

main

public static void main(String[] args)


 

Groovy Documentation