|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.util.AbstractPreferences org.xnap.util.Preferences
public class Preferences
Provides access to the global settings.
This class makes use of the singleton pattern.
If you hack around, make sure all pathes are returned with a trailing file separator and all values are initialized to something other than null.
Most important, keep all preferences sorted alphabetically everywhere.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_THEME
|
static int |
PREFS_VERSION
The current version of the preferences file. |
static java.lang.String |
XNAP1_FILENAME
The name of the references file that was used by XNap 1.x. |
static java.lang.String |
XNAP2_FILENAME
The name of the references file that was used by XNap 2.x. |
static java.lang.String |
XNAP3_FILENAME
The name of the current preferences file. |
Fields inherited from class org.xnap.util.AbstractPreferences |
---|
ARRAY_SEPARATOR, changedFlag, logger, namespace, oldVersion, prefsFile, propertyChange, props, version |
Method Summary | |
---|---|
void |
addTableListener(java.lang.String table,
java.beans.PropertyChangeListener l)
Add a listener for a table preferences. |
void |
convert(int oldVersion)
Converts preferences from oldVersion . |
void |
defaults()
Sets the defaults. |
boolean |
getAlwaysAutoDownload()
|
boolean |
getAppendServerNameToChatUser()
|
boolean |
getAutoClearTransfers()
|
int |
getAutoClearTransfersInterval()
|
boolean |
getAutoComplete()
|
int |
getAutoDownloadMaxSearches()
|
int |
getAutoDownloadSearchInterval()
|
boolean |
getAutoVersionCheck()
|
boolean |
getBeepOnChatMessage()
|
boolean |
getBlinkOnChannelJoin()
|
boolean |
getBuildSearchTreeOnStartup()
|
boolean |
getCaptureLauncherOutput()
|
java.lang.String |
getChatAwayMessage()
|
int |
getChatGlobalVerticalDividerLocation()
|
java.lang.String |
getChatIgnoreMessage()
|
int |
getChatVerticalDividerLocation()
|
int |
getCorrectivePixels()
|
java.lang.String |
getDebugLogFile()
|
java.lang.String |
getDefaultCompletionMode()
|
java.lang.String |
getDefaultLookAndFeel()
Returns the default look and feel. |
java.lang.String |
getDefaultViewer(java.lang.String extension)
|
boolean |
getDelIncompleteFiles()
|
java.lang.String |
getDownloadDir()
|
int |
getDownloadMaxTries()
|
int |
getDownloadRetryInterval()
|
int |
getDownloadThrottle()
|
java.lang.String |
getEmail()
|
java.lang.String[] |
getEnabledPlugins()
|
java.lang.String |
getFaqURL()
|
java.lang.String |
getFeedbackEmail()
|
java.lang.String |
getFeedbackName()
|
java.lang.String |
getFeeedbackURL()
|
java.lang.String |
getFileLauncherCmd()
|
java.lang.String |
getFileLauncherType()
|
boolean |
getFilterResults()
|
boolean |
getFocusOnAllEvents()
|
int |
getHelpDialogHeight()
|
int |
getHelpDialogWidth()
|
int |
getHotlistDividerLocation()
|
java.lang.String |
getHttpProxyHost()
|
int |
getHttpProxyPort()
|
java.lang.String |
getIconTheme()
|
java.lang.String |
getIncompleteDir()
|
static Preferences |
getInstance()
Returns the preferences. |
java.lang.String[] |
getJarIncludePath()
|
java.lang.String |
getLanguage()
|
java.lang.String |
getLastLaunchVersion()
|
long |
getLastUpdateCheck()
|
java.lang.String[] |
getLibraryDirs()
|
int |
getLibraryHorizontalDividerLocation()
|
java.lang.String |
getLibraryTreeNodes()
|
java.lang.String[] |
getLibraryTreeNodesArray()
|
int |
getLibraryVerticalDividerLocation()
|
boolean |
getLimitDownloadAttempts()
|
boolean |
getLimitDownloads()
|
boolean |
getLimitDownloadsPerUser()
|
boolean |
getLimitUploads()
|
boolean |
getLimitUploadsPerUser()
|
int |
getLinkSpeed()
|
boolean |
getLogTransfersToFile()
|
java.lang.String |
getLookAndFeel()
|
int |
getMaxConsoleLines()
|
int |
getMaxDownloads()
|
int |
getMaxDownloadsPerUser()
|
int |
getMaxOpenWithCommands()
|
int |
getMaxSwarmedConnects()
|
int |
getMaxUploads()
|
int |
getMaxUploadsPerUser()
|
java.lang.String |
getMediaTypeDownloadDir(java.lang.String type)
|
int |
getMinimumShares()
|
java.lang.String |
getMinimumSharesMessage()
|
java.lang.String[] |
getOpenWithCommands()
|
java.lang.String |
getPassword()
|
java.lang.String |
getPlayerCommand()
|
java.lang.String |
getPlayerType()
|
int |
getPrefsWindowHeight()
|
int |
getPrefsWindowWidth()
|
boolean |
getPrintServerNotificationsInChatWindow()
|
java.lang.String |
getProblemReportURL()
|
boolean |
getRememberFeedback()
|
boolean |
getRemoveDuplicateResults()
|
int |
getSearchBitrate()
|
int |
getSearchCompare()
|
int |
getSearchDividerLocation()
|
int |
getSearchHistorySize()
|
int |
getSearchMediaType()
|
java.lang.String |
getSearchResultOpenAction()
|
boolean |
getSeenStartupWizard()
|
boolean |
getSendChatAwayMessage()
|
boolean |
getSendChatIgnoreMessage()
|
boolean |
getSendMinimumSharesMessage()
|
boolean |
getShareFullPath()
|
javax.swing.KeyStroke |
getShortcut(java.lang.String key)
|
boolean |
getShowChatMsgTime()
|
boolean |
getShowDialog(java.lang.String dialogName)
Deprecated. |
boolean |
getShowIcons()
|
boolean |
getShowSearchOptions()
|
boolean |
getShowSplash()
|
boolean |
getShowToolTips()
|
java.lang.String |
getSocksProxyHost()
|
int |
getSocksProxyPort()
|
java.lang.String[] |
getTableColumns(java.lang.String table)
Returns an array of visible columns as an array of column keys. |
int[] |
getTableColumnWidths(java.lang.String table)
|
boolean |
getTableMaintainSortOrder(java.lang.String table)
|
int |
getTableSortedColumn(java.lang.String table)
Returns 0, if no column is sorted, otherwise the model index of the column + 1. |
java.lang.String |
getTheme()
|
boolean |
getThrottleDownloads()
|
boolean |
getThrottleUploads()
|
int |
getTransferDividerLocation()
|
java.lang.String |
getTransferLogFile()
|
boolean |
getUpdatePluginsOnStartup()
|
int |
getUpdaterInterval()
|
java.lang.String |
getUpdateURL()
|
java.lang.String[] |
getUploadDirs()
|
int |
getUploadThrottle()
|
boolean |
getUseEmacsKeyBindings()
|
boolean |
getUseHttpProxy()
|
boolean |
getUseMinimumShares()
|
java.lang.String |
getUsername()
|
boolean |
getUseSmallTransferIcons()
|
boolean |
getUseSocksProxy()
|
boolean |
getUseSubMenuForPluginMenus()
|
boolean |
getUseTabbedPane()
|
boolean |
getUseTabbedTransferPane()
|
int |
getWindowHeight()
|
int |
getWindowWidth()
|
int |
getWindowX()
|
int |
getWindowY()
|
java.lang.String |
getXNapJarURL()
|
void |
read()
Sets the preferences from the default preferences file. |
void |
setAlwaysAutoDownload(boolean newValue)
|
void |
setAppendServerNameToChatUser(boolean newValue)
|
void |
setAutoClearTransfers(boolean newValue)
|
void |
setAutoClearTransfersInterval(int newValue)
|
void |
setAutoComplete(boolean newValue)
|
void |
setAutoDownloadMaxSearches(int newValue)
|
void |
setAutoDownloadSearchInterval(int newValue)
|
void |
setAutoVersionCheck(boolean newValue)
|
void |
setBeepOnChatMessage(boolean newValue)
|
void |
setBlinkOnChannelJoin(boolean newValue)
|
void |
setBuildSearchTreeOnStartup(boolean newValue)
|
void |
setCaptureLauncherOutput(boolean newValue)
|
void |
setChatAwayMessage(java.lang.String newValue)
|
void |
setChatGlobalVerticalDividerLocation(int newValue)
|
void |
setChatIgnoreMessage(java.lang.String newValue)
|
void |
setChatVerticalDividerLocation(int newValue)
|
void |
setCorrectivePixels(int newValue)
|
void |
setDebugLogFile(java.lang.String newValue)
|
void |
setDefaultCompletionMode(java.lang.String newValue)
|
void |
setDefaultViewer(java.lang.String extension,
java.lang.String viewerName)
|
void |
setDelIncompleteFiles(boolean newValue)
|
void |
setDownloadDir(java.lang.String newValue)
|
void |
setDownloadRetryInterval(int newValue)
|
void |
setDownloadThrottle(int newValue)
|
void |
setEmail(java.lang.String newValue)
|
void |
setEnabledPlugins(java.lang.String[] newValue)
|
void |
setFeedbackEmail(java.lang.String newValue)
|
void |
setFeedbackName(java.lang.String newValue)
|
void |
setFileLauncherCmd(java.lang.String newValue)
|
void |
setFileLauncherType(java.lang.String newValue)
|
void |
setFilterResults(boolean newValue)
|
void |
setFocusOnAllEvents(boolean newValue)
|
void |
setHelpDialogHeight(int newValue)
|
void |
setHelpDialogWidth(int newValue)
|
void |
setHotlistDividerLocation(int newValue)
|
void |
setHttpProxyHost(java.lang.String newValue)
|
void |
setHttpProxyPort(int newValue)
|
void |
setIconTheme(java.lang.String newValue)
|
void |
setIncompleteDir(java.lang.String newValue)
|
void |
setJarIncludePath(java.lang.String[] newValue)
|
void |
setLanguage(java.lang.String newValue)
|
void |
setLastLaunchVersion(java.lang.String newValue)
|
void |
setLastUpdateCheck(long newValue)
|
void |
setLibraryDirs(java.lang.String[] newValue)
|
void |
setLibraryHorizontalDividerLocation(int newValue)
|
void |
setLibraryTreeNodes(java.lang.String newValue)
|
void |
setLibraryVerticalDividerLocation(int newValue)
|
void |
setLimitDownloadAttempts(boolean newValue)
|
void |
setLimitDownloads(boolean newValue)
|
void |
setLimitDownloadsPerUser(boolean newValue)
|
void |
setLimitUploads(boolean newValue)
|
void |
setLimitUploadsPerUser(boolean newValue)
|
void |
setLinkSpeed(int newValue)
|
void |
setLogTransfersToFile(boolean newValue)
|
void |
setLookAndFeel(java.lang.String newValue)
|
void |
setMaxConsoleLines(int newValue)
|
void |
setMaxDownloads(int newValue)
|
void |
setMaxDownloadsPerUser(int newValue)
|
void |
setMaxOpenWithCommands(int newValue)
|
void |
setMaxUploads(int newValue)
|
void |
setMaxUploadsPerUser(int newValue)
|
void |
setMediaTypeDownloadDir(java.lang.String type,
java.lang.String newValue)
|
void |
setMinimumShares(int newValue)
|
void |
setMinimumSharesMessage(java.lang.String newValue)
|
void |
setOpenWithCommands(java.lang.String[] newValue)
|
void |
setPassword(java.lang.String newValue)
|
void |
setPlayerCommand(java.lang.String newValue)
|
void |
setPlayerType(java.lang.String newValue)
|
void |
setPrefsWindowHeight(int newValue)
|
void |
setPrefsWindowWidth(int newValue)
|
void |
setPrintServerNotificationsInChatWindow(boolean newValue)
|
void |
setRemoveDuplicateResults(boolean newValue)
|
void |
setSearchBitrate(int newValue)
|
void |
setSearchCompare(int newValue)
|
void |
setSearchDividerLocation(int newValue)
|
void |
setSearchHistorySize(int newValue)
|
void |
setSearchMediaType(int newValue)
|
void |
setSeenStartupWizard(boolean newValue)
|
void |
setSendChatAwayMessage(boolean newValue)
|
void |
setSendChatIgnoreMessage(boolean newValue)
|
void |
setSendMinimumSharesMessage(boolean newValue)
|
void |
setShareFullPath(boolean newValue)
|
void |
setShortcut(java.lang.String key,
javax.swing.KeyStroke newValue)
|
void |
setShowChatMsgTime(boolean newValue)
|
void |
setShowDialog(java.lang.String dialogName,
boolean newValue)
Deprecated. |
void |
setShowIcons(boolean newValue)
|
void |
setShowSearchOptions(boolean newValue)
|
void |
setShowSplash(boolean newValue)
|
void |
setShowToolTips(boolean newValue)
|
void |
setSocksProxyHost(java.lang.String newValue)
|
void |
setSocksProxyPort(int newValue)
|
void |
setTableColumns(java.lang.String table,
java.lang.String[] newValue)
Sets an array of visible columns as an array of column keys. |
void |
setTableColumnWidths(java.lang.String table,
int[] widths)
|
void |
setTableMaintainSortOrder(java.lang.String table,
boolean newValue)
|
void |
setTableSortedColumn(java.lang.String table,
int newValue)
|
void |
setTheme(java.lang.String newValue)
|
void |
setThrottleDownloads(boolean newValue)
|
void |
setThrottleUploads(boolean newValue)
|
void |
setTransferDividerLocation(int newValue)
|
void |
setTransferLogFile(java.lang.String newValue)
|
void |
setUpdatePluginsOnStartup(boolean newValue)
|
void |
setUploadDirs(java.lang.String[] newValue)
|
void |
setUploadThrottle(int newValue)
|
void |
setUseEmacsKeyBindings(boolean newValue)
|
void |
setUseHttpProxy(boolean newValue)
|
void |
setUseMinimumShares(boolean newValue)
|
void |
setUsername(java.lang.String newValue)
|
void |
setUseSocksProxy(boolean newValue)
|
void |
setUseSubMenuForPluginMenus(boolean newValue)
|
void |
setUseTabbedPane(boolean newValue)
|
void |
setUseTabbedTransferPane(boolean newValue)
|
void |
setWindowHeight(int newValue)
|
void |
setWindowWidth(int newValue)
|
void |
setWindowX(int newValue)
|
void |
setWindowY(int newValue)
|
boolean |
shouldCheckForUpdate(int days)
|
Methods inherited from class org.xnap.util.AbstractPreferences |
---|
addPropertyChangeListener, addPropertyChangeListener, areObjectsEqual, areObjectsEqual, firePropertyChange, get, getArray, getBoolean, getColor, getFilename, getFont, getInt, getIntArray, getKeyStroke, getLong, getOldVersion, getProperty, getVersion, read, removeProperty, removePropertyChangeListener, removePropertyChangeListener, renameProperty, set, set, set, set, set, set, set, set, set, setDefault, setDefault, setProperty, setProperty, toString, toString, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String XNAP1_FILENAME
public static final java.lang.String XNAP2_FILENAME
public static final java.lang.String XNAP3_FILENAME
public static final int PREFS_VERSION
public static final java.lang.String DEFAULT_THEME
Method Detail |
---|
public static Preferences getInstance()
public void read()
read
in class AbstractPreferences
public void convert(int oldVersion)
oldVersion
.
convert
in class AbstractPreferences
public void defaults()
public void addTableListener(java.lang.String table, java.beans.PropertyChangeListener l)
addTableListener
in interface TablePreferencesProvider
public boolean getAlwaysAutoDownload()
public void setAlwaysAutoDownload(boolean newValue)
public boolean getAppendServerNameToChatUser()
public void setAppendServerNameToChatUser(boolean newValue)
public boolean getAutoClearTransfers()
public void setAutoClearTransfers(boolean newValue)
public int getAutoClearTransfersInterval()
public void setAutoClearTransfersInterval(int newValue)
public boolean getAutoComplete()
public void setAutoComplete(boolean newValue)
public int getAutoDownloadMaxSearches()
public void setAutoDownloadMaxSearches(int newValue)
public int getAutoDownloadSearchInterval()
public void setAutoDownloadSearchInterval(int newValue)
public boolean getAutoVersionCheck()
public void setAutoVersionCheck(boolean newValue)
public boolean getBeepOnChatMessage()
public void setBeepOnChatMessage(boolean newValue)
public boolean getBlinkOnChannelJoin()
public void setBlinkOnChannelJoin(boolean newValue)
public boolean getBuildSearchTreeOnStartup()
public void setBuildSearchTreeOnStartup(boolean newValue)
public boolean getCaptureLauncherOutput()
public void setCaptureLauncherOutput(boolean newValue)
public java.lang.String getChatAwayMessage()
public void setChatAwayMessage(java.lang.String newValue)
public java.lang.String getChatIgnoreMessage()
public void setChatIgnoreMessage(java.lang.String newValue)
public int getChatGlobalVerticalDividerLocation()
public void setChatGlobalVerticalDividerLocation(int newValue)
public int getChatVerticalDividerLocation()
public void setChatVerticalDividerLocation(int newValue)
public int getCorrectivePixels()
public void setCorrectivePixels(int newValue)
public java.lang.String getDebugLogFile()
public void setDebugLogFile(java.lang.String newValue)
public java.lang.String getDefaultCompletionMode()
public void setDefaultCompletionMode(java.lang.String newValue)
public java.lang.String getDefaultLookAndFeel()
public java.lang.String getDefaultViewer(java.lang.String extension)
public void setDefaultViewer(java.lang.String extension, java.lang.String viewerName)
public boolean getDelIncompleteFiles()
public void setDelIncompleteFiles(boolean newValue)
public java.lang.String getDownloadDir()
public void setDownloadDir(java.lang.String newValue)
public java.lang.String getMediaTypeDownloadDir(java.lang.String type)
public void setMediaTypeDownloadDir(java.lang.String type, java.lang.String newValue)
public int getDownloadMaxTries()
public int getDownloadRetryInterval()
public void setDownloadRetryInterval(int newValue)
public int getDownloadThrottle()
public void setDownloadThrottle(int newValue)
public java.lang.String getEmail()
public void setEmail(java.lang.String newValue)
public java.lang.String[] getEnabledPlugins()
public void setEnabledPlugins(java.lang.String[] newValue)
public java.lang.String getFaqURL()
public java.lang.String getFeedbackEmail()
public void setFeedbackEmail(java.lang.String newValue)
public java.lang.String getFeedbackName()
public void setFeedbackName(java.lang.String newValue)
public java.lang.String getFeeedbackURL()
public java.lang.String getFileLauncherCmd()
public void setFileLauncherCmd(java.lang.String newValue)
public java.lang.String getFileLauncherType()
public void setFileLauncherType(java.lang.String newValue)
public boolean getFilterResults()
public void setFilterResults(boolean newValue)
public boolean getFocusOnAllEvents()
public void setFocusOnAllEvents(boolean newValue)
public int getHelpDialogHeight()
public void setHelpDialogHeight(int newValue)
public int getHelpDialogWidth()
public void setHelpDialogWidth(int newValue)
public int getHotlistDividerLocation()
public void setHotlistDividerLocation(int newValue)
public java.lang.String getHttpProxyHost()
public void setHttpProxyHost(java.lang.String newValue)
public int getHttpProxyPort()
public void setHttpProxyPort(int newValue)
public java.lang.String getIconTheme()
public void setIconTheme(java.lang.String newValue)
public java.lang.String getIncompleteDir()
public void setIncompleteDir(java.lang.String newValue)
public java.lang.String[] getJarIncludePath()
public void setJarIncludePath(java.lang.String[] newValue)
public java.lang.String getLanguage()
public void setLanguage(java.lang.String newValue)
public boolean getLimitDownloads()
public void setLimitDownloads(boolean newValue)
public boolean getLimitUploads()
public void setLimitUploads(boolean newValue)
public boolean getLimitDownloadsPerUser()
public void setLimitDownloadsPerUser(boolean newValue)
public boolean getLimitUploadsPerUser()
public void setLimitUploadsPerUser(boolean newValue)
public int getLinkSpeed()
public void setLinkSpeed(int newValue)
public boolean getLogTransfersToFile()
public void setLogTransfersToFile(boolean newValue)
public java.lang.String getPassword()
public void setPassword(java.lang.String newValue)
public java.lang.String getPlayerCommand()
public void setPlayerCommand(java.lang.String newValue)
public java.lang.String getPlayerType()
public void setPlayerType(java.lang.String newValue)
public java.lang.String getLastLaunchVersion()
public void setLastLaunchVersion(java.lang.String newValue)
public long getLastUpdateCheck()
public void setLastUpdateCheck(long newValue)
public java.lang.String[] getLibraryDirs()
public void setLibraryDirs(java.lang.String[] newValue)
public int getLibraryHorizontalDividerLocation()
public void setLibraryHorizontalDividerLocation(int newValue)
public java.lang.String getLibraryTreeNodes()
public java.lang.String[] getLibraryTreeNodesArray()
public void setLibraryTreeNodes(java.lang.String newValue)
public int getLibraryVerticalDividerLocation()
public void setLibraryVerticalDividerLocation(int newValue)
public java.lang.String getLookAndFeel()
public void setLookAndFeel(java.lang.String newValue)
public boolean getSeenStartupWizard()
public void setSeenStartupWizard(boolean newValue)
public boolean getSendChatAwayMessage()
public void setSendChatAwayMessage(boolean newValue)
public boolean getSendChatIgnoreMessage()
public void setSendChatIgnoreMessage(boolean newValue)
public boolean getPrintServerNotificationsInChatWindow()
public void setPrintServerNotificationsInChatWindow(boolean newValue)
public boolean getShareFullPath()
public void setShareFullPath(boolean newValue)
public javax.swing.KeyStroke getShortcut(java.lang.String key)
public void setShortcut(java.lang.String key, javax.swing.KeyStroke newValue)
public boolean shouldCheckForUpdate(int days)
public boolean getShowSearchOptions()
public void setShowSearchOptions(boolean newValue)
public boolean getShowChatMsgTime()
public void setShowChatMsgTime(boolean newValue)
public boolean getShowDialog(java.lang.String dialogName)
public void setShowDialog(java.lang.String dialogName, boolean newValue)
public boolean getShowIcons()
public void setShowIcons(boolean newValue)
public boolean getShowSplash()
public void setShowSplash(boolean newValue)
public boolean getShowToolTips()
public void setShowToolTips(boolean newValue)
public int getMaxDownloads()
public void setMaxDownloads(int newValue)
public int getMaxDownloadsPerUser()
public void setMaxDownloadsPerUser(int newValue)
public int getMaxConsoleLines()
public void setMaxConsoleLines(int newValue)
public int getMaxOpenWithCommands()
public void setMaxOpenWithCommands(int newValue)
public int getMaxUploads()
public void setMaxUploads(int newValue)
public int getMaxUploadsPerUser()
public void setMaxUploadsPerUser(int newValue)
public int getMaxSwarmedConnects()
public int getMinimumShares()
public void setMinimumShares(int newValue)
public java.lang.String getMinimumSharesMessage()
public void setMinimumSharesMessage(java.lang.String newValue)
public void setLimitDownloadAttempts(boolean newValue)
public boolean getLimitDownloadAttempts()
public java.lang.String[] getOpenWithCommands()
public void setOpenWithCommands(java.lang.String[] newValue)
public int getPrefsWindowHeight()
public void setPrefsWindowHeight(int newValue)
public int getPrefsWindowWidth()
public void setPrefsWindowWidth(int newValue)
public java.lang.String getProblemReportURL()
public boolean getRememberFeedback()
public boolean getRemoveDuplicateResults()
public void setRemoveDuplicateResults(boolean newValue)
public int getSearchBitrate()
public void setSearchBitrate(int newValue)
public int getSearchCompare()
public void setSearchCompare(int newValue)
public int getSearchDividerLocation()
public void setSearchDividerLocation(int newValue)
public int getSearchHistorySize()
public void setSearchHistorySize(int newValue)
public int getSearchMediaType()
public void setSearchMediaType(int newValue)
public java.lang.String getSearchResultOpenAction()
public boolean getSendMinimumSharesMessage()
public void setSendMinimumSharesMessage(boolean newValue)
public java.lang.String getSocksProxyHost()
public void setSocksProxyHost(java.lang.String newValue)
public int getSocksProxyPort()
public void setSocksProxyPort(int newValue)
public java.lang.String getTheme()
public void setTheme(java.lang.String newValue)
public int getTransferDividerLocation()
public void setTransferDividerLocation(int newValue)
public java.lang.String getTransferLogFile()
public void setTransferLogFile(java.lang.String newValue)
public boolean getUpdatePluginsOnStartup()
public void setUpdatePluginsOnStartup(boolean newValue)
public int getUpdaterInterval()
public java.lang.String getUpdateURL()
public java.lang.String[] getUploadDirs()
public void setUploadDirs(java.lang.String[] newValue)
public int getUploadThrottle()
public void setUploadThrottle(int newValue)
public boolean getUseEmacsKeyBindings()
public void setUseEmacsKeyBindings(boolean newValue)
public java.lang.String getUsername()
public void setUsername(java.lang.String newValue)
public boolean getUseHttpProxy()
public void setUseHttpProxy(boolean newValue)
public boolean getUseMinimumShares()
public void setUseMinimumShares(boolean newValue)
public boolean getUseSmallTransferIcons()
public boolean getUseSocksProxy()
public void setUseSocksProxy(boolean newValue)
public boolean getUseSubMenuForPluginMenus()
public void setUseSubMenuForPluginMenus(boolean newValue)
public boolean getUseTabbedPane()
public void setUseTabbedPane(boolean newValue)
public boolean getUseTabbedTransferPane()
public void setUseTabbedTransferPane(boolean newValue)
public java.lang.String[] getTableColumns(java.lang.String table)
TablePreferencesProvider
getTableColumns
in interface TablePreferencesProvider
public void setTableColumns(java.lang.String table, java.lang.String[] newValue)
TablePreferencesProvider
setTableColumns
in interface TablePreferencesProvider
public int[] getTableColumnWidths(java.lang.String table)
getTableColumnWidths
in interface TablePreferencesProvider
public void setTableColumnWidths(java.lang.String table, int[] widths)
setTableColumnWidths
in interface TablePreferencesProvider
public boolean getTableMaintainSortOrder(java.lang.String table)
getTableMaintainSortOrder
in interface TablePreferencesProvider
public void setTableMaintainSortOrder(java.lang.String table, boolean newValue)
setTableMaintainSortOrder
in interface TablePreferencesProvider
public int getTableSortedColumn(java.lang.String table)
TablePreferencesProvider
getTableSortedColumn
in interface TablePreferencesProvider
public void setTableSortedColumn(java.lang.String table, int newValue)
setTableSortedColumn
in interface TablePreferencesProvider
public boolean getThrottleDownloads()
public void setThrottleDownloads(boolean newValue)
public boolean getThrottleUploads()
public void setThrottleUploads(boolean newValue)
public int getWindowHeight()
public void setWindowHeight(int newValue)
public int getWindowWidth()
public void setWindowWidth(int newValue)
public int getWindowX()
public void setWindowX(int newValue)
public int getWindowY()
public void setWindowY(int newValue)
public java.lang.String getXNapJarURL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |