Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package konspire.client

Interface Summary
DownloadController Interface for object that can start downloads.
ListChoiceListener Interface for classes that can receive ListChoiceEvents.
 

Class Summary
BrowsePanel Panel containing GUI controls for searching.
ClickableJList JList that responds to double click events by firing ListChoiceEvents.
ClientFileRequest Message sent from one client to another to request a file.
ClientSettings Container class for client settings.
ClientSettingsFile Object for sending client settings to file.
ConnectErrorDialog  
ConnectWaitDialog  
DownloadTable TransferTable that only can contain DownloadThreads.
DownloadThread TransferThread for downloads.
EtchedTitledJPanel JPanel with an etched, titled border.
FileDescriptorRenderer Class that renders a List cell representation of a file descriptor.
FileDirectoryDialog Dialog box for selecting file sharing directories.
FileDirectoryPathRenderer Class that renders a List cell representation of a File directory path.
FileGuiUtils  
FileTransferInit Client to client message for initializing (or denying) a file transfer
GuiMessage Collection of static methods for displaying messages to user.
IMWindow  
Jicra The main class.
LabeledFieldJLabel JLabel that displays a value preceeded or followed by a fixed label.
ListChoiceEvent Event generated by a ClickableJList when a group of its items are chosen (for example, double clicked ).
ListTablePanel Abstract class that supports displaying a scrolling, clickable list table with an action button.
Net This class handles all the network stuff for irc chat
PageLoader  
Protocol The protocol class.
ScrollTablePanel A panel containing a scrolling JTable with support for containing JButtons and other components.
ScrollTablePanelTester  
SearchPanel Panel containing GUI controls for searching.
SearchResultsTable Table of search reulsts.
ServerListPanel Panel that displays the current live server list.
SplashScreen  
StatePanel Panel that displays system state information.
TableRow Wrapper for object in a JTable row
TransferTable Table that displays status information (and user controls) for currently active file transfer threads
TransferThread Abstract superclass for threads that transfer files, display status about transfers in gui, and get user input from GUI.
TransferThreadRenderer Class that renders a List cell representation of a TransferThread.
UploadTable TransferTable that only can contain UploadThreads.
UploadThread TransferThread for uploads.
WindowUtils Class containing static utility methods for manipulating windows