![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
void | initialize () |
void | handleRefreshButtonClicked () |
void | execute (@NotNull Runnable command) |
Responsible for updating the results panel with results of the bakeout
Definition at line 27 of file ResultController.java.
void ui.controllers.ResultController.execute | ( | @NotNull Runnable | command | ) |
Run the command given to it on the JavaFX application thread
command | The command to run |
Definition at line 123 of file ResultController.java.
void ui.controllers.ResultController.handleRefreshButtonClicked | ( | ) |
Called if the refresh button is clicked on the UI
Definition at line 107 of file ResultController.java.
void ui.controllers.ResultController.initialize | ( | ) |
Find the pressure and voltage providers, and attach a listener to both of them
Definition at line 89 of file ResultController.java.
Git Repo |