Groovy Documentation

griffon.pivot
[Java] Class DesktopPivotApplication

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.AbstractGriffonApplication
          griffon.pivot.AbstractPivotGriffonApplication
              griffon.pivot.DesktopPivotApplication

public class DesktopPivotApplication
extends AbstractPivotGriffonApplication

Authors:
Andres Almiray


Field Summary
 
Fields inherited from class AbstractPivotGriffonApplication
defaultWindowDisplayHandler, windowDisplayHandler, windowManager
 
Fields inherited from class AbstractGriffonApplication
EMPTY_ARGS
 
Constructor Summary
DesktopPivotApplication()

DesktopPivotApplication(String[] args)

 
Method Summary
static void main(String[] args)

 
Methods inherited from class AbstractPivotGriffonApplication
bootstrap, callReady, createApplicationContainer, exit, getResourceCache, getUIThreadHandler, getWindowDisplayHandler, getWindowManager, queue, queue, realize, resolveWindowDisplayHandler, resume, schedule, scheduleRecurring, scheduleRecurring, setWindowDisplayHandler, show, shutdown, shutdown, startup, suspend
 
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, 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, 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, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, resolveResource, setResourceResolver, setAddonManager, setArtifactManager, setMvcGroupManager, setServiceManager, setLocaleAsString, getMessageSource, setMessageSource, resolveResourceResolver, setActionManager, addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener, getPropertyChangeListeners, getPropertyChangeListeners, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DesktopPivotApplication

public DesktopPivotApplication()


DesktopPivotApplication

public DesktopPivotApplication(String[] args)


 
Method Detail

main

public static void main(String[] args)


 

Groovy Documentation