Class Summary |
Configuration |
Provides configuration details to Conient
This class is a Singleton class. |
ConfigurationDialog |
This provides a modal dialog from which the user
can reconfigure the conient client. |
Conient |
This is the main class of the Conient client. |
ConnectionHandler |
This is the main thread for the client. |
ControlPanel |
This panel holds the toolbar at the top. |
DataPanel |
This thread reads data from the DataReader
it then asks the appropriate HostDisplayPanel
to update its data. |
DataReader |
The class reads in data from a BufferedReader,
it then converts it to an XMLPacket and adds
it to its Queue for anything that wants it. |
HostDisplayPanel |
A HostDisplayPanel is simply a JPanel containing
DataComponents which relate to various host
attributes. |
PacketTimer |
Shows a countdown timer for packet arrival times. |
QueueFrame |
This class allows a window to be shown which displays
internel server queue information as sent by the i-scream
server. |
SwingSafeAdd |
Allows components to be safely added to containers
This class takes a container and a component to add
to the container. |
SwingSafeAddCard |
Allows components to be safely added to a pane using a card layout. |
TunnelProcess |
This is essentially a wrapper for the java.lang.Process object. |