Groovy Documentation

griffon.plugins.slideware
[Groovy] Class DeckLauncherController

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
              org.codehaus.griffon.runtime.core.AbstractGriffonController
                  griffon.plugins.slideware.AbstractDeckController
                      griffon.plugins.slideware.DeckLauncherController

class DeckLauncherController
extends AbstractDeckController

Authors:
Andres Almiray


Property Summary
def configAction

def model

def onDeckPlayerClosed

def playAction

def printAction

def quitAction

 
Constructor Summary
DeckLauncherController()

 
Method Summary
void mvcGroupInit(Map args)

 
Methods inherited from class AbstractGriffonController
mvcGroupInit, mvcGroupDestroy, getResourceAsStream, newInstance, getResources, getMetaClass, setMetaClass, 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, getGriffonClass, getApp, metaClassOf, setApp, setProperty, getProperty, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

configAction

def configAction


model

def model


onDeckPlayerClosed

def onDeckPlayerClosed


playAction

def playAction


printAction

def printAction


quitAction

def quitAction


 
Constructor Detail

DeckLauncherController

DeckLauncherController()


 
Method Detail

mvcGroupInit

void mvcGroupInit(Map args)


 

Groovy Documentation