Groovy Documentation

griffon.swing
[Java] Class DefaultWindowDisplayHandler

java.lang.Object
  griffon.swing.DefaultWindowDisplayHandler
All Implemented Interfaces:
WindowDisplayHandler

public class DefaultWindowDisplayHandler
extends Object

Default implementation of WindowDisplayHandler that simply makes the window visible on show() and disposes it on hide().

Authors:
Andres Almiray
Since:
0.3.1


Constructor Summary
DefaultWindowDisplayHandler()

 
Method Summary
void hide(Window window, GriffonApplication application)

void hide(JInternalFrame window, GriffonApplication application)

void show(Window window, GriffonApplication application)

void show(JInternalFrame window, GriffonApplication application)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

DefaultWindowDisplayHandler

DefaultWindowDisplayHandler()


 
Method Detail

hide

public void hide(Window window, GriffonApplication application)


hide

public void hide(JInternalFrame window, GriffonApplication application)


show

public void show(Window window, GriffonApplication application)


show

public void show(JInternalFrame window, GriffonApplication application)


 

Groovy Documentation