![]() |
BakeoutController-Basic
0.1
A Controller for the Omicron vacuum chamber
|
Public Member Functions | |
void | initialize () |
void | handleGoButtonClicked () |
Kernel | getKernel () |
void | setKernel (Kernel kernel) |
Controls the panel for the device setup tab. This panel is where a user associates each required device with a port.
Definition at line 28 of file DeviceSetupController.java.
Kernel ui.controllers.DeviceSetupController.getKernel | ( | ) |
Definition at line 76 of file DeviceSetupController.java.
void ui.controllers.DeviceSetupController.handleGoButtonClicked | ( | ) |
Describes what happens when the user clicks the go button. Set up the devices.
Definition at line 68 of file DeviceSetupController.java.
void ui.controllers.DeviceSetupController.initialize | ( | ) |
Start the port selector
Definition at line 60 of file DeviceSetupController.java.
void ui.controllers.DeviceSetupController.setKernel | ( | Kernel | kernel | ) |
kernel | The kernel to which this controller is to be attached |
Definition at line 83 of file DeviceSetupController.java.
Git Repo |