|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SettingsPanel | |
---|---|
org.xnap.gui | Provides interfaces and classes for the graphical user interface. |
org.xnap.gui.component | Provides generic Swing based components that provide additional functionality. |
org.xnap.gui.prefs | Provides panels for the preferences dialog. |
org.xnap.gui.wizard | |
org.xnap.plugin.gift.gui | |
org.xnap.plugin.joscar | |
org.xnap.plugin.jtella | A Gnutella plugin based on the JTella library. |
org.xnap.plugin.limewire | |
org.xnap.plugin.openantivirus | |
org.xnap.plugin.opennap.gui | |
org.xnap.plugin.overnet.gui |
Uses of SettingsPanel in org.xnap.gui |
---|
Classes in org.xnap.gui that implement SettingsPanel | |
---|---|
class |
AbstractSettingsPanel
Provides the default implementation for a settings panel. |
Methods in org.xnap.gui with parameters of type SettingsPanel | |
---|---|
javax.swing.JPanel |
AbstractPreferencesDialog.addPanel(SettingsPanel tab)
Adds tab to the list. |
javax.swing.JPanel |
AbstractPreferencesDialog.addPanel(SettingsPanel tab,
java.lang.String icon)
Adds tab to the list. |
javax.swing.JPanel |
AbstractPreferencesDialog.addPanel(SettingsPanel tab,
java.lang.String title,
javax.swing.Icon icon,
java.lang.String info)
Adds tab to the list. |
javax.swing.JScrollPane |
AbstractPreferencesDialog.addTab(javax.swing.JTabbedPane parent,
SettingsPanel tab)
Adds tab to parent . |
protected void |
StartupWizardDialog.panelChanged(SettingsPanel panel)
|
void |
AbstractPreferencesDialog.remove(SettingsPanel tab)
Removes tab from the list of SettingsPanel
objects. |
static void |
PluginPreferencesDialog.removePanel(SettingsPanel tab)
Removes tab from the list of SettingsPanel
objects. |
static void |
PreferencesDialog.removePanel(SettingsPanel tab)
Removes tab from the list of SettingsPanel
objects. |
Uses of SettingsPanel in org.xnap.gui.component |
---|
Methods in org.xnap.gui.component that return SettingsPanel | |
---|---|
SettingsPanel |
DefaultWizardDialog.getSelectedPanel()
|
Methods in org.xnap.gui.component with parameters of type SettingsPanel | |
---|---|
void |
DefaultWizardDialog.addPanel(SettingsPanel panel)
|
protected void |
DefaultWizardDialog.panelChanged(SettingsPanel panel)
Invoked when the user presses next or previous. |
Uses of SettingsPanel in org.xnap.gui.prefs |
---|
Classes in org.xnap.gui.prefs that implement SettingsPanel | |
---|---|
class |
AdvancedTransferPrefsPanel
|
class |
ApplicationPrefsPanel
Provides controls for application appearance settings. |
class |
ChatAppearancePrefsPanel
Provides controls for chat color and font settings. |
class |
ChatPrefsPanel
|
class |
ConfirmPrefsPanel
Provides controls for confirmation dialog settings. |
class |
ConsoleAppearancePrefsPanel
|
class |
FilePrefsPanel
Provides controls for directory settings. |
class |
LookAndFeelPrefsPanel
Provides controls for look and feel settings. |
class |
NetworkPrefsPanel
|
class |
PackagePrefsPanel
Provides controls for personal settings. |
class |
PersonalPrefsPanel
Provides controls for personal settings. |
class |
ProgramPrefsPanel
|
class |
ProxyPrefsPanel
|
class |
SearchPrefsPanel
|
class |
ShortcutPrefsPanel
Provides controls for shortcut appearance settings. |
class |
TransferPrefsPanel
|
Uses of SettingsPanel in org.xnap.gui.wizard |
---|
Classes in org.xnap.gui.wizard that implement SettingsPanel | |
---|---|
class |
FilesWizardPanel
|
class |
GeneralWizardPanel
|
class |
IntroWizardPanel
|
class |
LicenseWizardPanel
|
class |
NetworkWizardPanel
|
class |
NoteWizardPanel
|
class |
PluginWizardPanel
Assumes that no plugins have been enabled prior to execution of this class. |
Uses of SettingsPanel in org.xnap.plugin.gift.gui |
---|
Classes in org.xnap.plugin.gift.gui that implement SettingsPanel | |
---|---|
class |
GiFTPreferencesPanel
|
Uses of SettingsPanel in org.xnap.plugin.joscar |
---|
Classes in org.xnap.plugin.joscar that implement SettingsPanel | |
---|---|
class |
JOscarPreferencesPanel
|
Uses of SettingsPanel in org.xnap.plugin.jtella |
---|
Classes in org.xnap.plugin.jtella that implement SettingsPanel | |
---|---|
class |
JTellaPreferencesPanel
Provides the JTella preferences panel. |
Uses of SettingsPanel in org.xnap.plugin.limewire |
---|
Classes in org.xnap.plugin.limewire that implement SettingsPanel | |
---|---|
class |
LimeWirePreferencesPanel
Provides the LimeWire preferences panel. |
Uses of SettingsPanel in org.xnap.plugin.openantivirus |
---|
Classes in org.xnap.plugin.openantivirus that implement SettingsPanel | |
---|---|
class |
OAVPreferencesPanel
|
Uses of SettingsPanel in org.xnap.plugin.opennap.gui |
---|
Classes in org.xnap.plugin.opennap.gui that implement SettingsPanel | |
---|---|
class |
OpenNapAdvancedPreferencesPanel
|
class |
OpenNapPreferencesPanel
|
class |
OpenNapServerPreferencesPanel
|
class |
OpenNapWizardPanel
|
Uses of SettingsPanel in org.xnap.plugin.overnet.gui |
---|
Classes in org.xnap.plugin.overnet.gui that implement SettingsPanel | |
---|---|
class |
OvernetPreferencesPanel
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |