| Home >> All |
| | jgift.command.* (20) | | jgift.search.* (10) | | jgift.transfer.* (4) | | jgift.ui.* (17) |
| | jgift.ui.preferences.* (5) | | jgift.ui.treetable.* (4) |
jgift: Javadoc index of package jgift.
Package Samples:
jgift.command
jgift.search
jgift.transfer
jgift.ui.preferences
jgift.ui.treetable
jgift.ui
Classes:
AbstractTreeTableModel: Abstract implementation of TreeTableModel that provides support for TreeModelListeners. This code borrows heavily from the JTreeTable example found on the Java Developer Connection .
TreeTableModelAdapter: Wraps a TreeTableModel to provide a TableModel interface for a JTable. This code borrows heavily from the JTreeTable example found on the Java Developer Connection .
TreeTable: TreeTable is a JTable that uses a JTree to render its cells. This code borrows heavily from the JTreeTable example found on the Java Developer Connection .
TreeTableModel: A model used for tables that wrap a tree view of results. This code borrows heavily from the JTreeTable example found on the Java Developer Connection .
SearchResultGroup: Container for a group of search results for the exact same file in different locations.
CommandReader: Reads commands from an input stream and pushes them into a queue asynchronously.
BandwidthPreferencePanel: User interface for modifying the giFT bandwidth configuration settings.
DownloadPreferencePanel: User interface for modifying the giFT download configuration settings.
SharingPreferencePanel: User interface for modifying the giFT sharing configuration settings.
MainPreferencePanel: User interface for modifying the main giFT configuration settings.
ConfigReader: ConfigParser handles the parsing of the giFT configuration files.
AvailabilityComparator: Compares search results based on the number of available slots.
CommandQueue: Data structure for holding Command objects in a FIFO fashion.
SearchListener: Listener that is notified when a search result is received.
Command: Represents a command sent to or received from the server.
TransferEvent: Event signaling that a transfer has been started started.
SearchEvent: Event signaling that a search result has been received.
SplashScreen: Displays the application splash screen during startup.
ConfigWriter: ConfigWriter handles the saving of giFT properties.
TransferListener: Listener that will be notified of transfer events.
ActionKey: A key that tells the server to perform an action.
FileNameComparator: Compares search results based on their file name.
| Home | Contact Us | Privacy Policy | Terms of Service |