Groovy Documentation

Package griffon.lanterna

 

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


Class Summary
AbstractLanternaGriffonApplication Basic implementation of GriffonApplication that runs in standalone mode using Lanterna.
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().
LanternaApplication @author Andres Almiray
LanternaUIThreadHandler Executes code honoring Lanterna's threading model.
WindowManager Controls a set of windows that belong to the application.
WindowManager.WindowHelper WindowAdapter that optionally invokes hide() when the window is about to be closed.
 


Groovy Documentation