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
|
LOG
private static final org.slf4j.Logger LOG
-
DefaultWindowDisplayHandler
DefaultWindowDisplayHandler()
-
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