Groovy Documentation

griffon.plugins.dialogs
[Java] Class DialogController

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

public class DialogController
extends AbstractGriffonController

Authors:
Andres Almiray


Field Summary
private FactoryBuilderSupport builder

protected JDialog dialog

private AbstractDialogModel model

 
Constructor Summary
DialogController()

 
Method Summary
protected JDialog createDialog(Window window)

protected void displayDialog(JDialog dialog)

FactoryBuilderSupport getBuilder()

AbstractDialogModel getModel()

void hide()

void hide(ActionEvent event)

protected void placeDialog(Window window, JDialog dialog)

void setBuilder(FactoryBuilderSupport builder)

void setModel(AbstractDialogModel model)

void show()

void show(ActionEvent event)

void show(Window owner)

 
Methods inherited from class AbstractGriffonController
mvcGroupInit, mvcGroupDestroy, newInstance, getResourceAsStream, 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
 
Methods inherited from class AbstractGriffonMvcArtifact
mvcGroupInit, mvcGroupDestroy, newInstance, getResourceAsStream, 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
 

Field Detail

builder

private FactoryBuilderSupport builder


dialog

protected JDialog dialog


model

private AbstractDialogModel model


 
Constructor Detail

DialogController

DialogController()


 
Method Detail

createDialog

protected JDialog createDialog(Window window)


displayDialog

protected void displayDialog(JDialog dialog)


getBuilder

public FactoryBuilderSupport getBuilder()


getModel

public AbstractDialogModel getModel()


hide

public void hide()


hide

public void hide(ActionEvent event)


placeDialog

protected void placeDialog(Window window, JDialog dialog)


setBuilder

public void setBuilder(FactoryBuilderSupport builder)


setModel

public void setModel(AbstractDialogModel model)


show

public void show()


show

public void show(ActionEvent event)


show

public void show(Window owner)


 

Groovy Documentation