Babylon Java Chat

Package <Unnamed>

Class Summary
Babylon The main thread of the chat client, when run as an application.
BabylonApplet An applet wrapper for the BabylonPanel class.
BabylonCanvas This class is the whiteboard drawing canvas of the chat client.
BabylonChatRoom A class to represent chat rooms.
BabylonChoiceDialog A dialog window for showing an array of buttons with different choices.
BabylonClientConnection This class represents a user connection on the client side.
BabylonClientFileTransfer The thread that runs file transfers on the client side.
BabylonCommand A class containing constants for defining the communications protocol between the client and server.
BabylonConnection An abstract class for connections from the client or to the server.
BabylonEmail A thread that provides e-mail sending functionality, including address parsing and host lookups.
BabylonEmailDialog A dialog window for composing e-mail.
BabylonFileTransfer An abstract class for file transfers by the client or server.
BabylonImageTransfer A class for transferring canvas images by the client or server as a separate thread.
BabylonInstantMessageDialog A dialog window for showing an incoming instant message to the user.
BabylonLabelDialog A dialog window for showing a simple text label message.
BabylonMessage A structure class used for containing info about a message between users.
BabylonMessagingDialog A dialog window for sending both 'static' and 'instant' messages.
BabylonOkDialog A dialog window for presenting simple messages and notifications.
BabylonPanel The main panel of the client window or applet.
BabylonPasswordDialog A dialog window for prompting the user to enter a password.
BabylonPasswordEncryptor Encrypts strings (in particular, passwords).
BabylonProgressDialog A dialog window for showing the progress of an operation.
BabylonRoomControlDialog A dialog window for controlling access to a chat room owned by the user.
BabylonRoomInfo A structure class used for containing info about a chat room.
BabylonRoomsDialog A dialog window for showing and moving between chat rooms.
BabylonServer The main thread of the chat server.
BabylonServerConnection This class represents a user connection on the server side.
BabylonServerFileTransfer The thread that runs file transfers on the server side.
BabylonServerWindow The window for the chat server, when running in graphics mode.
BabylonSettingsDialog A dialog window for showing and changing the client's user settings.
BabylonStringManager Internationalization class for managing strings for different locales.
BabylonTextDialog A dialog window for displaying arbitrary text.
BabylonUser A structure class used for containing info about a user.
BabylonUserTool Creates and deletes user account entries in the password file.
BabylonUserToolDialog A dialog window for interfacing with the BabylonUserTool class.
BabylonWindow The containing window for the panel that makes up the content of the chat client.
 


Babylon Java Chat