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

Public Member Functions

void handleRefreshButtonClicked ()
 
Kernel getKernel ()
 
void setKernel (Kernel kernel)
 

Detailed Description

Controls a menu that shows the list of devices currently connected

Definition at line 20 of file DeviceListController.java.

Member Function Documentation

Kernel ui.controllers.DeviceListController.getKernel ( )
Returns
The attached kernel

Definition at line 45 of file DeviceListController.java.

45  {
46  return kernel;
47  }
void ui.controllers.DeviceListController.handleRefreshButtonClicked ( )

Handler called when the refresh button is clicked.

Definition at line 36 of file DeviceListController.java.

36  {
37  DeviceContainer registry = kernel.getDeviceRegistryView();
38  lookupPowerSupply(registry);
39  lookupPressureGauge(registry);
40  }
void ui.controllers.DeviceListController.setKernel ( Kernel  kernel)
Parameters
kernelThe kernel to which this controller is to be attached

Definition at line 52 of file DeviceListController.java.

52  {
53  this.kernel = kernel;
54  }

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