- getConventionalName(boolean, String) - Method in class com.airhacks.afterburner.views.FXMLView
-
- getConventionalName(boolean) - Method in class com.airhacks.afterburner.views.FXMLView
-
- getDefaultLogger() - Static method in class com.airhacks.afterburner.injection.Injector
-
- getPresenter() - Method in class com.airhacks.afterburner.views.FXMLView
-
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 com.airhacks.afterburner.views.FXMLView
-
Does not initialize the view.
- getProperty(Class<?>, Object) - Method in class com.airhacks.afterburner.configuration.Configurator
-
- getResourceBundle(String) - Static method in class com.airhacks.afterburner.views.FXMLView
-
- getResourceBundle() - Method in class com.airhacks.afterburner.views.FXMLView
-
- getView() - Method in class com.airhacks.afterburner.views.FXMLView
-
Initializes the view by loading the FXML (if not happened yet) and
returns the top Node (parent) specified in
- getView(Consumer<Parent>) - Method in class com.airhacks.afterburner.views.FXMLView
-
Initializes the view synchronously and invokes and passes the created
parent Node to the consumer within the FX UI thread.
- getViewAsync(Consumer<Parent>) - Method in class com.airhacks.afterburner.views.FXMLView
-
Creates the view asynchronously using an internal thread pool and passes
the parent node within the UI Thread.
- getViewWithoutRootContainer() - Method in class com.airhacks.afterburner.views.FXMLView
-
Scene Builder creates for each FXML document a root container.