|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreferencesProvider | |
---|---|
org.xnap.action | |
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.menu | Provides implementations of common menus. |
org.xnap.gui.shortcut | |
org.xnap.plugin.azureus | |
org.xnap.plugin.gift.util | |
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.util | |
org.xnap.plugin.overnet.util | |
org.xnap.plugin.pircbot | An IRC plugin based on the PircBot library. |
org.xnap.plugin.viewer.vorbisviewer | |
org.xnap.plugin.viewer.zipviewer | |
org.xnap.util | Provides common utility and preferences classes. |
Uses of PreferencesProvider in org.xnap.action |
---|
Constructors in org.xnap.action with parameters of type PreferencesProvider | |
---|---|
AbstractTogglePrefAction(PreferencesProvider prefs,
java.lang.String prefsKey)
Constructs a toggle action that monitors a boolean preference key. |
|
AbstractToggleReversedPrefAction(PreferencesProvider prefs,
java.lang.String prefsKey)
Constructs a toggle action that monitors a boolean preference key. |
Uses of PreferencesProvider in org.xnap.gui |
---|
Methods in org.xnap.gui with parameters of type PreferencesProvider | |
---|---|
static boolean |
Dialogs.getShowDialog(PreferencesProvider prefs,
java.lang.String dialogName)
|
static void |
Dialogs.setShowDialog(PreferencesProvider prefs,
java.lang.String dialogName,
boolean newValue)
|
static int |
Dialogs.showConfirmDialog(java.awt.Component c,
java.lang.String dialogName,
java.lang.String title,
java.lang.String question,
int optionType,
PreferencesProvider prefs)
Shows a confirmation dialog and saves if it should be shown again next time. |
static void |
Dialogs.showNotification(java.awt.Component c,
java.lang.String dialogName,
java.lang.String title,
java.lang.String message,
PreferencesProvider prefs)
|
Constructors in org.xnap.gui with parameters of type PreferencesProvider | |
---|---|
DefaultPrefsWizardDialog(PreferencesProvider pp,
java.lang.String pref)
|
|
Dialogs.NotificationDialog(java.lang.String dialogName,
java.lang.String title,
java.lang.String msg,
PreferencesProvider prefs)
Constructs a notification dialog with an "Okay" button and "Notification" as the dialog title. |
Uses of PreferencesProvider in org.xnap.gui.component |
---|
Methods in org.xnap.gui.component with parameters of type PreferencesProvider | |
---|---|
void |
HistoryComboBox.setPreferences(java.lang.String prefsKey,
PreferencesProvider prefs)
|
void |
XNapTextField.setPreferences(java.lang.String prefsKey,
PreferencesProvider prefs)
|
Uses of PreferencesProvider in org.xnap.gui.menu |
---|
Methods in org.xnap.gui.menu with parameters of type PreferencesProvider | |
---|---|
void |
CompletionModeMenu.setPreferences(java.lang.String key,
PreferencesProvider prefs)
|
void |
TextFieldMenu.setPreferences(java.lang.String prefsKey,
PreferencesProvider prefs)
|
Constructors in org.xnap.gui.menu with parameters of type PreferencesProvider | |
---|---|
CompletionModeMenu(Completable comp,
java.lang.String prefsKey,
PreferencesProvider prefs)
|
|
TextFieldMenu(Completable comp,
java.lang.String prefsKey,
PreferencesProvider prefs)
|
Uses of PreferencesProvider in org.xnap.gui.shortcut |
---|
Methods in org.xnap.gui.shortcut with parameters of type PreferencesProvider | |
---|---|
ActionShortcut |
ShortcutManager.add(javax.swing.Action action,
javax.swing.JComponent c,
PreferencesProvider prefs)
Creates a new ActionShortcut for the action if there isn't already one and returns it. |
Constructors in org.xnap.gui.shortcut with parameters of type PreferencesProvider | |
---|---|
ActionShortcut(javax.swing.Action action,
javax.swing.JComponent c,
PreferencesProvider prefs)
|
|
DefaultShortcut(javax.swing.KeyStroke defaultKeyStroke,
java.lang.String category,
java.lang.String description,
java.lang.String prefsKey,
PreferencesProvider prefs)
|
Uses of PreferencesProvider in org.xnap.plugin.azureus |
---|
Classes in org.xnap.plugin.azureus that implement PreferencesProvider | |
---|---|
class |
AzureusPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.gift.util |
---|
Classes in org.xnap.plugin.gift.util that implement PreferencesProvider | |
---|---|
class |
GiFTPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.joscar |
---|
Classes in org.xnap.plugin.joscar that implement PreferencesProvider | |
---|---|
class |
JOscarPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.jtella |
---|
Classes in org.xnap.plugin.jtella that implement PreferencesProvider | |
---|---|
class |
JTellaPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.limewire |
---|
Classes in org.xnap.plugin.limewire that implement PreferencesProvider | |
---|---|
class |
LimeWirePreferences
Provides the LimeWire preferences. |
Uses of PreferencesProvider in org.xnap.plugin.openantivirus |
---|
Classes in org.xnap.plugin.openantivirus that implement PreferencesProvider | |
---|---|
class |
OAVPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.opennap.util |
---|
Classes in org.xnap.plugin.opennap.util that implement PreferencesProvider | |
---|---|
class |
OpenNapPreferences
Provides the preferences for the OpenNapPlugin . |
Uses of PreferencesProvider in org.xnap.plugin.overnet.util |
---|
Classes in org.xnap.plugin.overnet.util that implement PreferencesProvider | |
---|---|
class |
OvernetPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.pircbot |
---|
Classes in org.xnap.plugin.pircbot that implement PreferencesProvider | |
---|---|
class |
PircBotPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.viewer.vorbisviewer |
---|
Classes in org.xnap.plugin.viewer.vorbisviewer that implement PreferencesProvider | |
---|---|
class |
VorbisViewerPreferences
|
Uses of PreferencesProvider in org.xnap.plugin.viewer.zipviewer |
---|
Classes in org.xnap.plugin.viewer.zipviewer that implement PreferencesProvider | |
---|---|
class |
ZipViewerPreferences
|
Uses of PreferencesProvider in org.xnap.util |
---|
Subinterfaces of PreferencesProvider in org.xnap.util | |
---|---|
interface |
TablePreferencesProvider
Defines the requirements for classes that provide preferences support for tables. |
Classes in org.xnap.util that implement PreferencesProvider | |
---|---|
class |
AbstractPluginPreferences
This class acts as a wraper for the Preferences class. |
class |
Preferences
Provides access to the global settings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |