All Classes and Interfaces
Class
Description
A base class for all variants of JavaFX applications with Spring.
The initialisation parameters to pass to
AbstractJavaFXSpringApplication.launch(Class, InitParameters)
.Implementation of this interface are called after Spring and JavaFX have been initialised.
A Role for data that provides their own
Node
for rendering.If a
Main
class is annotated with EnableMessageBus
, the following things happen:
a messagebus implementing SimpleMessageBus
is instantiated and made available in the Spring application context
(so it can be injected);
a PowerOnEvent
is fired when the application is ready to be initialised;
a PowerOffEvent
is fired when the application is going to be closed.
This facility class create a thread-safe proxy for the JavaFX delegate (controller).
A base class for JavaFX applications with use Spring annotation scanning.
A model for the application menubar.
A class describing the standard sequence of typical main menu bar elements.
A role that describes the placement of a menu item.
A support implementation for
MenuBarModel
.This interface can be implemented by the application main presentation.
A facility that is used to manage areas in the UI where multiple contents should appear in a mutually exclusive
way.
A model for the application toolbar.
A support implementation for
ToolBarModel
.