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

Public Member Functions

void loadFXML () throws IOException
 
void show ()
 
void setFXMLLoader (FXMLLoader loader)
 

Detailed Description

Describes the methods that a Stage must possess in order to be rendered by the JavaFXGraphicalUserInterfaceLauncher

Definition at line 9 of file FXMLStage.java.

Member Function Documentation

void ui.FXMLStage.loadFXML ( ) throws IOException

Create a scene, and load an FXML file into that scene

Exceptions
IOExceptionIf the FXML file cannot be found

Implemented in ui.AutowiredFXMLStage.

void ui.FXMLStage.setFXMLLoader ( FXMLLoader  loader)
Parameters
loaderThe FXML loader to use in this stage

Implemented in ui.AutowiredFXMLStage.

void ui.FXMLStage.show ( )

Show the stage


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