Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractJavaFXSpringApplication - Class in it.tidalwave.ui.javafx.spi
-
A base class for all variants of JavaFX applications with Spring.
- AbstractJavaFXSpringApplication() - Constructor for class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
- AbstractJavaFXSpringApplication.InitParameters - Class in it.tidalwave.ui.javafx.spi
-
The initialisation parameters to pass to
AbstractJavaFXSpringApplication.launch(Class, InitParameters)
. - APPLICATION_MESSAGE_BUS_BEAN_NAME - Static variable in class it.tidalwave.ui.javafx.JavaFXSpringAnnotationApplication
- APPLICATION_MESSAGE_BUS_BEAN_NAME - Static variable in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
- applicationFxml - Variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
B
- bind(BoundProperty<? super T>, Property<? extends S>, Function<S, T>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds two properties of different types.
- bind(BoundProperty<? super T>, Property<T>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds two properties of the same type.
- bind(ButtonBase, UserAction) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a button to a
UserAction
. - bind(ComboBox<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
. - bind(ComboBox<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
and a callback. - bind(ComboBox<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
and an optional callback. - bind(ListView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
ComboBox
to aPresentationModel
. - bind(ListView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
ListView
to aPresentationModel
and a callback. - bind(ListView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
ListView
to aPresentationModel
and an optional callback. - bind(MenuItem, UserAction) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a menu item to a
UserAction
. - bind(TableView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
. - bind(TableView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
and a callback. - bind(TableView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
and an optional callback. - bind(TreeTableView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TreeTableView
to aPresentationModel
. - bind(TreeTableView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TreeTableView
to aPresentationModel
and a callback. - bind(TreeTableView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TreeTableView
to aPresentationModel
and a callback. - bind(TreeView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
. - bind(TreeView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TableView
to aPresentationModel
and a callback. - bind(TreeView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Binds a
TreeView
to aPresentationModel
and a callback. - bindBidirectionally(BoundProperty<? super Boolean>, BooleanProperty) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Bidirectionally binds two properties.
- bindBidirectionally(BoundProperty<? super Double>, DoubleProperty) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Bidirectionally binds two properties.
- bindBidirectionally(BoundProperty<? super Integer>, IntegerProperty) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Bidirectionally binds two properties.
- bindBidirectionally(BoundProperty<? super Long>, LongProperty) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Bidirectionally binds two properties.
- bindBidirectionally(BoundProperty<? super T>, Property<S>, Function<? super S, T>, Function<? super T, ? extends S>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Bidirectionally binds two properties of different types.
- bindBidirectionally(BoundProperty<? super T>, Property<T>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
- bindBidirectionally(TextField, BoundProperty<String>, BoundProperty<Boolean>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
- bindButtonsInPane(GridPane, Collection<UserAction>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Deprecated.
- bindToggleButtons(Pane, PresentationModel) - Method in interface it.tidalwave.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.JavaFXSpringAnnotationApplication
- createApplicationContext() - Method in class it.tidalwave.ui.javafx.JavaFXSpringApplication
-
Creates the application context.
- createApplicationContext() - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
-
Returns a created application context..
- createParent() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- createParent() - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
- createScene(Parent) - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- CustomGraphicProvider - Interface in it.tidalwave.ui.javafx.role
-
A Role for data that provides their own
Node
for rendering.
D
G
- getDelegate() - Method in interface it.tidalwave.ui.javafx.NodeAndDelegate
- getExecutor() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- getGraphic() - Method in interface it.tidalwave.ui.javafx.role.CustomGraphicProvider
- getNode() - Method in interface it.tidalwave.ui.javafx.NodeAndDelegate
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.JavaFXApplicationWithSplash
- initializeInBackground() - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
- InitParameters() - Constructor for class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication.InitParameters
- it.tidalwave.ui.javafx - package it.tidalwave.ui.javafx
- it.tidalwave.ui.javafx.role - package it.tidalwave.ui.javafx.role
- it.tidalwave.ui.javafx.spi - package it.tidalwave.ui.javafx.spi
J
- JavaFXApplicationWithSplash - Class in it.tidalwave.ui.javafx
- JavaFXApplicationWithSplash() - Constructor for class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- JavaFXBinder - Interface in it.tidalwave.ui.javafx
- JavaFXMenuBarControl - Interface in it.tidalwave.ui.javafx
-
The JavaFX specialisation for
MenuBarControl
. - JavaFXPanelGroupControl - Interface in it.tidalwave.ui.javafx
- 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
- JavaFXToolBarControl - Interface in it.tidalwave.ui.javafx
-
The JavaFX specialisation for
ToolBarControl
.
K
- K_FULL_SCREEN - Static variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
Whether the application should start at full screen.
- K_FULL_SCREEN_LOCKED - Static variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
Whether the application should always stay at full screen.
- K_INITIAL_SIZE - Static variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
A property representing the initial main window size as a percentual of the screen size.
- K_LOG_DELEGATE_INVOCATIONS - Static variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
Whether invocations to presentation delegate methods should be logged at debug level.
- K_MAXIMIZED - Static variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
Whether the application should start maximized.
- K_MIN_SPLASH_DURATION - Static variable in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
The minimum duration of the splash screen.
L
- launch(Class<? extends Application>, AbstractJavaFXSpringApplication.InitParameters) - Static method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
-
Launches the application.
- load(Class<T>, String) - Static method in interface it.tidalwave.ui.javafx.NodeAndDelegate
N
- NodeAndDelegate<T> - Interface in it.tidalwave.ui.javafx
-
This facility class create a thread-safe proxy for the JavaFX delegate (controller).
O
- of(Class<T>) - Static method in interface it.tidalwave.ui.javafx.NodeAndDelegate
-
Creates a
NodeAndDelegate
for the given presentation class. - of(Class<T>, String) - Static method in interface it.tidalwave.ui.javafx.NodeAndDelegate
-
Creates a
NodeAndDelegate
for the given presentation class. - onClosing() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
-
Invoked when the main
Stage
is being closed. - onClosing() - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
-
Invoked when the main
Stage
is being closed. - onStageCreated(Stage, NodeAndDelegate<?>) - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
- onStageCreated(Stage, NodeAndDelegate<?>) - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
- onStageCreated(ApplicationContext) - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
-
Invoked when the
Stage
is created and theApplicationContext
has been initialized. - openDirectoryChooserFor(UserNotificationWithFeedback, BoundProperty<Path>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Opens the FileChooser for selecting a folder.
- openFileChooserFor(UserNotificationWithFeedback, BoundProperty<Path>) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Opens the FileChooser for selecting a file.
P
- params() - Static method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication
-
Returns an empty set of parameters.
S
- setMainWindow(Window) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Sets the main window.
- show(Stage) - Method in class it.tidalwave.ui.javafx.Splash
- showInModalDialog(UserNotification) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
-
Shows a modal dialog with the given content and provides feedback by means of the given notification.
- showInModalDialog(UserNotificationWithFeedback) - Method in interface it.tidalwave.ui.javafx.JavaFXBinder
- showInModalDialog(UserNotificationWithFeedback, Optional<Node>) - Method in interface it.tidalwave.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.ui.javafx.JavaFXBinder
-
Deprecated.
- showInModalDialog(Node, UserNotificationWithFeedback, BoundProperty<Boolean>) - Method in interface it.tidalwave.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
- start(Stage) - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
V
- validate() - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication.InitParameters
W
- withProperty(Key<T>, T) - Method in class it.tidalwave.ui.javafx.spi.AbstractJavaFXSpringApplication.InitParameters
_
- _CustomGraphicProvider_ - Static variable in interface it.tidalwave.ui.javafx.role.CustomGraphicProvider
All Classes and Interfaces|All Packages|Constant Field Values