Describes a wrapper for components capable of loading JavaFX FXML files
Definition at line 9 of file main/java/ui/FXMLLoader.java.
<FXMLType> FXMLType ui.FXMLLoader.load |
( |
| ) |
throws IOException |
Load the FXML document into JavaFX
- Parameters
-
<FXMLType> | The resulting type of the top-level element loaded by this loader |
- Returns
- The loaded document
- Exceptions
-
IOException | If the document cannot be found |
void ui.FXMLLoader.setLocation |
( |
URL |
fxml | ) |
|
- Parameters
-
fxml | A URL to the FXML document that needs to be loaded |
void ui.FXMLLoader.setRoot |
( |
Object |
root | ) |
|
- Parameters
-
root | The root element into which FXML is to be loaded |
The documentation for this interface was generated from the following file: