Groovy Documentation

Package griffon.pivot

 

Interface Summary
PivotGriffonApplication Defines an additional contract that all Pivot based application should follow.
WindowDisplayHandler Controls how windows are shown and hidden at runtime.
 


Class Summary
AbstractPivotGriffonApplication Basic implementation of GriffonApplication that runs in standalone mode using Pivot.
ConfigurableWindowDisplayHandler Implementation of a per window WindowDisplayHandler that can be configured via a DSL.
DefaultWindowDisplayHandler Default implementation of WindowDisplayHandler that simply makes the window visible on show() and disposes it on hide().
DesktopPivotApplication @author Andres Almiray
PivotUIThreadHandler Executes code honoring Pivot's threading model.
WindowManager Controls a set of windows that belong to the application.
WindowManager.WindowStateHelper WindowStateAdapter that triggers application events when a window is shown/hidden.
 


Groovy Documentation