Uses of Interface
uk.org.iscream.cms.conient.datacomponents.DataComponent

Packages that use DataComponent
uk.org.iscream.cms.conient   
uk.org.iscream.cms.conient.datacomponents   
 

Uses of DataComponent in uk.org.iscream.cms.conient
 

Methods in uk.org.iscream.cms.conient with parameters of type DataComponent
private  void HostDisplayPanel.addDataComponent(DataComponent dataComponent)
          Adds a DataComponent to the list of already known data components.
 

Uses of DataComponent in uk.org.iscream.cms.conient.datacomponents
 

Classes in uk.org.iscream.cms.conient.datacomponents that implement DataComponent
 class CPUDataComponent
          This is DataComponent specifically for displaying CPU percentages.
 class DateDataComponent
          This is DataComponent specifically for converting time since epoc dates into a nice format.
 class DiskDataComponent
          This is DataComponent specifically for displaying Disk information.
 class IODataComponent
          Used to display IO style information.
 class 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.
 class ServiceDataComponent
          This is the most basic of DataComponents.
 class StorageDataComponent
          This is DataComponent specifically for displaying storage, eg memory, disk and swap.
 class StringDataComponent
          This is the most basic of DataComponents.
 class UptimeDataComponent
          This is DataComponent specifically for converting uptime into a nice format.
 class UsersDataComponent
          This component displays the users currently logged onto a system.
 class VisibleDataComponent
          This is the abstract class for all data components that will display data on the screen.
 



Copyright © 2000-2003 i-scream. All Rights Reserved.