Groovy Documentation

griffon.plugins.jme
[Java] Class SimpleGameGriffonApplication

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractObservable
      org.codehaus.griffon.runtime.core.AbstractGriffonApplication
          griffon.swing.AbstractSwingGriffonApplication
              griffon.plugins.jme.SimpleGameGriffonApplication
All Implemented Interfaces:
GriffonGameApplication

public class SimpleGameGriffonApplication
extends AbstractSwingGriffonApplication

Authors:
Andres Almiray


Field Summary
private GriffonGameDelegate game

private boolean gameDispensed

 
Fields inherited from class AbstractSwingGriffonApplication
EMPTY_ARGS
 
Fields inherited from class AbstractGriffonApplication
EMPTY_ARGS
 
Constructor Summary
SimpleGameGriffonApplication()

SimpleGameGriffonApplication(String[] args)

 
Method Summary
Object createApplicationContainer()

void exit()

GriffonGameDelegate getGame()

static void main(String[] args)

void realize()

void show()

 
Methods inherited from class AbstractSwingGriffonApplication
run, exit, shutdown, show, createApplicationContainer, getWindowManager, getWindowDisplayHandler, setWindowDisplayHandler, resolveWindowDisplayHandler, bootstrap, realize, 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, 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
 
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
 

Field Detail

game

private final GriffonGameDelegate game


gameDispensed

private boolean gameDispensed


 
Constructor Detail

SimpleGameGriffonApplication

public SimpleGameGriffonApplication()


SimpleGameGriffonApplication

public SimpleGameGriffonApplication(String[] args)


 
Method Detail

createApplicationContainer

public Object createApplicationContainer()


exit

public void exit()


getGame

public GriffonGameDelegate getGame()


main

public static void main(String[] args)


realize

public void realize()


show

public void show()


 

Groovy Documentation