BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
ui.FXMLLoader Interface Reference
Inheritance diagram for ui.FXMLLoader:
Inheritance graph
[legend]

Public Member Functions

void setLocation (URL fxml)
 
< FXMLType > FXMLType load () throws IOException
 
void setRoot (Object root)
 

Detailed Description

Describes a wrapper for components capable of loading JavaFX FXML files

Definition at line 9 of file main/java/ui/FXMLLoader.java.

Member Function Documentation

<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
IOExceptionIf the document cannot be found
void ui.FXMLLoader.setLocation ( URL  fxml)
Parameters
fxmlA URL to the FXML document that needs to be loaded
void ui.FXMLLoader.setRoot ( Object  root)
Parameters
rootThe root element into which FXML is to be loaded

The documentation for this interface was generated from the following file:
Git Repo