Skip navigation links
A B D F G I L N P R S T V 

A

AbstractFxmlView - Class in de.felixroske.jfxsupport
Base class for fxml-based view classes.
AbstractFxmlView() - Constructor for class de.felixroske.jfxsupport.AbstractFxmlView
Instantiates a new abstract fxml view.
AbstractJavaFxApplicationSupport - Class in de.felixroske.jfxsupport
The Class AbstractJavaFxApplicationSupport.
AbstractJavaFxApplicationSupport() - Constructor for class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

B

beforeInitialView(Stage, ConfigurableApplicationContext) - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
Gets called after full initialization of Spring application context and JavaFX platform right before the initial view is shown.
beforeShowingSplash(Stage) - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

D

de.felixroske.jfxsupport - package de.felixroske.jfxsupport
 
determineFilePathFromPackageName(Class<?>) - Static method in class de.felixroske.jfxsupport.PropertyReaderHelper
Determine file path from package name creates from class package instance the file path equivalent.

F

FXMLController - Annotation Type in de.felixroske.jfxsupport
The annotation FXMLController is used to mark JavaFX controller classes.
FXMLView - Annotation Type in de.felixroske.jfxsupport
The annotation FXMLView indicates a class to be used in the context of an JavaFX view.

G

get(Environment, String) - Static method in class de.felixroske.jfxsupport.PropertyReaderHelper
Lookup in Environment a certain property or a list of properties.
getAppHostServices() - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
getHostServices() - Static method in enum de.felixroske.jfxsupport.GUIState
 
getImagePath() - Method in class de.felixroske.jfxsupport.SplashScreen
Use your own splash image instead of the default one.
getParent() - Method in class de.felixroske.jfxsupport.SplashScreen
Override this to create your own splash pane parent node.
getPresenter() - Method in class de.felixroske.jfxsupport.AbstractFxmlView
In case the view was not initialized yet, the conventional fxml (airhacks.fxml for the AirhacksView and AirhacksPresenter) are loaded and the specified presenter / controller is going to be constructed and returned.
getPresenter(Consumer<Object>) - Method in class de.felixroske.jfxsupport.AbstractFxmlView
Does not initialize the view.
getResourceBundle() - Method in class de.felixroske.jfxsupport.AbstractFxmlView
Gets the resource bundle.
getScene() - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
getScene() - Static method in enum de.felixroske.jfxsupport.GUIState
 
getStage() - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
getStage() - Static method in enum de.felixroske.jfxsupport.GUIState
 
getSystemTray() - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
getSystemTray() - Static method in enum de.felixroske.jfxsupport.GUIState
 
getTitle() - Static method in enum de.felixroske.jfxsupport.GUIState
 
getView() - Method in class de.felixroske.jfxsupport.AbstractFxmlView
Initializes the view by loading the FXML (if not happened yet) and returns the top Node (parent) specified in the FXML file.
getView(Consumer<Parent>) - Method in class de.felixroske.jfxsupport.AbstractFxmlView
Initializes the view synchronously and invokes the consumer with the created parent Node within the FX UI thread.
getViewWithoutRootContainer() - Method in class de.felixroske.jfxsupport.AbstractFxmlView
Scene Builder creates for each FXML document a root container.
GUIState - Enum in de.felixroske.jfxsupport
The enum GUIState stores Scene and Stage objects as singletons in this VM.

I

init() - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

L

launch(Class<? extends Application>, Class<? extends AbstractFxmlView>, String[]) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
Launch app.
launch(Class<? extends Application>, Class<? extends AbstractFxmlView>, SplashScreen, String[]) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
Launch app.
launchApp(Class<? extends Application>, Class<? extends AbstractFxmlView>, String[]) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
Deprecated.
To be more in line with javafx.application please use launch
launchApp(Class<? extends Application>, Class<? extends AbstractFxmlView>, SplashScreen, String[]) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
Deprecated.
To be more in line with javafx.application please use launch
loadDefaultIcons() - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

N

newBundle(String, Locale, String, ClassLoader, boolean) - Method in class de.felixroske.jfxsupport.ResourceBundleControl
 

P

PropertyReaderHelper - Class in de.felixroske.jfxsupport
The utility PropertyReaderHelper.

R

ResourceBundleControl - Class in de.felixroske.jfxsupport
Control that uses a custom Charset when reading resource bundles, compared to the default charset which is ISO-8859-1.
ResourceBundleControl(Charset) - Constructor for class de.felixroske.jfxsupport.ResourceBundleControl
 

S

setApplicationContext(ApplicationContext) - Method in class de.felixroske.jfxsupport.AbstractFxmlView
 
setIfPresent(Environment, String, Class<T>, Consumer<T>) - Static method in class de.felixroske.jfxsupport.PropertyReaderHelper
Load from Environment a key with a given type.
setScene(Scene) - Static method in enum de.felixroske.jfxsupport.GUIState
 
setStage(Stage) - Static method in enum de.felixroske.jfxsupport.GUIState
 
setTitle(String) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
Sets the title.
setTitle(String) - Static method in enum de.felixroske.jfxsupport.GUIState
 
showView(Class<? extends AbstractFxmlView>, Modality) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
showView(Class<? extends AbstractFxmlView>) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
Show view.
SplashScreen - Class in de.felixroske.jfxsupport
A default standard splash pane implementation Subclass it and override it's methods to customize with your own behavior.
SplashScreen() - Constructor for class de.felixroske.jfxsupport.SplashScreen
 
start(Stage) - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
stop() - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

T

toString() - Method in class de.felixroske.jfxsupport.AbstractFxmlView
 

V

valueOf(String) - Static method in enum de.felixroske.jfxsupport.GUIState
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.felixroske.jfxsupport.GUIState
Returns an array containing the constants of this enum type, in the order they are declared.
visible() - Method in class de.felixroske.jfxsupport.SplashScreen
Customize if the splash screen should be visible at all.
A B D F G I L N P R S T V 
Skip navigation links

Copyright © 2018. All rights reserved.