|
| void | setLocation (URL fxml) |
| |
| < FXMLType > FXMLType | load () throws IOException |
| |
|
void | setRoot (Object root) |
| |
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 |
The documentation for this interface was generated from the following file: