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

A

AbstractFxmlView - Class in de.felixroske.jfxsupport
This class is derived from Adam Bien's afterburner.fx project.
AbstractFxmlView() - Constructor for class de.felixroske.jfxsupport.AbstractFxmlView
 
AbstractFxmlView(String) - Constructor for class de.felixroske.jfxsupport.AbstractFxmlView
 
AbstractJavaFxApplicationSupport - Class in de.felixroske.jfxsupport
 
AbstractJavaFxApplicationSupport() - Constructor for class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

B

bundle - Variable in class de.felixroske.jfxsupport.AbstractFxmlView
 

D

de.felixroske.jfxsupport - package de.felixroske.jfxsupport
 

F

FXMLController - Annotation Type in de.felixroske.jfxsupport
 
fxmlLoader - Variable in class de.felixroske.jfxsupport.AbstractFxmlView
 
FXMLView - Annotation Type in de.felixroske.jfxsupport
 

G

getConventionalName(String) - Method in class de.felixroske.jfxsupport.AbstractFxmlView
 
getConventionalName() - Method in class de.felixroske.jfxsupport.AbstractFxmlView
 
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
 
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.

I

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

L

launchApp(Class<? extends AbstractJavaFxApplicationSupport>, Class<? extends AbstractFxmlView>, String[]) - Static method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

P

presenterProperty - Variable in class de.felixroske.jfxsupport.AbstractFxmlView
 

R

resource - Variable in class de.felixroske.jfxsupport.AbstractFxmlView
 

S

setApplicationContext(ApplicationContext) - Method in class de.felixroske.jfxsupport.AbstractFxmlView
 
setTitle(String) - Method in class de.felixroske.jfxsupport.AbstractFxmlView
Sets the value of the property title.
showView(Class<? extends AbstractFxmlView>) - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
start(Stage) - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 
stop() - Method in class de.felixroske.jfxsupport.AbstractJavaFxApplicationSupport
 

T

title - Variable in class de.felixroske.jfxsupport.AbstractFxmlView
 
titleProperty() - Method in class de.felixroske.jfxsupport.AbstractFxmlView
 
A B D F G I L P R S T 
Skip navigation links

Copyright © 2016. All rights reserved.