Groovy Documentation

Package griffon.javafx

 

Interface Summary
WindowDisplayHandler Controls how windows are shown and hidden at runtime.
 


Class Summary
AbstractJavaFXGriffonApplication @author Dean Iverson
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().
JavaFXApplicationBuilder @author Dean Iverson
JavaFXGriffonApplication @author Dean Iverson
JavaFXUIThreadHandler @author Dean Iverson
JavaFxApplicationFactory @author Dean Iverson
WindowManager Controls a set of windows that belong to the application.
WindowManager.OnWindowHiddenHelper Listener that triggers application events when a window is hidden.
WindowManager.OnWindowHidingHelper WindowAdapter that invokes hide() when the window is about to be closed.
WindowManager.OnWindowShownHelper Listener that triggers application events when a window is shown.
 


Groovy Documentation