| Class | Description |
|---|---|
| AbstractFxmlView |
Base class for fxml-based view classes.
|
| AbstractJavaFxApplicationSupport |
The Class AbstractJavaFxApplicationSupport.
|
| PropertyReaderHelper |
The utility PropertyReaderHelper.
|
| ResourceBundleControl |
Control that uses a custom
Charset when reading resource bundles,
compared to the default charset which is ISO-8859-1. |
| SplashScreen |
A default standard splash pane implementation Subclass it and override it's
methods to customize with your own behavior.
|
| Enum | Description |
|---|---|
| GUIState |
The enum
GUIState stores Scene and Stage objects as singletons in
this VM. |
| Annotation Type | Description |
|---|---|
| FXMLController |
The annotation
FXMLController is used to mark JavaFX controller
classes. |
| FXMLView |
The annotation
FXMLView indicates a class to be used in the context
of an JavaFX view. |
Copyright © 2018. All rights reserved.