Class Summary |
CPUDataComponent |
This is DataComponent specifically for
displaying CPU percentages. |
DateDataComponent |
This is DataComponent specifically for converting
time since epoc dates into a nice format. |
DiskDataComponent |
This is DataComponent specifically for
displaying Disk information. |
IODataComponent |
Used to display IO style information. |
ProcessesDataComponent |
Used to display some information about processes
Used in combination with others of this type and displayed
correctly, this will help display the number of processes
It simply displays the value as a String
in a JTextField. |
ServiceDataComponent |
This is the most basic of DataComponents. |
StorageDataComponent |
This is DataComponent specifically for
displaying storage, eg memory, disk and swap. |
StringDataComponent |
This is the most basic of DataComponents. |
UptimeDataComponent |
This is DataComponent specifically for converting
uptime into a nice format. |
UsersDataComponent |
This component displays the users currently logged
onto a system. |
VisibleDataComponent |
This is the abstract class for all
data components that will display data on the screen. |