|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TablePreferencesProvider | |
---|---|
org.xnap.gui.action | Provides common action classes. |
org.xnap.gui.menu | Provides implementations of common menus. |
org.xnap.gui.table | Provides table model and table cell renderer classes including the tree table classes. |
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 TablePreferencesProvider in org.xnap.gui.action |
---|
Constructors in org.xnap.gui.action with parameters of type TablePreferencesProvider | |
---|---|
MaintainSortOrderAction(TablePreferencesProvider tpp,
java.lang.String table)
|
Uses of TablePreferencesProvider in org.xnap.gui.menu |
---|
Constructors in org.xnap.gui.menu with parameters of type TablePreferencesProvider | |
---|---|
TableColumnsMenu(java.lang.String name,
ColumnModel cm,
TablePreferencesProvider tpp,
java.lang.String table)
|
|
TableColumnsMenu(java.lang.String name,
ColumnModel cm,
TablePreferencesProvider tpp,
java.lang.String table,
int skip)
|
Uses of TablePreferencesProvider in org.xnap.gui.table |
---|
Methods in org.xnap.gui.table that return TablePreferencesProvider | |
---|---|
TablePreferencesProvider |
TablePreferencesHandler.getPreferencesSupport()
|
Methods in org.xnap.gui.table with parameters of type TablePreferencesProvider | |
---|---|
javax.swing.JMenu |
AbstractColumnTableModel.createColumnMenu(java.lang.String name,
TablePreferencesProvider tpp,
java.lang.String table)
|
javax.swing.JMenu |
AbstractColumnTreeTableModel.createColumnMenu(java.lang.String name,
TablePreferencesProvider tpp,
java.lang.String table)
|
javax.swing.JTable |
AbstractColumnTableModel.createTable(TablePreferencesProvider tpp,
java.lang.String table)
Creates a table from this model. |
JTreeTable |
AbstractColumnTreeTableModel.createTreeTable(TablePreferencesProvider tpp,
java.lang.String table)
Creates a table from this model. |
Constructors in org.xnap.gui.table with parameters of type TablePreferencesProvider | |
---|---|
TablePreferencesHandler(TablePreferencesProvider prefs,
java.lang.String table,
ColumnModel model,
javax.swing.table.TableColumnModel tcm)
|
Uses of TablePreferencesProvider in org.xnap.plugin.azureus |
---|
Classes in org.xnap.plugin.azureus that implement TablePreferencesProvider | |
---|---|
class |
AzureusPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.gift.util |
---|
Classes in org.xnap.plugin.gift.util that implement TablePreferencesProvider | |
---|---|
class |
GiFTPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.joscar |
---|
Classes in org.xnap.plugin.joscar that implement TablePreferencesProvider | |
---|---|
class |
JOscarPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.jtella |
---|
Classes in org.xnap.plugin.jtella that implement TablePreferencesProvider | |
---|---|
class |
JTellaPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.limewire |
---|
Classes in org.xnap.plugin.limewire that implement TablePreferencesProvider | |
---|---|
class |
LimeWirePreferences
Provides the LimeWire preferences. |
Uses of TablePreferencesProvider in org.xnap.plugin.openantivirus |
---|
Classes in org.xnap.plugin.openantivirus that implement TablePreferencesProvider | |
---|---|
class |
OAVPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.opennap.util |
---|
Classes in org.xnap.plugin.opennap.util that implement TablePreferencesProvider | |
---|---|
class |
OpenNapPreferences
Provides the preferences for the OpenNapPlugin . |
Uses of TablePreferencesProvider in org.xnap.plugin.overnet.util |
---|
Classes in org.xnap.plugin.overnet.util that implement TablePreferencesProvider | |
---|---|
class |
OvernetPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.pircbot |
---|
Classes in org.xnap.plugin.pircbot that implement TablePreferencesProvider | |
---|---|
class |
PircBotPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.viewer.vorbisviewer |
---|
Classes in org.xnap.plugin.viewer.vorbisviewer that implement TablePreferencesProvider | |
---|---|
class |
VorbisViewerPreferences
|
Uses of TablePreferencesProvider in org.xnap.plugin.viewer.zipviewer |
---|
Classes in org.xnap.plugin.viewer.zipviewer that implement TablePreferencesProvider | |
---|---|
class |
ZipViewerPreferences
|
Uses of TablePreferencesProvider in org.xnap.util |
---|
Classes in org.xnap.util that implement TablePreferencesProvider | |
---|---|
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 |