Index
All Classes and Interfaces|All Packages
A
- AbstractJavaFXSpringApplication - Class in it.tidalwave.ui.javafx
-
A base class for all variants of JavaFX applications with Spring.
- AbstractJavaFXSpringApplication() - Constructor for class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
- add(String, Node) - Method in class it.tidalwave.role.ui.javafx.StackPaneSelector
-
Add a
Node
to a previously registered area. - applicationFxml - Variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- ApplicationPresentationAssembler<DELEGATE> - Interface in it.tidalwave.role.ui.javafx
-
Implementation of this interface are called after Spring and JavaFX have been initialised.
- assemble(DELEGATE) - Method in interface it.tidalwave.role.ui.javafx.ApplicationPresentationAssembler
-
Assemble the application presentation.
- assemble(ApplicationContext) - Method in interface it.tidalwave.role.ui.javafx.PresentationAssembler
-
Assemble the application presentation.
B
- BEANS - Static variable in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator
- bind(ButtonBase, UserAction) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a button to a
UserAction
. - bind(ComboBox<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
. - bind(ComboBox<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
and a callback. - bind(ComboBox<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
and an optional callback. - bind(ListView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
. - bind(ListView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
ListView
to aPresentationModel
and a callback. - bind(ListView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
ListView
to aPresentationModel
and an optional callback. - bind(MenuItem, UserAction) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a menu item to a
UserAction
. - bind(TableView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
. - bind(TableView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
and a callback. - bind(TableView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
and an optional callback. - bind(TreeTableView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TreeTableView
to aPresentationModel
. - bind(TreeTableView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TreeTableView
to aPresentationModel
and a callback. - bind(TreeTableView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TreeTableView
to aPresentationModel
and a callback. - bind(TreeView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
. - bind(TreeView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
and a callback. - bind(TreeView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Binds a
TreeView
to aPresentationModel
and a callback. - bindBidirectionally(Property<T>, BoundProperty<T>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Bidirectionally binds two properties.
- bindBidirectionally(TextField, BoundProperty<String>, BoundProperty<Boolean>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
- bindButtonsInPane(GridPane, Collection<UserAction>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Deprecated.
- bindToggleButtons(Pane, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Given a
PresentationModel
that contains aComposite
, populate the pane withToggleButton
s associated to the elements of theComposite
.
C
- createApplicationContext() - Method in class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
-
Creates the application context.
- createApplicationContext() - Method in class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- createApplicationContext() - Method in class it.tidalwave.ui.javafx.JavaFXSpringApplication
-
Creates the application context.
- createNodeAndDelegate(Class<T>) - Static method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator
-
Creates a
NodeAndDelegate
for the given presentation class. - createNodeAndDelegate(Class<T>, String) - Static method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator
-
Creates a
NodeAndDelegate
for the given presentation class. - createParent() - Method in class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
- createParent() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- createSafeProxy(T, Class<T>) - Static method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator
- createScene(Parent) - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- CustomGraphicProvider - Interface in it.tidalwave.ui.role.javafx
-
A Role for data that provides their own
Node
for rendering.
D
F
- findToolBarUserActions() - Method in class it.tidalwave.role.ui.spi.ToolBarModelSupport
-
Finds the
UserAction
instances to be bound to toolbar buttons.
G
- getAnnotationSpringSystemRoleFactory() - Method in class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- getDefaultContextManager() - Method in class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- getExecutor() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- getGraphic() - Method in interface it.tidalwave.ui.role.javafx.CustomGraphicProvider
- getJavaFXSafeProxyCreator() - Method in class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- getPreferencesHandler() - Method in class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- getStackPaneSelector() - Method in class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
I
- init() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- init() - Method in class it.tidalwave.ui.javafx.Splash
- initializeInBackground() - Method in class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
- initializeInBackground() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- it.tidalwave.role.ui - package it.tidalwave.role.ui
- it.tidalwave.role.ui.javafx - package it.tidalwave.role.ui.javafx
- it.tidalwave.role.ui.spi - package it.tidalwave.role.ui.spi
- it.tidalwave.ui.javafx - package it.tidalwave.ui.javafx
- it.tidalwave.ui.role.javafx - package it.tidalwave.ui.role.javafx
J
- JavaFXApplicationWithSplash - Class in it.tidalwave.ui.javafx
- JavaFXApplicationWithSplash() - Constructor for class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- JavaFXBinder - Interface in it.tidalwave.role.ui.javafx
- JavaFXSafeProxyCreator - Class in it.tidalwave.ui.javafx
-
This facility class create a thread-safe proxy for the JavaFX delegate (controller).
- JavaFXSpringAnnotationApplication - Class in it.tidalwave.ui.javafx
-
A base class for JavaFX applications with use Spring annotation scanning.
- JavaFXSpringAnnotationApplication() - Constructor for class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- JavaFXSpringApplication - Class in it.tidalwave.ui.javafx
- JavaFXSpringApplication() - Constructor for class it.tidalwave.ui.javafx.JavaFXSpringApplication
- JavaFXToolBarModel - Class in it.tidalwave.ui.javafx
-
The JavaFX implementation for
ToolBarModel
. - JavaFXToolBarModel() - Constructor for class it.tidalwave.ui.javafx.JavaFXToolBarModel
L
- load(Class<T>, String) - Static method in class it.tidalwave.ui.javafx.NodeAndDelegate
N
- NodeAndDelegate<T> - Class in it.tidalwave.ui.javafx
- NodeAndDelegate() - Constructor for class it.tidalwave.ui.javafx.NodeAndDelegate
O
- onClosing() - Method in class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
-
Invoked when the main
Stage
is being closed. - onClosing() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
Invoked when the main
Stage
is being closed. - onStageCreated(Stage, NodeAndDelegate<?>) - Method in class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
- onStageCreated(Stage, NodeAndDelegate<?>) - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- onStageCreated(ApplicationContext) - Method in class it.tidalwave.ui.javafx.AbstractJavaFXSpringApplication
-
Invoked when the
Stage
is created and theApplicationContext
has been initialized. - openDirectoryChooserFor(UserNotificationWithFeedback, BoundProperty<Path>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Opens the FileChooser for selecting a folder.
- openFileChooserFor(UserNotificationWithFeedback, BoundProperty<Path>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Opens the FileChooser for selecting a file.
P
- populate(Object, Object) - Method in interface it.tidalwave.role.ui.ToolBarModel
-
Populates the toolbar with buttons.
- populate(Object, Object) - Method in class it.tidalwave.ui.javafx.JavaFXToolBarModel
-
Populates the toolbar with buttons.
- PresentationAssembler - Interface in it.tidalwave.role.ui.javafx
-
This interface can be implemented by the application main presentation.
R
- registerArea(String, StackPane) - Method in class it.tidalwave.role.ui.javafx.StackPaneSelector
-
Register a new area associated to a
StackPane
.
S
- setMainWindow(Window) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Sets the main window.
- setShownNode(Node) - Method in class it.tidalwave.role.ui.javafx.StackPaneSelector
-
Sets the given
Node
as the shown one in the area where it is contained. - show(Stage) - Method in class it.tidalwave.ui.javafx.Splash
- showInModalDialog(UserNotificationWithFeedback) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
- showInModalDialog(UserNotificationWithFeedback, Optional<Node>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Shows a modal dialog with the given content and provides feedback by means of the given notification.
- showInModalDialog(Node, UserNotificationWithFeedback) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
-
Deprecated.
- showInModalDialog(Node, UserNotificationWithFeedback, BoundProperty<Boolean>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
- Splash - Class in it.tidalwave.ui.javafx
- Splash() - Constructor for class it.tidalwave.ui.javafx.Splash
- splashFxml - Variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- StackPaneSelector - Class in it.tidalwave.role.ui.javafx
-
A facility that is used to manage areas in the UI where multiple contents should appear in a mutually exclusive way.
- StackPaneSelector() - Constructor for class it.tidalwave.role.ui.javafx.StackPaneSelector
- start(Stage) - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
T
- ToolBarModel - Interface in it.tidalwave.role.ui
-
A model for the application toolbar.
- ToolBarModelSupport - Class in it.tidalwave.role.ui.spi
-
A support implementation for
ToolBarModel
. - ToolBarModelSupport() - Constructor for class it.tidalwave.role.ui.spi.ToolBarModelSupport
_
- _CustomGraphicProvider_ - Static variable in interface it.tidalwave.ui.role.javafx.CustomGraphicProvider
All Classes and Interfaces|All Packages