Groovy Documentation

griffon.swt
[Java] Class DefaultWindowDisplayHandler

java.lang.Object
  griffon.swt.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


Constructor Summary
DefaultWindowDisplayHandler()

 
Method Summary
void hide(org.eclipse.swt.widgets.Shell window, SWTGriffonApplication application)

void show(org.eclipse.swt.widgets.Shell window, SWTGriffonApplication 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(org.eclipse.swt.widgets.Shell window, SWTGriffonApplication application)


show

public void show(org.eclipse.swt.widgets.Shell window, SWTGriffonApplication application)


 

Groovy Documentation