Groovy Documentation

Package griffon.swt

 

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


Class Summary
AbstractSWTGriffonApplication Basic implementation of GriffonApplication that runs in standalone mode using SWT.
ConfigurableWindowDisplayHandler Implementation of a per window WindowDisplayHandler that can be configured via a DSL.
DefaultMacOSXPlatformHandler @author Andres Almiray
DefaultWindowDisplayHandler Default implementation of WindowDisplayHandler that simply makes the window visible on show() and disposes it on hide().
SWTApplication @author Andres Almiray
SWTUIThreadHandler Executes code using SWT's Display.
WindowManager Controls a set of windows that belong to the application.
WindowManager.HideHelper Listener that triggers application events when a window is hidden.
WindowManager.ShowHelper Listener that triggers application events when a window is shown.
WindowManager.WindowHelper WindowAdapter that invokes hide() when the window is about to be closed.
 


Groovy Documentation