| Home >> All >> konspire >> [ client Javadoc ] |
konspire.client: Javadoc index of package konspire.client.
Package Samples:
konspire.client
Classes:
ListChoiceEvent: Event generated by a ClickableJList when a group of its items are chosen (for example, double clicked ). Note that this class only uses the even pattern and doesn't actually subclasse java.awt.event .
ListTablePanel: Abstract class that supports displaying a scrolling, clickable list table with an action button. Action button removes selected items from the table and calls an action method.
LabeledFieldJLabel: JLabel that displays a value preceeded or followed by a fixed label. All spacing between label and value must be handled by caller.
SearchResultsTable: Table of search reulsts. Contains a ClickableJList that displays each FileDescriptor in the result set.
TransferThread: Abstract superclass for threads that transfer files, display status about transfers in gui, and get user input from GUI.
TransferTable: Table that displays status information (and user controls) for currently active file transfer threads
ClickableJList: JList that responds to double click events by firing ListChoiceEvents .
ScrollTablePanel: A panel containing a scrolling JTable with support for containing JButtons and other components.
FileDirectoryPathRenderer: Class that renders a List cell representation of a File directory path.
ClientSettingsFile: Object for sending client settings to file. Contains default settings for client.
FileDirectoryDialog: Dialog box for selecting file sharing directories. This is a blocking dialog box.
FileDescriptorRenderer: Class that renders a List cell representation of a file descriptor.
TransferThreadRenderer: Class that renders a List cell representation of a TransferThread.
ListChoiceListener: Interface for classes that can receive ListChoiceEvents .
FileTransferInit: Client to client message for initializing (or denying) a file transfer
WindowUtils: Class containing static utility methods for manipulating windows
GuiMessage: Collection of static methods for displaying messages to user.
ClientFileRequest: Message sent from one client to another to request a file.
Protocol: The protocol class. This class parses the irc protocol.
Net: This class handles all the network stuff for irc chat
| Home | Contact Us | Privacy Policy | Terms of Service |