Groovy Documentation

griffon.plugins.dialogs
[Java] Class AbstractDialogView

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
              org.codehaus.griffon.runtime.core.AbstractGriffonView
                  griffon.plugins.dialogs.AbstractDialogView

public abstract class AbstractDialogView
extends AbstractGriffonView

Authors:
Andres Almiray


Field Summary
private AbstractDialogController controller

private AbstractDialogModel model

 
Constructor Summary
AbstractDialogView()

 
Method Summary
protected javafx.scene.Scene buildContent()

void mvcGroupInit(Map args)

void setController(AbstractDialogController controller)

void setModel(AbstractDialogModel model)

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

Field Detail

controller

private AbstractDialogController controller


model

private AbstractDialogModel model


 
Constructor Detail

AbstractDialogView

AbstractDialogView()


 
Method Detail

buildContent

protected javafx.scene.Scene buildContent()


mvcGroupInit

execInsideUISync(new Runnable() {
public void mvcGroupInit(Map args)


setController

public void setController(AbstractDialogController controller)


setModel

public void setModel(AbstractDialogModel model)


 

Groovy Documentation