Groovy Documentation

griffon.plugins.dialogs
[Java] Class AbstractDialogController

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.dialogs.AbstractDialogController

public abstract class AbstractDialogController
extends AbstractGriffonController

Authors:
Andres Almiray


Field Summary
private static String CONTENT

private FactoryBuilderSupport builder

protected javafx.stage.Stage dialog

private AbstractDialogModel model

 
Constructor Summary
AbstractDialogController()

 
Method Summary
protected javafx.stage.Stage createDialog(javafx.stage.Window owner)

FactoryBuilderSupport getBuilder()

AbstractDialogModel getModel()

void hide()

void setBuilder(FactoryBuilderSupport builder)

void setModel(AbstractDialogModel model)

void show()

void show(javafx.stage.Window owner)

private WindowManager windowManager()

 
Methods inherited from class AbstractGriffonController
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

CONTENT

private static final String CONTENT


builder

private FactoryBuilderSupport builder


dialog

protected javafx.stage.Stage dialog


model

private AbstractDialogModel model


 
Constructor Detail

AbstractDialogController

AbstractDialogController()


 
Method Detail

createDialog

protected javafx.stage.Stage createDialog(javafx.stage.Window owner)


getBuilder

public FactoryBuilderSupport getBuilder()


getModel

public AbstractDialogModel getModel()


hide

public void hide()


setBuilder

public void setBuilder(FactoryBuilderSupport builder)


setModel

public void setModel(AbstractDialogModel model)


show

public void show()


show

public void show(javafx.stage.Window owner)


windowManager

private WindowManager windowManager()


 

Groovy Documentation