Groovy Documentation

Package griffon.javafx

 

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


Class Summary
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().
FXApplicationStub This class is the JavaFX application class.
JavaFXApplication This class is the main entry point for a Griffon JavaFX application.
JavaFXApplicationBuilder @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