Groovy Documentation

griffon.pivot
[Java] Class DefaultWindowDisplayHandler

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


Field Summary
private static org.slf4j.Logger LOG

 
Constructor Summary
DefaultWindowDisplayHandler()

 
Method Summary
void hide(org.apache.pivot.wtk.Window window, PivotGriffonApplication application)

void show(org.apache.pivot.wtk.Window window, PivotGriffonApplication application)

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

Field Detail

LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

DefaultWindowDisplayHandler

DefaultWindowDisplayHandler()


 
Method Detail

hide

public void hide(org.apache.pivot.wtk.Window window, PivotGriffonApplication application)


show

public void show(org.apache.pivot.wtk.Window window, PivotGriffonApplication application)


 

Groovy Documentation