DevicePanel Class Reference
Displays a Device's status. More...
Inherits javax::swing::JPanel.
Collaboration diagram for DevicePanel:
Public Member Functions | |
DevicePanel (Device device) | |
Create a new DevicePanel. | |
void | setDevice (Device device) |
Sets the device this panel should show the status of. |
Detailed Description
Displays a Device's status.
Constructor & Destructor Documentation
DevicePanel | ( | Device | device | ) |
Member Function Documentation
void setDevice | ( | Device | device | ) |
Sets the device this panel should show the status of.
- Parameters:
-
device the Device to show the status of.
Here is the caller graph for this function:
The documentation for this class was generated from the following file:
- /Users/dev/Documents/SVN brazos.cs.tcu.edu/trunk/FROG/src/frog/gui/DevicePanel.java