Public Member Functions | |
InternalPanel (Controller ctrl) | |
int | roundPercentage (HashMap specs, String partField, String totalField) |
void | updateBarPanel (HashMap specs) |
void | updateStaticInfoPanel (HashMap specs) |
void | updateDynamicInfoPanel (HashMap specs) |
Private Member Functions | |
void | internalPanelInit () throws Exception |
Private Attributes | |
BorderLayout | internalPanelLayout |
JPanel | barPanel |
JPanel | dynamicInfo |
JPanel | staticInfo |
JProgressBar | cpuUsageBar |
JProgressBar | memoryUsageBar |
JProgressBar | swapUsageBar |
JProgressBar | filesUsageBar |
JProgressBar | diskUsageBar |
TitledBorder | barPanelBorder |
TitledBorder | staticInfoBorder |
TitledBorder | dynamicInfoBorder |
JLabel | cpuLabel |
JLabel | memoryLabel |
JLabel | swapLabel |
JLabel | diskLabel |
JLabel | filesLabel |
JLabel | osVersionLabel |
JLabel | hostNameLabel |
JLabel | osNameLabel |
JLabel | processorClockLabel |
JLabel | processorNameLabel |
JLabel | totalRAMLabel |
JLabel | totalSwapLabel |
JLabel | totalFSLabel |
JLabel | totalFilesLabel |
JLabel | freeFSLabel |
JLabel | freeSwapLabel |
JLabel | freeRAMLabel |
JLabel | freeFilesLabel |
JLabel | cpuUsageLabel |
Controller | myManager |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|