BakeoutController  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
ui.controllers.DevicesController Class Reference

Public Member Functions

void setUp () throws IOException
 
void displayNewDeviceForm ()
 

Detailed Description

Controller for devices.fxml

Definition at line 19 of file DevicesController.java.

Member Function Documentation

void ui.controllers.DevicesController.displayNewDeviceForm ( )

Show the new device form

Definition at line 57 of file DevicesController.java.

57  {
58  newDeviceFormStage.show();
59  }
void ui.controllers.DevicesController.setUp ( ) throws IOException

Set up the new device stage after construction

Exceptions
IOExceptionif the new device form cannot be found

Definition at line 50 of file DevicesController.java.

50  {
51  configureNewDeviceFormStage();
52  }

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