| Class | Description |
|---|---|
| GuiceApplication |
A simple replacement for the default JavaFX Application class that utilizes
Google Guice for dependency injection.
|
| GuiceFXMLLoader |
If you want to `guicify` your JavaFX experience you can use an instance of
this class instead of the FXMLLoader that ships with JavaFX.
|
| GuiceFXMLLoader.Result |
A simple wrapper around the result of a FXML loading operation.
|
| Enum | Description |
|---|---|
| PersistentProperty.NodeType |
Enumeration over the different storage facilities for your
persistent properties.
|
| Annotation Type | Description |
|---|---|
| FxApplicationThread |
This annotation marks methods that must be executed on the JavaFX application
thread.
|
| FXMLComponent |
This class can be used to annotate FXML-based components.
|
| FXMLController |
This
Scope annotation should be used on controllers which need to be
looked up via ControllerLookup. |
| PersistentProperty |
This annotation can be used to mark JavaFX Properties as persistent, thus
the value of these properties will be stored on your local hard drive and
restored the next time your application is started.
|
Copyright © 2012-2014 The Cat Hive Developers. All Rights Reserved.