Groovy Documentation

griffon.plugins.slideware
[Groovy] Class DeckPlayerController

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.DeckPlayerController

class DeckPlayerController
extends AbstractDeckController

Authors:
Andres Almiray


Property Summary
def builder

def hide

def show

def toggleFullScreenAction

DeckPlayerView view

 
Constructor Summary
DeckPlayerController()

 
Method Summary
private void makeFullScreen()

private void makeNormalSize()

void mvcGroupInit(Map args)

private void resize(def width, def height, boolean undecorated)

 
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

builder

def builder


hide

@Threading(Threading.Policy.INSIDE_UITHREAD_SYNC)
def hide


show

@Threading(Threading.Policy.INSIDE_UITHREAD_SYNC)
def show


toggleFullScreenAction

@Threading(Threading.Policy.INSIDE_UITHREAD_SYNC)
def toggleFullScreenAction


view

DeckPlayerView view


 
Constructor Detail

DeckPlayerController

DeckPlayerController()


 
Method Detail

makeFullScreen

private void makeFullScreen()


makeNormalSize

private void makeNormalSize()


mvcGroupInit

void mvcGroupInit(Map args)


resize

private void resize(def width, def height, boolean undecorated)


 

Groovy Documentation