A B C D G I J L N O R S _ 
All Classes All Packages

A

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.

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 a PresentationModel.
bind(ComboBox<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a ComboBox to a PresentationModel and a callback.
bind(ComboBox<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a ComboBox to a PresentationModel and an optional callback.
bind(ListView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a ComboBox to a PresentationModel.
bind(ListView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a ListView to a PresentationModel and a callback.
bind(ListView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a ListView to a PresentationModel 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 a PresentationModel.
bind(TableView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TableView to a PresentationModel and a callback.
bind(TableView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TableView to a PresentationModel and an optional callback.
bind(TreeTableView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TreeTableView to a PresentationModel.
bind(TreeTableView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TreeTableView to a PresentationModel and a callback.
bind(TreeTableView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TreeTableView to a PresentationModel and a callback.
bind(TreeView<PresentationModel>, PresentationModel) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TableView to a PresentationModel.
bind(TreeView<PresentationModel>, PresentationModel, Runnable) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TableView to a PresentationModel and a callback.
bind(TreeView<PresentationModel>, PresentationModel, Optional<Runnable>) - Method in interface it.tidalwave.role.ui.javafx.JavaFXBinder
Binds a TreeView to a PresentationModel 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 a Composite, populate the pane with ToggleButtons associated to the elements of the Composite.

C

createNodeAndDelegate(Class<?>) - Static method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator
Creates a JavaFXSafeProxyCreator.NodeAndDelegate for the given presentation class.
createNodeAndDelegate(Class<?>, String) - Static method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator
Creates a JavaFXSafeProxyCreator.NodeAndDelegate for the given presentation class.
createParent() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
 
createParent() - Method in class it.tidalwave.ui.javafx.JavaFXSpringApplication
 
createSafeProxy(T, Class<T>) - Static method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator
 
CustomGraphicProvider - Interface in it.tidalwave.ui.role.javafx
A Role for data that provides their own Node for rendering.

D

dismiss() - Method in class it.tidalwave.ui.javafx.Splash
 

G

getDelegate() - Method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator.NodeAndDelegate
 
getExecutor() - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
 
getGraphic() - Method in interface it.tidalwave.ui.role.javafx.CustomGraphicProvider
 

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.JavaFXSpringApplication
 
isOSX() - Static method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
TODO: delegate to a provider
it.tidalwave.role.ui.javafx - package it.tidalwave.role.ui.javafx
 
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).
JavaFXSafeProxyCreator.NodeAndDelegate - Class in it.tidalwave.ui.javafx
 
JavaFXSpringApplication - Class in it.tidalwave.ui.javafx
 
JavaFXSpringApplication() - Constructor for class it.tidalwave.ui.javafx.JavaFXSpringApplication
 

L

load(Class<T>, String) - Static method in class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator.NodeAndDelegate
 

N

NodeAndDelegate() - Constructor for class it.tidalwave.ui.javafx.JavaFXSafeProxyCreator.NodeAndDelegate
 

O

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.JavaFXSpringApplication
 
onStageCreated(Stage, JavaFXSafeProxyCreator.NodeAndDelegate) - Method in class it.tidalwave.ui.javafx.JavaFXApplicationWithSplash
 
onStageCreated(Stage, JavaFXSafeProxyCreator.NodeAndDelegate) - Method in class it.tidalwave.ui.javafx.JavaFXSpringApplication
 
onStageCreated(ApplicationContext) - Method in class it.tidalwave.ui.javafx.JavaFXSpringApplication
Invoked when the Stage is created and the ApplicationContext 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.

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

_

_CustomGraphicProvider_ - Static variable in interface it.tidalwave.ui.role.javafx.CustomGraphicProvider
 
A B C D G I J L N O R S _ 
All Classes All Packages