Serialized Form


Package org.xnap.action

Class org.xnap.action.AbstractToggleAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.action.AbstractTogglePrefAction extends AbstractToggleAction implements Serializable

Serialized Fields

prefs

PreferencesProvider prefs

prefsKey

java.lang.String prefsKey

Class org.xnap.action.AbstractToggleReversedPrefAction extends AbstractToggleAction implements Serializable

Serialized Fields

prefs

PreferencesProvider prefs

prefsKey

java.lang.String prefsKey

Class org.xnap.action.AbstractXNapAction extends javax.swing.AbstractAction implements Serializable


Package org.xnap.chat

Class org.xnap.chat.ChannelEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id

message

java.lang.String message

messageType

int messageType

peer

Peer peer

topic

java.lang.String topic

Class org.xnap.chat.ChatProviderEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id

message

java.lang.String message

Package org.xnap.chat.action

Class org.xnap.chat.action.AbstractBanAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractDeOpAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractDeVoiceAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractJoinAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractKickAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractKillAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractOpAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractPartAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.chat.action.AbstractVoiceAction extends javax.swing.AbstractAction implements Serializable


Package org.xnap.cmdl

Class org.xnap.cmdl.ParameterException extends java.lang.Exception implements Serializable

Class org.xnap.cmdl.SyntaxException extends java.lang.Exception implements Serializable


Package org.xnap.event

Class org.xnap.event.ListEvent extends java.util.EventObject implements Serializable

Serialized Fields

item

java.lang.Object item

id

int id

Class org.xnap.event.StateEvent extends java.util.EventObject implements Serializable


Package org.xnap.gui

Class org.xnap.gui.AboutDialog extends DefaultDialog implements Serializable

Serialized Fields

jtpMain

javax.swing.JTabbedPane jtpMain

jepPlugins

HTMLEditorPane jepPlugins

tabByFilename

java.util.Hashtable<K,V> tabByFilename

Class org.xnap.gui.AbstractPreferencesDialog extends DefaultDialog implements Serializable

Serialized Fields

pane

IconSplitPane pane

panels

java.util.LinkedList<E> panels

canClose

boolean canClose

needToRestartXNap

boolean needToRestartXNap

Class org.xnap.gui.AbstractSettingsPanel extends javax.swing.JPanel implements Serializable

Class org.xnap.gui.AdvancedSearchQueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jcbSearch

HistoryComboBox jcbSearch

jcbMediaType

javax.swing.JComboBox jcbMediaType

rbFilesize

RangeBox rbFilesize

jcbFilesizeUnit

javax.swing.JComboBox jcbFilesizeUnit

jcbNetwork

javax.swing.JComboBox jcbNetwork

jcbLocal

javax.swing.JCheckBox jcbLocal

jpOptions

javax.swing.JPanel jpOptions

spcNone

SearchProviderContainer spcNone

spcAll

SearchProviderContainer spcAll

acQuery

org.xnap.gui.AdvancedSearchQueryPanel.QueryAction acQuery

panelByProvider

java.util.Hashtable<K,V> panelByProvider
Maps SearchProvider objets to extra JPanel objects for additonal options.


currentOptionsPanel

SearchOptionsPanel currentOptionsPanel

Class org.xnap.gui.ChannelPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

prefs

Preferences prefs

parent

ChatPanel parent

cpChat

ChatPane cpChat

jta

javax.swing.JTable jta

jteInput

XNapTextField jteInput

ptm

ChatPeerTableModel ptm

jspH

javax.swing.JSplitPane jspH

jlTopic

javax.swing.JLabel jlTopic

jlServer

javax.swing.JLabel jlServer

jcbShowChatMsgTime

javax.swing.JCheckBox jcbShowChatMsgTime

jcbBeepOnChatMessage

javax.swing.JCheckBox jcbBeepOnChatMessage

jcbBlinkOnChatMessage

javax.swing.JCheckBox jcbBlinkOnChatMessage

acSend

org.xnap.gui.ChannelPanel.SendAction acSend

channel

Channel channel

executer

LocalExecuter executer

Class org.xnap.gui.ChatPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

jtp

javax.swing.JTextPane jtp

Class org.xnap.gui.ChatPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jtp

CloseableTabbedPane jtp

jpProviders

ChatProviderPanel jpProviders

Class org.xnap.gui.ChatProviderPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cpMessages

ConsolePane cpMessages

tmChannels

ChannelTableModel tmChannels

jcbServers

javax.swing.JComboBox jcbServers

jta

javax.swing.JTable jta

jpActions

javax.swing.JPanel jpActions

jspH

javax.swing.JSplitPane jspH

acJoinChannel

org.xnap.gui.ChatProviderPanel.JoinChannelAction acJoinChannel

Class org.xnap.gui.ConsoleDialog extends DefaultDialog implements Serializable

Serialized Fields

jtp

javax.swing.JTabbedPane jtp

cpConsole

ConsolePane cpConsole

cpError

ConsolePane cpError

jpDebug

DebugPanel jpDebug

Class org.xnap.gui.ConsolePane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

jta

javax.swing.JTextArea jta

crop

boolean crop

appendPending

boolean appendPending

pendingText

java.lang.StringBuffer pendingText

Class org.xnap.gui.DebugPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jtfLayout

javax.swing.JTextField jtfLayout

jcbLevel

javax.swing.JComboBox jcbLevel

jcbLogToFile

javax.swing.JCheckBox jcbLogToFile

fpFilename

FilePanel fpFilename

jcbLogToConsole

javax.swing.JCheckBox jcbLogToConsole

cpDebug

ConsolePane cpDebug

apFile

org.apache.log4j.FileAppender apFile

apConsole

org.apache.log4j.WriterAppender apConsole

layout

org.apache.log4j.PatternLayout layout

levels

org.apache.log4j.Level[] levels

Class org.xnap.gui.DefaultPrefsWizardDialog extends DefaultWizardDialog implements Serializable

Serialized Fields

pp

PreferencesProvider pp

pref

java.lang.String pref

Class org.xnap.gui.Dialogs.NotificationDialog extends DefaultDialog implements Serializable

Serialized Fields

prefs

PreferencesProvider prefs

jcbDoNotShowAgain

javax.swing.JCheckBox jcbDoNotShowAgain

dialogName

java.lang.String dialogName

Class org.xnap.gui.ErrorDialog extends DefaultDialog implements Serializable

Serialized Fields

jpDetails

javax.swing.JPanel jpDetails

jtaDetails

javax.swing.JTextArea jtaDetails

jcbDoNotShowExceptionAgain

javax.swing.JCheckBox jcbDoNotShowExceptionAgain

jcbDoNotShowDialogAgain

javax.swing.JCheckBox jcbDoNotShowDialogAgain

acSend

org.xnap.gui.ErrorDialog.SendAction acSend

threads

java.util.LinkedList<E> threads

throwables

java.util.LinkedList<E> throwables

busy

boolean busy
If true, the dialog can not handle more exceptions.

Class org.xnap.gui.FeedbackWizardDialog extends DefaultWizardDialog implements Serializable

Serialized Fields

feedbackPanel

org.xnap.gui.FeedbackWizardDialog.FeedbackPanel feedbackPanel

Class org.xnap.gui.HelpDialog extends DefaultDialog implements Serializable

Class org.xnap.gui.HotlistPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jtaHotlist

javax.swing.JTable jtaHotlist

tmHotlist

HotlistTableModel tmHotlist

jcbFilter

javax.swing.JComboBox jcbFilter

dlmFilter

javax.swing.DefaultComboBoxModel dlmFilter

categories

java.util.HashSet<E> categories

Class org.xnap.gui.HotlistPanel.HotlistItemMenu extends AbstractDynamicMenu implements Serializable

Class org.xnap.gui.LibraryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

prefs

Preferences prefs

lTree

LibraryTree lTree

jta

javax.swing.JTable jta

jfc

javax.swing.JFileChooser jfc

ltm

LibraryTableModel ltm

dfs

DragFilesSupport dfs

jspH

javax.swing.JSplitPane jspH

jspV

javax.swing.JSplitPane jspV

jpURL

javax.swing.JPanel jpURL

jtfURL

XNapTextField jtfURL

jpSearch

javax.swing.JPanel jpSearch

jcSearch

HistoryComboBox jcSearch

jpPreview

javax.swing.JPanel jpPreview

jspPreview

javax.swing.JScrollPane jspPreview

jlStatus

javax.swing.JLabel jlStatus

playAction

PlayFileAction playAction

refreshAction

org.xnap.gui.LibraryPanel.RefreshAction refreshAction

stopAction

StopPlayerAction stopAction

enqueueAction

EnqueueFileAction enqueueAction

acOpenFile

OpenFileAction acOpenFile

deleteAction

org.xnap.gui.LibraryPanel.DeleteAction deleteAction

renameAction

org.xnap.gui.LibraryPanel.RenameAction renameAction

acCopyFile

CopyFileAction acCopyFile

acCutFile

CutFileAction acCutFile

acPasteFile

PasteFileAction acPasteFile

acShowURL

org.xnap.gui.LibraryPanel.ShowURLAction acShowURL

acShowSearch

org.xnap.gui.LibraryPanel.ShowSearchAction acShowSearch

currentDir

java.io.File currentDir

delayNextViewer

boolean delayNextViewer

currentViewer

Viewer currentViewer

Class org.xnap.gui.MainMenuBar extends javax.swing.JMenuBar implements Serializable

Serialized Fields

editMenu

javax.swing.JMenu editMenu

fileMenu

javax.swing.JMenu fileMenu

helpMenu

javax.swing.JMenu helpMenu

pluginsMenu

javax.swing.JMenu pluginsMenu

settingsMenu

javax.swing.JMenu settingsMenu

viewMenu

javax.swing.JMenu viewMenu

lookAndFeelMenu

javax.swing.JMenu lookAndFeelMenu

visibleColumnsMenu

javax.swing.JMenu visibleColumnsMenu

pluginMenuInitialItemCount

int pluginMenuInitialItemCount

Class org.xnap.gui.MainToolBar extends javax.swing.JToolBar implements Serializable

Serialized Fields

temporaries

java.util.LinkedList<E> temporaries
A list of components that is added temporarily to this toolbar.

Class org.xnap.gui.PluginInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

info

PluginInfo info

authorsLabel

javax.swing.JLabel authorsLabel

descriptionLabel

MultiLineLabel descriptionLabel

licenseLabel

javax.swing.JLabel licenseLabel

nameLabel

javax.swing.JLabel nameLabel

Class org.xnap.gui.PluginPreferencesDialog extends AbstractPreferencesDialog implements Serializable

Serialized Fields

prefs

Preferences prefs

Class org.xnap.gui.PreferencesDialog extends AbstractPreferencesDialog implements Serializable

Serialized Fields

prefs

Preferences prefs

canClose

boolean canClose

needToRestartXNap

boolean needToRestartXNap

Class org.xnap.gui.PresenceStatusPanel extends StatusPanel implements Serializable

Serialized Fields

jpPresence

javax.swing.JPopupMenu jpPresence

Class org.xnap.gui.PresenceStatusPanel.AwayAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.PresenceStatusPanel.OnlineAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.SearchPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jmPopup

javax.swing.JMenu jmPopup

jpSimple

SimpleSearchQueryPanel jpSimple

jpAdvanced

AdvancedSearchQueryPanel jpAdvanced

jtpSearches

CloseableTabbedPane jtpSearches

jspH

javax.swing.JSplitPane jspH

jspV

javax.swing.JSplitPane jspV

jtpTransfer

javax.swing.JTabbedPane jtpTransfer

acStop

org.xnap.gui.SearchPanel.StopAction acStop

acRequery

org.xnap.gui.SearchPanel.RequeryAction acRequery

acPeerMenu

javax.swing.Action acPeerMenu

acShowAdvanced

javax.swing.Action acShowAdvanced

acShowSimple

javax.swing.Action acShowSimple

clCenter

java.awt.CardLayout clCenter

jpCenter

javax.swing.JPanel jpCenter

newsPanel

NewsPanel newsPanel

actionProviders

java.util.List<E> actionProviders

logoPanel

javax.swing.JComponent logoPanel

Class org.xnap.gui.SearchResultPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

SearchPanel parent

jlStatus

javax.swing.JLabel jlStatus

jtFilter

javax.swing.JTextField jtFilter

jcbMediaType

javax.swing.JComboBox jcbMediaType

jta

JTreeTable jta

tmResults

SearchTableModel tmResults

jspSearch

javax.swing.JScrollPane jspSearch

controller

SearchController controller

prefs

Preferences prefs

Class org.xnap.gui.SearchResultTreePanel extends SearchResultPanel implements Serializable

Serialized Fields

jsp

javax.swing.JSplitPane jsp

jtPath

javax.swing.JTree jtPath

dtmPath

javax.swing.tree.DefaultTreeModel dtmPath

spnRoot

SearchPathNode spnRoot

cache

SwingSynchronizedCache cache

Class org.xnap.gui.SimpleSearchQueryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jcbSearch

HistoryComboBox jcbSearch

jcbMediaType

javax.swing.JComboBox jcbMediaType

spcAll

SearchProviderContainer spcAll

initialNetworkCount

int initialNetworkCount

acQuery

org.xnap.gui.SimpleSearchQueryPanel.QueryAction acQuery

Class org.xnap.gui.SplashWindow extends javax.swing.JWindow implements Serializable

Serialized Fields

jpbStatus

javax.swing.JProgressBar jpbStatus

statusLabel

javax.swing.JLabel statusLabel

Class org.xnap.gui.StartupWizardDialog extends DefaultWizardDialog implements Serializable

Serialized Fields

startup

boolean startup

noteRead

boolean noteRead

Class org.xnap.gui.StatusBar extends javax.swing.JPanel implements Serializable

Serialized Fields

spStatus

StatusPanel spStatus

container

javax.swing.JPanel container

visibleComponentsMenu

javax.swing.JMenu visibleComponentsMenu

visibleListener

java.awt.event.ActionListener visibleListener

popupListener

PopupListener popupListener

Class org.xnap.gui.StatusPanel extends javax.swing.JLabel implements Serializable

Serialized Fields

defaultTimeout

long defaultTimeout

description

java.lang.String description

Class org.xnap.gui.TransferManagerPanel extends javax.swing.JScrollPane implements Serializable

Serialized Fields

jtt

JTreeTable jtt

ttm

TransferTableModel ttm

jmPopup

TransferMenu jmPopup

manager

AbstractTransferManager manager

openFileAction

javax.swing.Action openFileAction

Class org.xnap.gui.TransferPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jpDownloads

TransferManagerPanel jpDownloads

jpUploads

TransferManagerPanel jpUploads

jtp

javax.swing.JTabbedPane jtp

jsp

javax.swing.JSplitPane jsp

acClear

javax.swing.Action acClear

acSettings

javax.swing.Action acSettings

acPeerMenu

javax.swing.Action acPeerMenu

Class org.xnap.gui.TransferSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jtDlThrottle

ValidatedTextField jtDlThrottle

jtUlThrottle

ValidatedTextField jtUlThrottle

jtMaxDl

ValidatedTextField jtMaxDl

jtMaxUl

ValidatedTextField jtMaxUl

acMaxDl

org.xnap.gui.TransferSettingsPanel.MyEnableAction acMaxDl

acMaxUl

org.xnap.gui.TransferSettingsPanel.MyEnableAction acMaxUl

acDlThrottle

org.xnap.gui.TransferSettingsPanel.MyEnableAction acDlThrottle

acUlThrottle

org.xnap.gui.TransferSettingsPanel.MyEnableAction acUlThrottle

acApply

org.xnap.gui.TransferSettingsPanel.ApplyAction acApply

Class org.xnap.gui.TransferStatusPanel extends StatusPanel implements Serializable

Class org.xnap.gui.UploadSettingsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jtUlThrottle

ValidatedTextField jtUlThrottle

jtMaxUl

ValidatedTextField jtMaxUl

acMaxUl

org.xnap.gui.UploadSettingsPanel.MyEnableAction acMaxUl

acUlThrottle

org.xnap.gui.UploadSettingsPanel.MyEnableAction acUlThrottle

acApply

org.xnap.gui.UploadSettingsPanel.ApplyAction acApply

Class org.xnap.gui.XNapFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

pane

ToggleableIconPane pane

jspV

javax.swing.JSplitPane jspV

jtbMain

MainToolBar jtbMain

jpChat

ChatPanel jpChat

jpHotlist

HotlistPanel jpHotlist

jpLibrary

LibraryPanel jpLibrary

jpSearch

SearchPanel jpSearch

jpTransfer

TransferPanel jpTransfer

wdi

ziga.gui.WindowsDesktopIndicator wdi

Package org.xnap.gui.action

Class org.xnap.gui.action.AboutDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.AbstractDownloadAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.AbstractListChannelsAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.AbstractWizardAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.ActionContainer extends javax.swing.AbstractAction implements Serializable

Serialized Fields

actions

java.util.List<E> actions

Class org.xnap.gui.action.ChangeTopicAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

tc

TopicChangable tc

Class org.xnap.gui.action.ClearHistoriesAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.CollapseAllNodesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

jt

javax.swing.JTree jt

Class org.xnap.gui.action.ConsoleDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.ContextHelpAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.CopyFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

fp

FileProvider fp

Class org.xnap.gui.action.CutFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

fp

FileProvider fp

Class org.xnap.gui.action.EnableAction extends AbstractToggleAction implements Serializable

Serialized Fields

components

java.awt.Component[] components

Class org.xnap.gui.action.EnqueueDirectoryAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dp

DirectoryProvider dp

Class org.xnap.gui.action.EnqueueFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

fp

FileProvider fp

Class org.xnap.gui.action.EraseAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

jtf

javax.swing.JTextField jtf

Class org.xnap.gui.action.ErrorAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.ExitAction extends AbstractXNapAction implements Serializable

Class org.xnap.gui.action.ExpandAllNodesAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

jt

javax.swing.JTree jt

Class org.xnap.gui.action.FeedbackDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.FocusAction extends AbstractXNapAction implements Serializable

Class org.xnap.gui.action.HelpDialogAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

name

java.lang.String name

hs

javax.help.HelpSet hs

Class org.xnap.gui.action.JoinChannelAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

cp

ChatProvider cp

Class org.xnap.gui.action.MaintainSortOrderAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.gui.action.MenuAction extends PanelAction implements Serializable

Class org.xnap.gui.action.OpenFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

fp

FileProvider fp

prefs

Preferences prefs

Class org.xnap.gui.action.OptionSubmenuAction extends SubmenuAction implements Serializable

Class org.xnap.gui.action.PackageDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.PanelAction extends AbstractToggleAction implements Serializable

Serialized Fields

jc

javax.swing.JComponent jc

source

java.lang.Object source

Class org.xnap.gui.action.PasteFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dp

DirectoryProvider dp

Class org.xnap.gui.action.PlayDirectoryAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

dp

DirectoryProvider dp

Class org.xnap.gui.action.PlayFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

fp

FileProvider fp

Class org.xnap.gui.action.PluginDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.PluginPreferencesDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.PreferencesDialogAction extends AbstractXNapAction implements Serializable

Class org.xnap.gui.action.ResetPreferencesAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.SetupWizardDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.ShowChatPanelAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.gui.action.ShowHotlistAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.gui.action.ShowLibraryPanelAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.gui.action.ShowMainToolBarAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.gui.action.StartPlayerAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.StartupWizardDialogAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.StopPlayerAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.SubmenuAction extends AbstractXNapAction implements Serializable

Serialized Fields

actions

javax.swing.Action[] actions

Class org.xnap.gui.action.UpdateLibraryAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.action.UseSocksProxyAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.gui.action.UseTabbedPaneAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.gui.action.UseTabbedTransferPaneAction extends AbstractTogglePrefAction implements Serializable


Package org.xnap.gui.component

Class org.xnap.gui.component.AbstractListPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlItems

javax.swing.JList jlItems

dlmItems

javax.swing.DefaultListModel dlmItems

acAdd

javax.swing.Action acAdd

acRemove

javax.swing.Action acRemove

bxInput

javax.swing.Box bxInput

Class org.xnap.gui.component.CloseableTabbedPane extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

closeIcon

javax.swing.Icon closeIcon

Class org.xnap.gui.component.ColorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

customColor

java.awt.Color customColor

jcbColor

javax.swing.JComboBox jcbColor

namesByColor

java.util.Hashtable<K,V> namesByColor

Class org.xnap.gui.component.ColorPanel.ColorCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

icon

ColorPanel.ColorIcon icon

Class org.xnap.gui.component.CompletionPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

mode

CompletionMode mode
The completion mode handling when and how to complete.


list

javax.swing.JList list
The list presenting the completed items.


keyListener

java.awt.event.KeyListener keyListener

focusListener

java.awt.event.FocusListener focusListener

componentListener

java.awt.event.ComponentListener componentListener

Class org.xnap.gui.component.DefaultCompletionModel extends javax.swing.DefaultComboBoxModel implements Serializable

Serialized Fields

root

org.xnap.gui.component.DefaultCompletionModel.CharNode root

Class org.xnap.gui.component.DefaultDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

acApply

org.xnap.gui.component.DefaultDialog.ApplyAction acApply

acCancel

org.xnap.gui.component.DefaultDialog.CancelAction acCancel

acClose

org.xnap.gui.component.DefaultDialog.CloseAction acClose

acOkay

org.xnap.gui.component.DefaultDialog.OkayAction acOkay

acHelp

org.xnap.gui.component.DefaultDialog.HelpAction acHelp

jpButtonsLeft

javax.swing.JPanel jpButtonsLeft

jpButtonsRight

javax.swing.JPanel jpButtonsRight

jpMain

javax.swing.JPanel jpMain

topPanel

javax.swing.JPanel topPanel

isOkay

boolean isOkay

Class org.xnap.gui.component.DefaultWizardDialog extends DefaultDialog implements Serializable

Serialized Fields

jlTitle

javax.swing.JLabel jlTitle

jlIcon

javax.swing.JLabel jlIcon

jtaDescription

MultiLineLabel jtaDescription

ctPanels

javax.swing.JPanel ctPanels

clPanels

java.awt.CardLayout clPanels

panels

java.util.LinkedList<E> panels

selectedIndex

int selectedIndex

jbNext

javax.swing.JButton jbNext

jbFinish

javax.swing.JButton jbFinish

acPrevious

DefaultWizardDialog.PreviousAction acPrevious

acNext

DefaultWizardDialog.NextAction acNext

acFinish

DefaultWizardDialog.FinishAction acFinish

Class org.xnap.gui.component.DefaultWizardDialog.FinishAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.component.DefaultWizardDialog.NextAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.component.DefaultWizardDialog.PContainer extends javax.swing.JPanel implements Serializable

Serialized Fields

maxDim

java.awt.Dimension maxDim

Class org.xnap.gui.component.DefaultWizardDialog.PreviousAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.component.DirectoryChooser extends DefaultDialog implements Serializable

Serialized Fields

jtDirectories

javax.swing.JTree jtDirectories

dtmDirectories

FileTreeModel dtmDirectories

selectedDirectory

java.io.File selectedDirectory

Class org.xnap.gui.component.DirectoryChooser.HomeAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.gui.component.DirectoryList extends AbstractListPanel implements Serializable

Serialized Fields

dtfDirectory

DirectoryPanel dtfDirectory

Class org.xnap.gui.component.DirectoryPanel extends javax.swing.Box implements Serializable

Serialized Fields

jtfFilename

XNapTextField jtfFilename

Class org.xnap.gui.component.EraseButton extends javax.swing.JButton implements Serializable

Serialized Fields

acErase

EraseAction acErase

Class org.xnap.gui.component.FileCompletionModel extends javax.swing.DefaultComboBoxModel implements Serializable

Serialized Fields

completeOnlyDirectories

boolean completeOnlyDirectories

dirFilter

java.io.FileFilter dirFilter

Class org.xnap.gui.component.FilePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jtfFilename

XNapTextField jtfFilename

Class org.xnap.gui.component.FontChooserDialog extends DefaultDialog implements Serializable

Serialized Fields

fsp

FontSelectionPanel fsp

font

java.awt.Font font

Class org.xnap.gui.component.FontPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

java.awt.Component parent

font

java.awt.Font font

jlFont

javax.swing.JLabel jlFont

Class org.xnap.gui.component.FontSelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

fontFamilyList_

javax.swing.JList fontFamilyList_
JList for font family


fontStyleList_

FontSelectionPanel.FontStyleList fontStyleList_
FontStlyeList (subclass of JList) for font style


fontSize_

javax.swing.JTextField fontSize_
JTextField for font size


fontSizeList_

javax.swing.JList fontSizeList_
JList for font size


phraseCanvas_

FontSelectionPanel.PhraseCanvas phraseCanvas_
PhraseCanvas in which font samples are displayed


observable_

FontSelectionPanel.PublicChangeObservable observable_
Observable used for registering/notifying Observers


maxNumCharsInFontSize_

int maxNumCharsInFontSize_
Maximum number of characters permissibile in a valid font size

Class org.xnap.gui.component.FontSelectionPanel.FontStyleList extends javax.swing.JList implements Serializable

Class org.xnap.gui.component.FontSelectionPanel.InvalidFontException extends java.lang.Exception implements Serializable

Class org.xnap.gui.component.FontSelectionPanel.InvalidFontSizeException extends FontSelectionPanel.InvalidFontException implements Serializable

Class org.xnap.gui.component.FontSelectionPanel.ListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.xnap.gui.component.FontSelectionPanel.NoFontFamilySelectedException extends FontSelectionPanel.InvalidFontException implements Serializable

Class org.xnap.gui.component.FontSelectionPanel.NoFontSizeSpecifiedException extends FontSelectionPanel.InvalidFontException implements Serializable

Class org.xnap.gui.component.FontSelectionPanel.NoFontStyleSelectedException extends FontSelectionPanel.InvalidFontException implements Serializable

Class org.xnap.gui.component.FontSelectionPanel.PhraseCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

phrase_

java.lang.String phrase_

font_

java.awt.Font font_

color_

java.awt.Color color_

antialiasOn_

boolean antialiasOn_

Class org.xnap.gui.component.HistoryComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

itemsOnly

boolean itemsOnly

jtf

javax.swing.JTextField jtf

menu

TextFieldMenu menu

mode

CompletionMode mode
Holds the current completion mode.

Class org.xnap.gui.component.HistoryTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

history

java.util.LinkedList<E> history
A list of String objects.


future

java.util.LinkedList<E> future
A list of String objects.

Class org.xnap.gui.component.HostList extends AbstractListPanel implements Serializable

Serialized Fields

jtfHost

ValidatedTextField jtfHost

jtfPort

ValidatedTextField jtfPort

Class org.xnap.gui.component.HTMLEditorPane extends javax.swing.JEditorPane implements Serializable

Class org.xnap.gui.component.IconSplitPane extends javax.swing.JSplitPane implements Serializable

Serialized Fields

jlIcons

javax.swing.JList jlIcons

dlmIcons

javax.swing.DefaultListModel dlmIcons

clCenter

java.awt.CardLayout clCenter

jpCenter

java.awt.Container jpCenter

Class org.xnap.gui.component.KeyStrokePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

ctrlCheckBox

javax.swing.JCheckBox ctrlCheckBox

shiftCheckBox

javax.swing.JCheckBox shiftCheckBox

metaCheckBox

javax.swing.JCheckBox metaCheckBox

altCheckBox

javax.swing.JCheckBox altCheckBox

charButton

javax.swing.JToggleButton charButton

defaultKeyStroke

javax.swing.KeyStroke defaultKeyStroke

keyCode

int keyCode

keyListener

org.xnap.gui.component.KeyStrokePanel.CharButtonListener keyListener

Class org.xnap.gui.component.MultiLineLabel extends javax.swing.JTextArea implements Serializable

Class org.xnap.gui.component.PortPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jcbEnable

javax.swing.JCheckBox jcbEnable

jtfPort

javax.swing.JTextField jtfPort

Class org.xnap.gui.component.ProgressDialog extends DefaultDialog implements Serializable

Serialized Fields

isCancelled

boolean isCancelled

panel

javax.swing.JPanel panel

progressBar

javax.swing.JProgressBar progressBar

statusLabel

javax.swing.JLabel statusLabel

thread

java.lang.Thread thread

disposed

boolean disposed

Class org.xnap.gui.component.RangeBox extends javax.swing.Box implements Serializable

Serialized Fields

jcbCompare

javax.swing.JComboBox jcbCompare

jtMinValue

ValidatedTextField jtMinValue

jlAnd

javax.swing.JLabel jlAnd

jtMaxValue

ValidatedTextField jtMaxValue

unitComponent

javax.swing.JComponent unitComponent

Class org.xnap.gui.component.SqueezedTextLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

text

java.lang.String text

Class org.xnap.gui.component.TitledPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlTitle

javax.swing.JLabel jlTitle

Class org.xnap.gui.component.ToggleableIconPane extends javax.swing.JPanel implements Serializable

Serialized Fields

cls

java.util.Vector<E> cls
ChangeListeners.


ipane

IconSplitPane ipane

dividerSize

int dividerSize

tpane

javax.swing.JTabbedPane tpane

useTabbedPane

boolean useTabbedPane

componentByDescription

java.util.Hashtable<K,V> componentByDescription
Maps descriptions to components.


timer

javax.swing.Timer timer

blinker

ToggleableIconPane.Blinker blinker
Always set to non null value to make life easy.


clientProperties

java.util.Hashtable<K,V> clientProperties

Class org.xnap.gui.component.ValidatedTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

_textDocument

org.xnap.gui.component.ValidatedDocument _textDocument

Class org.xnap.gui.component.XNapBevelBorder extends javax.swing.border.BevelBorder implements Serializable

Class org.xnap.gui.component.XNapButton extends javax.swing.JButton implements Serializable

Class org.xnap.gui.component.XNapCheckBox extends javax.swing.JCheckBox implements Serializable

Class org.xnap.gui.component.XNapCheckBoxMenuItem extends javax.swing.JCheckBoxMenuItem implements Serializable

Class org.xnap.gui.component.XNapEtchedBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

etchType

int etchType

Class org.xnap.gui.component.XNapIconButton extends XNapButton implements Serializable

Class org.xnap.gui.component.XNapMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.xnap.gui.component.XNapMenuItem extends javax.swing.JMenuItem implements Serializable

Class org.xnap.gui.component.XNapTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

mode

CompletionMode mode
Holds the currently active completion mode.


menu

TextFieldMenu menu

Class org.xnap.gui.component.XNapToggleButton extends javax.swing.JToggleButton implements Serializable

Class org.xnap.gui.component.XNapToolBarButton extends javax.swing.JButton implements Serializable

Serialized Fields

showBorder

boolean showBorder

showMenuHint

boolean showMenuHint

Class org.xnap.gui.component.XNapToolBarToggleButton extends javax.swing.JToggleButton implements Serializable

Serialized Fields

showBorder

boolean showBorder

showMenuHint

boolean showMenuHint

Package org.xnap.gui.list

Class org.xnap.gui.list.ChatProviderCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.xnap.gui.list.FileListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.xnap.gui.list.SearchProviderListCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable


Package org.xnap.gui.menu

Class org.xnap.gui.menu.AbstractDynamicMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

temporaries

java.util.LinkedList<E> temporaries

Class org.xnap.gui.menu.ActionMenu extends AbstractDynamicMenu implements Serializable

Serialized Fields

provider

ActionProvider provider

Class org.xnap.gui.menu.CompletionModeMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

comp

Completable comp

prefsKey

java.lang.String prefsKey

currentMode

java.lang.String currentMode

prefs

PreferencesProvider prefs

completionGroup

javax.swing.ButtonGroup completionGroup

Class org.xnap.gui.menu.EnablePluginsMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

networkPluginsMenu

javax.swing.JMenu networkPluginsMenu

otherPluginsMenu

javax.swing.JMenu otherPluginsMenu

chatPluginsMenu

javax.swing.JMenu chatPluginsMenu

viewerPluginsMenu

javax.swing.JMenu viewerPluginsMenu

lookandfeelPluginsMenu

javax.swing.JMenu lookandfeelPluginsMenu

pluginListener

java.awt.event.ActionListener pluginListener

Class org.xnap.gui.menu.OpenFileWithMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

fp

FileProvider fp

Class org.xnap.gui.menu.PeerMenu extends AbstractDynamicMenu implements Serializable

Serialized Fields

pp

PeerProvider pp

Class org.xnap.gui.menu.TableColumnsMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

tpp

TablePreferencesProvider tpp

table

java.lang.String table

buttons

java.util.List<E> buttons

Class org.xnap.gui.menu.TextFieldMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

field

javax.swing.text.JTextComponent field

menu

CompletionModeMenu menu

Class org.xnap.gui.menu.TransferMenu extends AbstractDynamicMenu implements Serializable

Serialized Fields

pp

TransferProvider pp

Class org.xnap.gui.menu.ViewerMenu extends AbstractDynamicMenu implements Serializable

Serialized Fields

fp

FileProvider fp

vf

ViewerFrontend vf

currentFile

java.io.File currentFile

bg

javax.swing.ButtonGroup bg

jmTryMenu

javax.swing.JMenu jmTryMenu

Package org.xnap.gui.pkg

Class org.xnap.gui.pkg.DependencyGraphDialog extends DefaultDialog implements Serializable

Serialized Fields

graph

DependencyGraph graph

jpGraph

com.touchgraph.graphlayout.TGPanel jpGraph

Class org.xnap.gui.pkg.EditSourcesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

automaticRadioButton

javax.swing.JRadioButton automaticRadioButton

includeUnstableCheckBox

javax.swing.JCheckBox includeUnstableCheckBox

manualRadioButton

javax.swing.JRadioButton manualRadioButton

sourcesTextArea

javax.swing.JTextArea sourcesTextArea

Class org.xnap.gui.pkg.PackageDialog extends DefaultDialog implements Serializable

Serialized Fields

jlStatus

javax.swing.JLabel jlStatus

jtPackages

PackageInfoTree jtPackages

jpInfo

PackageInfoPanel jpInfo

canClose

boolean canClose

acInstall

javax.swing.Action acInstall

acRemove

javax.swing.Action acRemove

acShowDepends

javax.swing.Action acShowDepends

acUpdateList

javax.swing.Action acUpdateList

Class org.xnap.gui.pkg.PackageInfoCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class org.xnap.gui.pkg.PackageInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

info

PackageInfo info

jlDescription

MultiLineLabel jlDescription

jlName

javax.swing.JLabel jlName

jpButtons

javax.swing.JPanel jpButtons

longDescriptionLabel

javax.swing.JLabel longDescriptionLabel

Class org.xnap.gui.pkg.PackageInfoTree extends javax.swing.JTree implements Serializable

Serialized Fields

root

javax.swing.tree.DefaultMutableTreeNode root

tmPackages

javax.swing.tree.DefaultTreeModel tmPackages

nodeBySectionName

java.util.Hashtable<K,V> nodeBySectionName

Class org.xnap.gui.pkg.PackageInstallerDialog extends ProgressDialog implements Serializable

Serialized Fields

installer

PackageInstaller installer

totalProgressBar

javax.swing.JProgressBar totalProgressBar

closeWhenDoneCheckBox

javax.swing.JCheckBox closeWhenDoneCheckBox

startAction

org.xnap.gui.pkg.PackageInstallerDialog.StartAction startAction

running

boolean running

Package org.xnap.gui.plugin

Class org.xnap.gui.plugin.PluginDetailsDialog extends DefaultDialog implements Serializable

Class org.xnap.gui.plugin.PluginDialog extends DefaultDialog implements Serializable

Serialized Fields

panel

PluginPanel panel

updateListAction

javax.swing.Action updateListAction

Class org.xnap.gui.plugin.PluginInstallerDialog extends PackageInstallerDialog implements Serializable

Class org.xnap.gui.plugin.PluginNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

packageInfo

PackageInfo packageInfo

pluginInfo

PluginInfo pluginInfo

action

java.lang.String action

marked

boolean marked

Class org.xnap.gui.plugin.PluginPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pluginTree

PluginTree pluginTree

installCheckBox

javax.swing.JCheckBox installCheckBox

updateCheckBox

javax.swing.JCheckBox updateCheckBox

removeCheckBox

javax.swing.JCheckBox removeCheckBox

authorsLabel

javax.swing.JLabel authorsLabel

descriptionLabel

javax.swing.JLabel descriptionLabel

longDescriptionLabel

javax.swing.JLabel longDescriptionLabel

nameLabel

javax.swing.JLabel nameLabel

infoPanel

javax.swing.JPanel infoPanel

statusLabel

javax.swing.JLabel statusLabel

node

PluginNode node

buttonsPanel

javax.swing.JPanel buttonsPanel

acDisable

javax.swing.Action acDisable

acEnable

javax.swing.Action acEnable

detailsAction

javax.swing.Action detailsAction

Class org.xnap.gui.plugin.PluginTree extends javax.swing.JTree implements Serializable

Serialized Fields

root

javax.swing.tree.DefaultMutableTreeNode root

model

javax.swing.tree.DefaultTreeModel model

nodeBySectionName

java.util.Hashtable<K,V> nodeBySectionName

sectionByName

java.util.Hashtable<K,V> sectionByName

Class org.xnap.gui.plugin.PluginTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable


Package org.xnap.gui.prefs

Class org.xnap.gui.prefs.AdvancedTransferPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jteMinimumShares

ValidatedTextField jteMinimumShares

jcbMininumShares

javax.swing.JCheckBox jcbMininumShares

jteMinimumSharesMessage

ValidatedTextField jteMinimumSharesMessage

jcbMininumSharesMessage

javax.swing.JCheckBox jcbMininumSharesMessage

autoClearTransfersAction

EnableAction autoClearTransfersAction

autoClearTransfersIntervalTextField

ValidatedTextField autoClearTransfersIntervalTextField

Class org.xnap.gui.prefs.ApplicationPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcShowIcons

javax.swing.JCheckBox jcShowIcons

jcShowSplash

javax.swing.JCheckBox jcShowSplash

jcShowTooltips

javax.swing.JCheckBox jcShowTooltips

jcbUseSubMenuForPluginMenus

javax.swing.JCheckBox jcbUseSubMenuForPluginMenus

jteMaxConsoleLines

ValidatedTextField jteMaxConsoleLines

jteHistorySize

ValidatedTextField jteHistorySize

jrbFocusAlways

javax.swing.JRadioButton jrbFocusAlways

jrbFocusNever

javax.swing.JRadioButton jrbFocusNever

Class org.xnap.gui.prefs.ChatAppearancePrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

fpChat

FontPanel fpChat

cpChatBackground

ColorPanel cpChatBackground

cpChatMessage

ColorPanel cpChatMessage

cpChatInfo

ColorPanel cpChatInfo

cpChatError

ColorPanel cpChatError

cpChatUser

ColorPanel cpChatUser

Class org.xnap.gui.prefs.ChatPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcbBeepOnChatMessage

javax.swing.JCheckBox jcbBeepOnChatMessage

jcbBlinkOnChannelJoin

javax.swing.JCheckBox jcbBlinkOnChannelJoin

jcbShowChatMsgTime

javax.swing.JCheckBox jcbShowChatMsgTime

jcbPrintServerNotifications

javax.swing.JCheckBox jcbPrintServerNotifications

jcbAppendServerName

javax.swing.JCheckBox jcbAppendServerName

jcbSendChatIgnoreMessage

javax.swing.JCheckBox jcbSendChatIgnoreMessage

jteChatIgnoreMessage

ValidatedTextField jteChatIgnoreMessage

jteChatAwayMessage

ValidatedTextField jteChatAwayMessage

Class org.xnap.gui.prefs.ConfirmPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcShowCloseDialog

javax.swing.JCheckBox jcShowCloseDialog

jcShowDeleteFilesDialog

javax.swing.JCheckBox jcShowDeleteFilesDialog

jcShowDeleteDownloadsDialog

javax.swing.JCheckBox jcShowDeleteDownloadsDialog

jcShowMoveDialog

javax.swing.JCheckBox jcShowMoveDialog

jcShowErrorDialog

javax.swing.JCheckBox jcShowErrorDialog

jcShowShareDialog

javax.swing.JCheckBox jcShowShareDialog

Class org.xnap.gui.prefs.ConsoleAppearancePrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

fpConsole

FontPanel fpConsole

cpConsoleBackground

ColorPanel cpConsoleBackground

cpConsoleForeground

ColorPanel cpConsoleForeground

Class org.xnap.gui.prefs.FilePrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

dlUploadDirs

DirectoryList dlUploadDirs

jteDownloadDir

DirectoryPanel jteDownloadDir

jteIncompleteDir

DirectoryPanel jteIncompleteDir

jcShareFullPath

javax.swing.JCheckBox jcShareFullPath

Class org.xnap.gui.prefs.LookAndFeelPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

dlmLafs

javax.swing.DefaultListModel dlmLafs

jlLafs

javax.swing.JList jlLafs

dlmThemes

javax.swing.DefaultListModel dlmThemes

jlThemes

javax.swing.JList jlThemes

jpPreview

javax.swing.JPanel jpPreview

iconThemesList

javax.swing.JList iconThemesList

lastIndex

int lastIndex

acConfigureTheme

org.xnap.gui.prefs.LookAndFeelPrefsPanel.ConfigureThemeAction acConfigureTheme

Class org.xnap.gui.prefs.MediaDownloadDirPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

dtfDir

org.xnap.gui.prefs.MediaDownloadDirPanel.MyDirectoryPanel dtfDir

jcbTypes

javax.swing.JComboBox jcbTypes

mtm

org.xnap.gui.prefs.MediaDownloadDirPanel.MediaTableModel mtm

jta

javax.swing.JTable jta

types

MediaType[] types

Class org.xnap.gui.prefs.NetworkPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcLinkSpeed

javax.swing.JComboBox jcLinkSpeed

Class org.xnap.gui.prefs.PackagePrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

editSourcesPanel

EditSourcesPanel editSourcesPanel

includePathList

DirectoryList includePathList

Class org.xnap.gui.prefs.PersonalPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jteUsername

ValidatedTextField jteUsername

jtePassword

ValidatedTextField jtePassword

jteEmail

ValidatedTextField jteEmail

jcbLanguage

javax.swing.JComboBox jcbLanguage

jcAutoVersionCheck

javax.swing.JCheckBox jcAutoVersionCheck

jcEmacsKeyBindings

javax.swing.JCheckBox jcEmacsKeyBindings

jcbCompletion

javax.swing.JComboBox jcbCompletion

Class org.xnap.gui.prefs.PersonalPrefsPanel.LocaleCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Class org.xnap.gui.prefs.ProgramPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

bgPlayer

javax.swing.ButtonGroup bgPlayer

jtfPlayerCommand

javax.swing.JTextField jtfPlayerCommand

bgLauncher

javax.swing.ButtonGroup bgLauncher

jtfLauncherCommand

javax.swing.JTextField jtfLauncherCommand

Class org.xnap.gui.prefs.ProxyPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcUseHttpProxy

javax.swing.JCheckBox jcUseHttpProxy

jteHttpProxyHost

javax.swing.JTextField jteHttpProxyHost

jteHttpProxyPort

ValidatedTextField jteHttpProxyPort

jcUseSocksProxy

javax.swing.JCheckBox jcUseSocksProxy

jteSocksProxyHost

javax.swing.JTextField jteSocksProxyHost

jteSocksProxyPort

ValidatedTextField jteSocksProxyPort

Class org.xnap.gui.prefs.SearchPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

alwaysAutoSearchCheckBox

javax.swing.JCheckBox alwaysAutoSearchCheckBox

jcRemoveDuplicateResults

javax.swing.JCheckBox jcRemoveDuplicateResults

jcFilterResults

javax.swing.JCheckBox jcFilterResults

jteAutoSearchInterval

ValidatedTextField jteAutoSearchInterval

acLimitDownloadAttempts

EnableAction acLimitDownloadAttempts

jtfMaxAutoSearches

ValidatedTextField jtfMaxAutoSearches

Class org.xnap.gui.prefs.ShortcutPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcShowIcons

javax.swing.JCheckBox jcShowIcons

jcShowSplash

javax.swing.JCheckBox jcShowSplash

jcShowTooltips

javax.swing.JCheckBox jcShowTooltips

jcbUseSubMenuForPluginMenus

javax.swing.JCheckBox jcbUseSubMenuForPluginMenus

jteMaxConsoleLines

ValidatedTextField jteMaxConsoleLines

jteHistorySize

ValidatedTextField jteHistorySize

jrbFocusAlways

javax.swing.JRadioButton jrbFocusAlways

jrbFocusNever

javax.swing.JRadioButton jrbFocusNever

tm

org.xnap.gui.prefs.ShortcutPrefsPanel.ShortcutTableModel tm

shortcutPanel

KeyStrokePanel shortcutPanel

currentNode

org.xnap.gui.prefs.ShortcutPrefsPanel.ShortcutNode currentNode

Class org.xnap.gui.prefs.TransferPrefsPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

acMaxDl

EnableAction acMaxDl

jtMaxDl

ValidatedTextField jtMaxDl

acMaxUl

EnableAction acMaxUl

jtMaxUl

ValidatedTextField jtMaxUl

acMaxDlPerUser

EnableAction acMaxDlPerUser

jtMaxDlPerUser

ValidatedTextField jtMaxDlPerUser

acMaxUlPerUser

EnableAction acMaxUlPerUser

jtMaxUlPerUser

ValidatedTextField jtMaxUlPerUser

acDlThrottle

EnableAction acDlThrottle

jtDlThrottle

ValidatedTextField jtDlThrottle

acUlThrottle

EnableAction acUlThrottle

jtUlThrottle

ValidatedTextField jtUlThrottle

Package org.xnap.gui.table

Class org.xnap.gui.table.AbstractColumnTableModel extends AbstractSortableTableModel implements Serializable

Serialized Fields

columns

java.util.List<E> columns

Class org.xnap.gui.table.AbstractSortableTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

indexes

int[] indexes

revIndexes

int[] revIndexes

sortingColumns

java.util.Vector<E> sortingColumns
All columns to be sorted by.


ascending

boolean ascending

compares

int compares
Counts number of compares.


lastSortedColumn

int lastSortedColumn

maintainSortOrder

boolean maintainSortOrder

Class org.xnap.gui.table.AvailabilityCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

score

int score

Class org.xnap.gui.table.ChannelTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList<E> rows

provider

ChatProvider provider

Class org.xnap.gui.table.ChatPeerTableModel extends PeerTableModel implements Serializable

Serialized Fields

channel

Channel channel

Class org.xnap.gui.table.ColoredTable extends javax.swing.JTable implements Serializable

Serialized Fields

oddColor

java.awt.Color oddColor

evenColor

java.awt.Color evenColor

Class org.xnap.gui.table.Column extends javax.swing.table.TableColumn implements Serializable

Serialized Fields

dataType

java.lang.Class<T> dataType

name

java.lang.String name

visible

boolean visible

key

java.lang.String key

Class org.xnap.gui.table.FilesizeCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.xnap.gui.table.HotlistTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

filter

HotlistTableModel.UserFilter filter

rows

java.util.ArrayList<E> rows

Class org.xnap.gui.table.JTreeTable extends ColoredTable implements Serializable

Serialized Fields

tree

JTreeTable.TreeTableCellRenderer tree
A subclass of JTree.

Class org.xnap.gui.table.JTreeTable.TreeTableCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Class org.xnap.gui.table.JTreeTable.TreeTableCellRenderer extends javax.swing.JTree implements Serializable

Serialized Fields

visibleRow

int visibleRow
Last table/tree row asked to renderer.


highlightBorder

javax.swing.border.Border highlightBorder
Border to draw around the tree, if this is non-null, it will be painted.

Class org.xnap.gui.table.LibraryTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

columns

Column[] columns

data

java.util.ArrayList<E> data

totalSize

long totalSize

editableColumn

int editableColumn

editableRow

int editableRow

currentDir

java.io.File currentDir

Class org.xnap.gui.table.LinkSpeedCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.xnap.gui.table.MouseDragAdapter extends java.awt.dnd.MouseDragGestureRecognizer implements Serializable

Serialized Fields

x

int x

y

int y

event

java.awt.event.MouseEvent event

Class org.xnap.gui.table.NumberCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

append

java.lang.String append

decimal

int decimal

minValue

long minValue

Class org.xnap.gui.table.PeerTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList<E> rows

Class org.xnap.gui.table.ProgressCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

value

Progress value

text

java.lang.String text

Class org.xnap.gui.table.SearchResultCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.xnap.gui.table.SegmentCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

segments

Segment[] segments

Class org.xnap.gui.table.StringCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.xnap.gui.table.TimeCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Class org.xnap.gui.table.TreeTableModelAdapter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tree

javax.swing.JTree tree

treeTableModel

TreeTableModel treeTableModel

Package org.xnap.gui.tree

Class org.xnap.gui.tree.DroppableTree extends javax.swing.JTree implements Serializable

Serialized Fields

dropTarget

java.awt.dnd.DropTarget dropTarget

originalPath

javax.swing.tree.TreePath originalPath

delayTimer

javax.swing.Timer delayTimer

parent

java.awt.Component parent

dndActive

boolean dndActive

lastPath

javax.swing.tree.TreePath lastPath

Class org.xnap.gui.tree.FileCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class org.xnap.gui.tree.FileNode extends java.io.File implements Serializable

Serialized Fields

fullPath

boolean fullPath

label

java.lang.String label

Class org.xnap.gui.tree.IconTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

ttm

TreeTableModel ttm

plainFont

java.awt.Font plainFont

boldFont

java.awt.Font boldFont

magicChar

java.lang.String magicChar

Class org.xnap.gui.tree.LibraryTree extends DroppableTree implements Serializable

Serialized Fields

ftm

FileTreeModel ftm

popup

javax.swing.JPopupMenu popup

prefs

Preferences prefs

Class org.xnap.gui.tree.NetworkTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

ttm

TreeTableModel ttm

Class org.xnap.gui.tree.SearchPathNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

resultCount

int resultCount

Class org.xnap.gui.tree.SearchResultCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Class org.xnap.gui.tree.SearchTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

ttm

TreeTableModel ttm

result

SearchResult result

Class org.xnap.gui.tree.StringTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

ttm

TreeTableModel ttm

Class org.xnap.gui.tree.TransferTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

plainFont

java.awt.Font plainFont

boldFont

java.awt.Font boldFont

ttm

TreeTableModel ttm

transfer

Transfer transfer

highlightRunning

boolean highlightRunning

Package org.xnap.gui.util

Class org.xnap.gui.util.EmacsKeyBindings.BackwardKillWordAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.CapitalizeWordAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.DowncaseWordAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.KillLineAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.KillRegionAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.KillRingSaveAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.KillWordAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.SetMarkCommandAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.UpcaseWordAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.YankAction extends javax.swing.text.TextAction implements Serializable

Class org.xnap.gui.util.EmacsKeyBindings.YankPopAction extends javax.swing.text.TextAction implements Serializable


Package org.xnap.gui.wizard

Class org.xnap.gui.wizard.FilesWizardPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jteDownloadDir

DirectoryPanel jteDownloadDir

dlUploadDirs

DirectoryList dlUploadDirs

jcUseOpenFileAction

javax.swing.JCheckBox jcUseOpenFileAction

Class org.xnap.gui.wizard.GeneralWizardPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jteUsername

javax.swing.JTextField jteUsername

jtePassword

javax.swing.JTextField jtePassword

jteEmail

javax.swing.JTextField jteEmail

Class org.xnap.gui.wizard.IntroWizardPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcbAgree

javax.swing.JCheckBox jcbAgree

parent

StartupWizardDialog parent

Class org.xnap.gui.wizard.LicenseWizardPanel extends AbstractSettingsPanel implements Serializable

Class org.xnap.gui.wizard.NetworkWizardPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jcFirewalled

javax.swing.JCheckBox jcFirewalled

jcLinkSpeed

javax.swing.JComboBox jcLinkSpeed

Class org.xnap.gui.wizard.NoteWizardPanel extends AbstractSettingsPanel implements Serializable

Class org.xnap.gui.wizard.PluginWizardPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

panel

PluginPanel panel

firstTime

boolean firstTime

Package org.xnap.io

Class org.xnap.io.MetaInfoFile extends java.io.File implements Serializable

Serialized Fields

valueByKey

java.util.Hashtable<K,V> valueByKey

lastUpdate

long lastUpdate

shared

boolean shared

Package org.xnap.peer.action

Class org.xnap.peer.action.AbstractAddToHotlistAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.peer.action.AbstractBrowseAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.peer.action.AbstractChatAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.peer.action.AbstractDirectBrowseAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.peer.action.AbstractEditHotlistItemAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.peer.action.AbstractRemoveFromHotlistAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.peer.action.AbstractSendFileAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.peer.action.AbstractWhoisAction extends javax.swing.AbstractAction implements Serializable


Package org.xnap.pkg

Class org.xnap.pkg.ParseException extends java.lang.Exception implements Serializable

Class org.xnap.pkg.UnsatisfiedDependenciesException extends java.lang.Exception implements Serializable


Package org.xnap.plugin

Class org.xnap.plugin.PluginInitializeException extends java.lang.Exception implements Serializable


Package org.xnap.plugin.azureus

Class org.xnap.plugin.azureus.AzureusTorrentPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

openTorrentFileAction

javax.swing.Action openTorrentFileAction

fileChooser

javax.swing.JFileChooser fileChooser

trackerTableModel

AzureusTrackerTableModel trackerTableModel

Class org.xnap.plugin.azureus.AzureusTrackerTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

Package org.xnap.plugin.bitzi

Class org.xnap.plugin.bitzi.BitziItemPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

filename

java.lang.String filename

Class org.xnap.plugin.bitzi.BitziPlugin.LookupAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

results

SearchResult[] results

Package org.xnap.plugin.calpahtml

Class org.xnap.plugin.calpahtml.CalpaHtmlPanel extends javax.swing.JRootPane implements Serializable

Serialized Fields

backAction

javax.swing.Action backAction

forwardAction

javax.swing.Action forwardAction

reloadAction

javax.swing.Action reloadAction

stopAction

javax.swing.Action stopAction

htmlPane

calpa.html.CalHTMLPane htmlPane

Package org.xnap.plugin.freeway

Class org.xnap.plugin.freeway.FreewayPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlStatus

javax.swing.JLabel jlStatus

controller

org.gnu.freeway.protocol.afs.swing.SController controller

statsTableModel

FreewayPanel.FreewayStatsTableModel statsTableModel

Class org.xnap.plugin.freeway.FreewayPanel.FreewayStatsTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

Package org.xnap.plugin.gift.action

Class org.xnap.plugin.gift.action.AbstractClearSourcesAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.gift.action.AbstractFindMoreFromUserAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.gift.action.ConnectToGiFTAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.gift.action.DisconnectFromGiFTAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.gift.action.ShowPreferencesAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.gift.action.ShutdownGiFTAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.gift.action.StartGiFTAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.gift.action.UpdateGiFTStatsAction extends javax.swing.AbstractAction implements Serializable


Package org.xnap.plugin.gift.gui

Class org.xnap.plugin.gift.gui.GiFTDaemonPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlStatus

javax.swing.JLabel jlStatus

Class org.xnap.plugin.gift.gui.GiFTPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

fpGiftDaemon

FilePanel fpGiftDaemon

jteHttpPort

ValidatedTextField jteHttpPort

jteGiftHost

javax.swing.JTextField jteGiftHost

jteGiftPort

ValidatedTextField jteGiftPort

jcbStartEngine

javax.swing.JCheckBox jcbStartEngine

jcbAutoConnect

javax.swing.JCheckBox jcbAutoConnect

Class org.xnap.plugin.gift.gui.GiFTStatusPanel extends StatusPanel implements Serializable


Package org.xnap.plugin.joscar

Class org.xnap.plugin.joscar.JOscarPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

prefs

JOscarPreferences prefs

jteServerHost

javax.swing.JTextField jteServerHost

jteServerPort

ValidatedTextField jteServerPort

jteUsername

javax.swing.JTextField jteUsername

jtePassword

javax.swing.JTextField jtePassword

jcAutoConnect

javax.swing.JCheckBox jcAutoConnect

Class org.xnap.plugin.joscar.JOscarStatusPanel extends StatusPanel implements Serializable


Package org.xnap.plugin.jtella

Class org.xnap.plugin.jtella.ConnectToJTellaServantAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

peer

JTellaServant peer

Class org.xnap.plugin.jtella.JTellaConnectionTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

task

XNapTask task

Class org.xnap.plugin.jtella.JTellaDownloadAction extends AbstractDownloadAction implements Serializable

Serialized Fields

result

JTellaSearchResult result

Class org.xnap.plugin.jtella.JTellaDownloadContainerAction extends AbstractDownloadAction implements Serializable

Serialized Fields

results

JTellaSearchResultContainer results

Class org.xnap.plugin.jtella.JTellaPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tmConnections

JTellaConnectionTableModel tmConnections

jtConnections

javax.swing.JTable jtConnections

jtfHost

javax.swing.JTextField jtfHost

vtfPort

ValidatedTextField vtfPort

acConnect

org.xnap.plugin.jtella.JTellaPanel.ConnectAction acConnect

acDisconnect

org.xnap.plugin.jtella.JTellaPanel.DisconnectAction acDisconnect

Class org.xnap.plugin.jtella.JTellaPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

jtellaPrefs

JTellaPreferences jtellaPrefs

jcbAutoConnect

javax.swing.JCheckBox jcbAutoConnect

hlHostCaches

HostList hlHostCaches

Package org.xnap.plugin.limewire

Class org.xnap.plugin.limewire.LimeWireConnectionTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

task

XNapTask task

Class org.xnap.plugin.limewire.LimeWireDownload.BrowseAction extends AbstractBrowseAction implements Serializable

Class org.xnap.plugin.limewire.LimeWireDownload.ChatAction extends AbstractChatAction implements Serializable

Class org.xnap.plugin.limewire.LimeWireDownload.DeleteAction extends AbstractDeleteAction implements Serializable

Class org.xnap.plugin.limewire.LimeWireDownload.ResumeAction extends AbstractResumeAction implements Serializable

Class org.xnap.plugin.limewire.LimeWireDownloadAction extends AbstractDownloadAction implements Serializable

Serialized Fields

result

LimeWireSearchResult result

Class org.xnap.plugin.limewire.LimeWirePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tmConnections

LimeWireConnectionTableModel tmConnections

jtConnections

javax.swing.JTable jtConnections

jlStatus

javax.swing.JLabel jlStatus

jtfHost

javax.swing.JTextField jtfHost

vtfPort

ValidatedTextField vtfPort

acConnect

javax.swing.Action acConnect

acDisconnect

javax.swing.Action acDisconnect

Class org.xnap.plugin.limewire.LimeWirePanel.UpdateAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.limewire.LimeWirePreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

limewirePrefs

LimeWirePreferences limewirePrefs

jcbAutoConnect

javax.swing.JCheckBox jcbAutoConnect

localPortTextField

ValidatedTextField localPortTextField

ultraPeerDisabledCheckBox

javax.swing.JCheckBox ultraPeerDisabledCheckBox

Class org.xnap.plugin.limewire.LimeWireSearchResultContainer.DownloadAction extends AbstractDownloadAction implements Serializable

Class org.xnap.plugin.limewire.LimeWireStatusPanel extends StatusPanel implements Serializable

Serialized Fields

connected

boolean connected
Make sure the first updateStatus() call sets the properties.

Class org.xnap.plugin.limewire.LimeWireUpload.BrowseAction extends AbstractBrowseAction implements Serializable

Class org.xnap.plugin.limewire.LimeWireUpload.ChatAction extends AbstractChatAction implements Serializable

Class org.xnap.plugin.limewire.LimeWireUpload.StopAction extends AbstractStopAction implements Serializable


Package org.xnap.plugin.news

Class org.xnap.plugin.news.NewsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

newsItems

java.util.List<E> newsItems

pane

HTMLEditorPane pane

locationPanel

javax.swing.JPanel locationPanel

actionPanel

javax.swing.JPanel actionPanel

actionItems

java.util.List<E> actionItems

cursorPos

int cursorPos

content

java.lang.StringBuffer content

jcbSearch

HistoryComboBox jcbSearch

backAction

javax.swing.Action backAction

forwardAction

javax.swing.Action forwardAction

reloadAction

javax.swing.Action reloadAction

stopAction

javax.swing.Action stopAction

queryAction

javax.swing.Action queryAction

Class org.xnap.plugin.news.NewsPanel.NewsItemPanel extends javax.swing.JPanel implements Serializable


Package org.xnap.plugin.openantivirus

Class org.xnap.plugin.openantivirus.OAVPanel extends StatusPanel implements Serializable

Serialized Fields

acStart

org.xnap.plugin.openantivirus.OAVPanel.StartAction acStart

acStop

org.xnap.plugin.openantivirus.OAVPanel.StopAction acStop

Class org.xnap.plugin.openantivirus.OAVPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

oavPrefs

OAVPreferences oavPrefs

jcbScanDownloadDirs

javax.swing.JCheckBox jcbScanDownloadDirs

jcbScanFinishedTransfers

javax.swing.JCheckBox jcbScanFinishedTransfers

Package org.xnap.plugin.opennap.action

Class org.xnap.plugin.opennap.action.OpenNapAddAnyToHotlistAction extends AbstractAddToHotlistAction implements Serializable

Class org.xnap.plugin.opennap.action.OpenNapAddToHotlistAction extends AbstractAddToHotlistAction implements Serializable

Serialized Fields

user

OpenNapUser user

Class org.xnap.plugin.opennap.action.OpenNapBrowseAction extends AbstractBrowseAction implements Serializable

Serialized Fields

user

OpenNapGlobalUser user

preferredServer

OpenNapServer preferredServer

Class org.xnap.plugin.opennap.action.OpenNapChatAction extends AbstractChatAction implements Serializable

Serialized Fields

user

OpenNapGlobalUser user

preferredServer

OpenNapServer preferredServer

Class org.xnap.plugin.opennap.action.OpenNapEditGlobalUserAction extends AbstractEditHotlistItemAction implements Serializable

Serialized Fields

user

OpenNapGlobalUser user

Class org.xnap.plugin.opennap.action.OpenNapGetServerListAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.opennap.action.OpenNapLookupAction extends AbstractWhoisAction implements Serializable

Serialized Fields

user

OpenNapGlobalUser user

Class org.xnap.plugin.opennap.action.OpenNapRemoveFromHotlistAction extends AbstractRemoveFromHotlistAction implements Serializable

Serialized Fields

user

OpenNapGlobalUser user

Class org.xnap.plugin.opennap.action.OpenNapWhoisAction extends AbstractWhoisAction implements Serializable

Serialized Fields

user

OpenNapUser user

Package org.xnap.plugin.opennap.gui

Class org.xnap.plugin.opennap.gui.GlobalOpenNapUserEditorDialog extends DefaultDialog implements Serializable

Serialized Fields

user

OpenNapGlobalUser user

jtName

javax.swing.JTextField jtName

jtComment

javax.swing.JTextField jtComment

jtCategory

javax.swing.JTextField jtCategory

jcbIgnoreChat

javax.swing.JCheckBox jcbIgnoreChat

jrbUploadDefault

javax.swing.JRadioButton jrbUploadDefault

jrbUploadNever

javax.swing.JRadioButton jrbUploadNever

jrbUploadAlways

javax.swing.JRadioButton jrbUploadAlways

bgUpload

javax.swing.ButtonGroup bgUpload

jrbDownloadDefault

javax.swing.JRadioButton jrbDownloadDefault

jrbDownloadNever

javax.swing.JRadioButton jrbDownloadNever

bgDownload

javax.swing.ButtonGroup bgDownload

Class org.xnap.plugin.opennap.gui.OpenNapAdvancedPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

napPrefs

OpenNapPreferences napPrefs

jcbCustomizeClientInfo

javax.swing.JCheckBox jcbCustomizeClientInfo

jteClient

javax.swing.JTextField jteClient

jcbLimitSharesPerServer

javax.swing.JCheckBox jcbLimitSharesPerServer

jteMaxSharesPerServer

ValidatedTextField jteMaxSharesPerServer

jcSendWholeRepository

javax.swing.JCheckBox jcSendWholeRepository

jtMaxResults

ValidatedTextField jtMaxResults

jcbMaxResults

javax.swing.JCheckBox jcbMaxResults

multiSourceCheckBox

javax.swing.JCheckBox multiSourceCheckBox

utf8CheckBox

javax.swing.JCheckBox utf8CheckBox

Class org.xnap.plugin.opennap.gui.OpenNapDownloadContainerEditorDialog extends DefaultDialog implements Serializable

Serialized Fields

download

OpenNapDownloadContainer download

filter

SearchFilter filter

jtFilename

javax.swing.JTextField jtFilename

jtSearchText

javax.swing.JTextField jtSearchText

jcbMediaType

javax.swing.JComboBox jcbMediaType

Class org.xnap.plugin.opennap.gui.OpenNapPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

napPrefs

OpenNapPreferences napPrefs

jpPort

PortPanel jpPort

useAutoConnectorAction

EnableAction useAutoConnectorAction

jteMaxAutoconnectServers

ValidatedTextField jteMaxAutoconnectServers

autoResumeDownloadsAction

EnableAction autoResumeDownloadsAction

autoResumeConnectCountTextField

ValidatedTextField autoResumeConnectCountTextField

limitSearchServersAction

EnableAction limitSearchServersAction

jteMaxSearchServers

ValidatedTextField jteMaxSearchServers

Class org.xnap.plugin.opennap.gui.OpenNapSearchOptionsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

rbBitrate

RangeBox rbBitrate

cbmServers

javax.swing.DefaultComboBoxModel cbmServers

jcbServers

javax.swing.JComboBox jcbServers

Class org.xnap.plugin.opennap.gui.OpenNapServerEditorDialog extends DefaultDialog implements Serializable

Serialized Fields

server

OpenNapServer server

jtHost

javax.swing.JTextField jtHost

jtPort

ValidatedTextField jtPort

jcbNetwork

javax.swing.JComboBox jcbNetwork

jtNetwork

javax.swing.JTextField jtNetwork

jcbCustomizeUser

javax.swing.JCheckBox jcbCustomizeUser

jtNick

javax.swing.JTextField jtNick

jtPassword

javax.swing.JTextField jtPassword

jtEmail

javax.swing.JTextField jtEmail

jcbOpenNapigator

javax.swing.JCheckBox jcbOpenNapigator

jcbAutoConnect

javax.swing.JCheckBox jcbAutoConnect

jrbTypeDefault

javax.swing.JRadioButton jrbTypeDefault

jrbTypeRedirector

javax.swing.JRadioButton jrbTypeRedirector

jtAutoJoin

javax.swing.JTextField jtAutoJoin

addToConnector

boolean addToConnector
If set to true server will be added to OpenNapServerManager if okay is pressed.

Class org.xnap.plugin.opennap.gui.OpenNapServerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

napPrefs

OpenNapPreferences napPrefs

jttServers

JTreeTable jttServers

tmServers

OpenNapServerTableModel tmServers

jlStatus

javax.swing.JLabel jlStatus

jfcDefault

javax.swing.JFileChooser jfcDefault

acConnect

javax.swing.Action acConnect

acDisconnect

javax.swing.Action acDisconnect

acAddServer

javax.swing.Action acAddServer

acEditServer

javax.swing.Action acEditServer

acRemoveServer

javax.swing.Action acRemoveServer

acOpenServerFile

javax.swing.Action acOpenServerFile

acSaveServerFile

javax.swing.Action acSaveServerFile

acUseAutoConnector

javax.swing.Action acUseAutoConnector

acCollapseAllNodes

javax.swing.Action acCollapseAllNodes

acExpandAllNodes

javax.swing.Action acExpandAllNodes

browseAction

javax.swing.Action browseAction

chatAction

javax.swing.Action chatAction

Class org.xnap.plugin.opennap.gui.OpenNapServerPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

napPrefs

OpenNapPreferences napPrefs

autoFetchNapigatorAction

EnableAction autoFetchNapigatorAction

autoFetchNapigatorIntervalTextField

ValidatedTextField autoFetchNapigatorIntervalTextField

serverListTextArea

javax.swing.JTextArea serverListTextArea

Class org.xnap.plugin.opennap.gui.OpenNapStatusPanel extends StatusPanel implements Serializable

Class org.xnap.plugin.opennap.gui.OpenNapWhoisPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jtaWhois

javax.swing.JTable jtaWhois

tmWhois

OpenNapWhoisTableModel tmWhois

acClear

org.xnap.plugin.opennap.gui.OpenNapWhoisPanel.ClearAction acClear

acUpdate

org.xnap.plugin.opennap.gui.OpenNapWhoisPanel.UpdateAction acUpdate

Class org.xnap.plugin.opennap.gui.OpenNapWhoisTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList<E> rows

Class org.xnap.plugin.opennap.gui.OpenNapWizardPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

napPrefs

OpenNapPreferences napPrefs

jcAutoFetchNapigator

javax.swing.JCheckBox jcAutoFetchNapigator

jpPort

PortPanel jpPort

jcUseAutoconnector

javax.swing.JCheckBox jcUseAutoconnector

Class org.xnap.plugin.opennap.gui.OpenServerFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

chooser

javax.swing.JFileChooser chooser

Class org.xnap.plugin.opennap.gui.RemoveFailedServersAction extends AbstractTogglePrefAction implements Serializable

Class org.xnap.plugin.opennap.gui.SaveServerFileAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

chooser

javax.swing.JFileChooser chooser

Class org.xnap.plugin.opennap.gui.UseAutoConnectorAction extends AbstractTogglePrefAction implements Serializable


Package org.xnap.plugin.opennap.net

Class org.xnap.plugin.opennap.net.OpenNapDownloadContainerData extends java.lang.Object implements Serializable

Serialized Fields

filename

java.lang.String filename

filesize

long filesize

segments

OpenNapSegmentData[] segments

searchText

java.lang.String searchText

realm

java.lang.String realm

autoSearchingEnabled

boolean autoSearchingEnabled

Class org.xnap.plugin.opennap.net.OpenNapMetaBrowse.TryNextServerAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

tried

java.util.HashSet<E> tried

Class org.xnap.plugin.opennap.net.OpenNapSegmentData extends java.lang.Object implements Serializable

Serialized Fields

start

long start
The offset in the final file.


file

java.io.File file
The file that the segment is saved to.


mergeFailCount

int mergeFailCount
The number of times a merge with this segment has failed.

Class org.xnap.plugin.opennap.net.OpenNapServerData extends java.lang.Object implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

networkName

java.lang.String networkName

nick

java.lang.String nick

password

java.lang.String password

email

java.lang.String email

clientInfo

java.lang.String clientInfo

autoJoinChannels

java.lang.String autoJoinChannels

autoConnect

boolean autoConnect

redirector

boolean redirector

lastConnect

long lastConnect

Package org.xnap.plugin.opennap.net.msg.server

Class org.xnap.plugin.opennap.net.msg.server.InvalidMessageException extends java.lang.Exception implements Serializable


Package org.xnap.plugin.opennap.user

Class org.xnap.plugin.opennap.user.GlobalOpenNapUserData extends java.lang.Object implements Serializable

Serialized Fields

browseCacheFilename

java.lang.String browseCacheFilename

category

java.lang.String category

comment

java.lang.String comment

cacheBrowseResults

boolean cacheBrowseResults

downloadBandwidth

long downloadBandwidth

ignoreChat

boolean ignoreChat

maxDownloads

int maxDownloads
Downloads from this user.


maxUploads

int maxUploads
Uploads to this user.


name

java.lang.String name

uploadBandwidth

long uploadBandwidth

Package org.xnap.plugin.overnet.gui

Class org.xnap.plugin.overnet.gui.OvernetPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cpConsole

ConsolePane cpConsole
Text area where status messages from the core are shown. If there are too many messages the old ones will be cropped.


jteInput

HistoryTextField jteInput
Input field for entering commands which are sent to the core.


acConnect

ConnectAction acConnect
Connects to the core.


acDisconnect

DisconnectAction acDisconnect
Disconnects from the core.


acSend

org.xnap.plugin.overnet.gui.OvernetPanel.SendAction acSend
Sends the input.


jlStatus

javax.swing.JLabel jlStatus
Displays the connection status.

Class org.xnap.plugin.overnet.gui.OvernetPreferencesPanel extends AbstractSettingsPanel implements Serializable

Serialized Fields

fpCoreCommand

FilePanel fpCoreCommand

jteCommandLineOption

javax.swing.JTextField jteCommandLineOption

jcbCommandLineOption

javax.swing.JCheckBox jcbCommandLineOption

jteCoreHost

javax.swing.JTextField jteCoreHost

jteUsername

javax.swing.JTextField jteUsername

jtePassword

javax.swing.JTextField jtePassword

jteCorehost

javax.swing.JTextField jteCorehost

jcbStartCore

javax.swing.JCheckBox jcbStartCore

jcbAutoConnect

javax.swing.JCheckBox jcbAutoConnect

jteCorePort

ValidatedTextField jteCorePort

jcbUseXNapDirs

javax.swing.JCheckBox jcbUseXNapDirs

prefs

OvernetPreferences prefs

Class org.xnap.plugin.overnet.gui.OvernetStatusPanel extends StatusPanel implements Serializable


Package org.xnap.plugin.overnet.gui.action

Class org.xnap.plugin.overnet.gui.action.ConnectAction extends AbstractXNapAction implements Serializable

Serialized Fields

core

OvernetCore core

Class org.xnap.plugin.overnet.gui.action.DisconnectAction extends AbstractXNapAction implements Serializable

Serialized Fields

core

OvernetCore core

Class org.xnap.plugin.overnet.gui.action.DownloadLinkAction extends AbstractXNapAction implements Serializable

Serialized Fields

core

OvernetCore core

Package org.xnap.plugin.pircbot

Class org.xnap.plugin.pircbot.PircBotPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

tmServers

PircBotServerTableModel tmServers

jttServers

JTreeTable jttServers

acConnect

javax.swing.Action acConnect

acDisconnect

javax.swing.Action acDisconnect

acNew

javax.swing.Action acNew

acEdit

javax.swing.Action acEdit

acRemove

javax.swing.Action acRemove

acCollapseAllNodes

javax.swing.Action acCollapseAllNodes

acExpandAllNodes

javax.swing.Action acExpandAllNodes

currentServer

PircBotServer currentServer

Class org.xnap.plugin.pircbot.PircBotServerData extends java.lang.Object implements Serializable

serialVersionUID: 1184257145201869768L

Serialized Fields

name

java.lang.String name

network

java.lang.String network

host

java.lang.String host

port

int port

autoJoinChannels

java.lang.String autoJoinChannels

login

java.lang.String login

password

java.lang.String password

nick

java.lang.String nick

autoConnect

boolean autoConnect

connectCommand

java.lang.String connectCommand

Class org.xnap.plugin.pircbot.PircBotServerDialog extends DefaultDialog implements Serializable

Serialized Fields

server

PircBotServer server

jtName

javax.swing.JTextField jtName

jtHost

javax.swing.JTextField jtHost

jtPort

ValidatedTextField jtPort

jcbNetwork

javax.swing.JComboBox jcbNetwork

jtNetwork

javax.swing.JTextField jtNetwork

jtPassword

javax.swing.JTextField jtPassword

jtNick

javax.swing.JTextField jtNick

jtAutoJoin

javax.swing.JTextField jtAutoJoin

jcbAutoConnect

javax.swing.JCheckBox jcbAutoConnect

jtConnectCommand

javax.swing.JTextField jtConnectCommand

Package org.xnap.plugin.stats

Class org.xnap.plugin.stats.StatsPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlStats

javax.swing.JLabel jlStats

updateAction

javax.swing.Action updateAction

data

org.jfree.data.time.TimeSeriesCollection data

uploadBandwidthSeries

org.jfree.data.time.TimeSeries uploadBandwidthSeries

downloadBandwidthSeries

org.jfree.data.time.TimeSeries downloadBandwidthSeries

updateTask

org.xnap.plugin.stats.StatsPanel.UpdateTask updateTask

uptimeStatusPanel

StatusPanel uptimeStatusPanel

Package org.xnap.plugin.viewer.acrobatviewer

Class org.xnap.plugin.viewer.acrobatviewer.AcrobatViewerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlInfo

javax.swing.JLabel jlInfo

file

java.io.File file

acViewDocument

javax.swing.Action acViewDocument

Class org.xnap.plugin.viewer.acrobatviewer.AcrobatViewerPanel.ViewDocumentAction extends javax.swing.AbstractAction implements Serializable


Package org.xnap.plugin.viewer.imageviewer

Class org.xnap.plugin.viewer.imageviewer.ImageViewerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jl

javax.swing.JLabel jl

Package org.xnap.plugin.viewer.jmfplayer

Class org.xnap.plugin.viewer.jmfplayer.JMFPlayerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

JButtonFullScreenMode

javax.swing.JButton JButtonFullScreenMode

PlayerToolbar

javax.swing.JToolBar PlayerToolbar

ContentArea

javax.swing.JPanel ContentArea

JButtonStop

javax.swing.JButton JButtonStop

RepeatPlaybackCheckbox

javax.swing.JCheckBox RepeatPlaybackCheckbox

myPlayerPanel

KazaamMediaPlayer myPlayerPanel

Class org.xnap.plugin.viewer.jmfplayer.KazaamMediaPlayer extends javax.swing.JPanel implements Serializable

Serialized Fields

visualComponent

java.awt.Component visualComponent

controlComponent

java.awt.Component controlComponent

progressBar

java.awt.Component progressBar

firstTime

boolean firstTime

CachingSize

long CachingSize

controlPanelHeight

int controlPanelHeight

videoWidth

int videoWidth

videoHeight

int videoHeight

dimFrameSizeBeforeFullScreen

java.awt.Dimension dimFrameSizeBeforeFullScreen

windowFullScreen

java.awt.Window windowFullScreen

listenerMouseFullScreen

java.awt.event.MouseListener listenerMouseFullScreen

theParentWindow

java.awt.Window theParentWindow

theParentFrame

java.awt.Frame theParentFrame

parentIsFrameOrWindow

int parentIsFrameOrWindow
parentIsFrameOrWindow - 0=Frame, 1=Window


Package org.xnap.plugin.viewer.mp3tageditor

Class org.xnap.plugin.viewer.mp3tageditor.MP3TagEditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlName

javax.swing.JLabel jlName

jlLength

javax.swing.JLabel jlLength

jlBitrate

javax.swing.JLabel jlBitrate

jlSampleRate

javax.swing.JLabel jlSampleRate

jtTitle

javax.swing.JTextField jtTitle

jtArtist

javax.swing.JTextField jtArtist

jtAlbum

javax.swing.JTextField jtAlbum

jtYear

javax.swing.JTextField jtYear

jtComment

javax.swing.JTextField jtComment

acGuessAction

org.xnap.plugin.viewer.mp3tageditor.MP3TagEditorPanel.GuessAction acGuessAction

acSaveAction

MP3TagEditorPanel.SaveAction acSaveAction

acResetAction

MP3TagEditorPanel.ResetAction acResetAction

currentFile

java.io.File currentFile

Class org.xnap.plugin.viewer.mp3tageditor.MP3TagEditorPanel.ResetAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.plugin.viewer.mp3tageditor.MP3TagEditorPanel.SaveAction extends javax.swing.AbstractAction implements Serializable


Package org.xnap.plugin.viewer.textviewer

Class org.xnap.plugin.viewer.textviewer.TextViewerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

pane

HTMLEditorPane pane

Package org.xnap.plugin.viewer.videoinfo

Class org.xnap.plugin.viewer.videoinfo.VideoFile extends java.io.File implements Serializable

Serialized Fields

height

int height

length

int length

width

int width

Class org.xnap.plugin.viewer.videoinfo.VideoInfoPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlInfo

javax.swing.JLabel jlInfo

Package org.xnap.plugin.viewer.vorbisviewer

Class org.xnap.plugin.viewer.vorbisviewer.VorbisViewerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jlInfo

javax.swing.JLabel jlInfo

Package org.xnap.plugin.viewer.zipviewer

Class org.xnap.plugin.viewer.zipviewer.ZipFileTableModel extends AbstractColumnTableModel implements Serializable

Serialized Fields

columns

Column[] columns

data

java.util.ArrayList<E> data

zipFile

java.util.zip.ZipFile zipFile

Class org.xnap.plugin.viewer.zipviewer.ZipViewerPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

jta

javax.swing.JTable jta

zftm

ZipFileTableModel zftm

jlTitle

javax.swing.JLabel jlTitle

prefs

ZipViewerPreferences prefs

Package org.xnap.search

Class org.xnap.search.AnythingMediaType extends java.lang.Object implements Serializable

Class org.xnap.search.DefaultMediaType extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

realm

java.lang.String realm

extensions

java.util.HashSet<E> extensions

Class org.xnap.search.DefaultSearchFilter extends java.lang.Object implements Serializable

Serialized Fields

valueByKey

java.util.Hashtable<K,V> valueByKey

Package org.xnap.transfer

Class org.xnap.transfer.DccDownload.AcceptAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.DccDownload.RejectAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.DccDownload.StopAction extends AbstractStopAction implements Serializable

Class org.xnap.transfer.DccUpload.StopAction extends AbstractStopAction implements Serializable


Package org.xnap.transfer.action

Class org.xnap.transfer.action.AbstractDeleteAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.action.AbstractEditAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.transfer.action.AbstractFindMoreSourcesAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.transfer.action.AbstractLowerPriorityAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.action.AbstractRaisePriorityAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.action.AbstractResumeAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.transfer.action.AbstractRetryAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.action.AbstractStartAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.action.AbstractStopAction extends AbstractTransferAction implements Serializable

Class org.xnap.transfer.action.AbstractTransferAction extends javax.swing.AbstractAction implements Serializable

Class org.xnap.transfer.action.RaisePriorityAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

transfer

Priorizable transfer

Package org.xnap.util

Class org.xnap.util.IllegalOperationException extends java.lang.RuntimeException implements Serializable

Class org.xnap.util.MultiHashtable extends java.util.Hashtable implements Serializable



Copyright © 2001-2005 XNap Team. All Rights Reserved.