|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.state.ApplicationState
public class ApplicationState
This class represents the application settings that are stored at application shutdown and loaded at application startup.
NOTE: All classes that are used as properties must be Java Beans!
Constructor Summary | |
---|---|
ApplicationState()
Instantiates a new application state. |
Method Summary | |
---|---|
int |
getAlbumTooltipDelay()
Gets the album tooltip delay. |
int |
getAutoRepositoryRefreshTime()
Gets the auto repository refresh time. |
java.util.Map<java.lang.String,ColumnBean> |
getColumns()
Gets the columns. |
java.lang.String |
getDefaultDeviceLocation()
Gets the default device location. |
java.lang.String |
getDefaultSearch()
Gets the default search. |
Search |
getDefaultSearchObject()
Gets the default search object. |
java.lang.String |
getEncoder()
Gets the encoder. |
java.lang.String |
getEncoderQuality()
Last used setting of the ogg encoder. |
byte[] |
getEncryptedLastFmPassword()
Gets the encrypted last fm password. |
float[] |
getEqualizerSettings()
Gets the equalizer settings. |
java.lang.String |
getFileNamePattern()
Last used filename pattern. |
java.lang.String |
getFlacEncoderQuality()
Last used setting of the flac encoder. |
java.lang.String |
getFullScreenBackground()
Gets the full screen background. |
java.lang.String |
getLastFmPassword()
Gets the last fm password. |
java.lang.String |
getLastFmUser()
Gets the last fm user. |
int |
getLeftHorizontalSplitPaneDividerLocation()
Gets the left horizontal split pane divider location. |
int |
getLeftVerticalSplitPaneDividerLocation()
Gets the left vertical split pane divider location. |
LocaleBean |
getLocale()
Gets the locale. |
java.lang.String |
getMp3EncoderQuality()
Last used setting of the mp3 encoder. |
int |
getMultipleViewHeight()
Gets the multiple view height. |
int |
getMultipleViewWidth()
Gets the multiple view width. |
int |
getMultipleViewXPosition()
Gets the multiple view x position. |
int |
getMultipleViewYPosition()
Gets the multiple view y position. |
int |
getNagDialogCounter()
Gets the nag dialog counter. |
int |
getNavigationView()
Gets the navigation view. |
int |
getOsdDuration()
Gets the osd duration. |
long |
getPodcastFeedEntriesRetrievalInterval()
Gets the podcast feed entries retrieval interval. |
java.lang.String |
getPodcastFeedEntryDownloadPath()
Gets the podcast feed entry download path. |
ProxyBean |
getProxy()
Gets the proxy. |
NavigationControllerState.ViewMode |
getRepositoryView()
|
int |
getRightVerticalSplitPaneDividerLocation()
Gets the right vertical split pane divider location. |
int |
getSelectedAudioScrobblerTab()
Gets the selected audio scrobbler tab. |
java.lang.String |
getSkin()
Gets the skin. |
int |
getVolume()
Gets the volume. |
int |
getWindowHeight()
Gets the window height. |
int |
getWindowWidth()
Gets the window width. |
int |
getWindowXPosition()
Gets the window x position. |
int |
getWindowYPosition()
Gets the window y position. |
boolean |
isAnimateOSD()
Checks if is animate osd. |
boolean |
isArtistStructure()
Artist folder structure (can be any of flat, artist or full). |
boolean |
isCacheFilesBeforePlaying()
Checks if is cache files before playing. |
boolean |
isEnableAdvancedSearch()
Checks if is enable advanced search. |
boolean |
isEnableHotkeys()
Checks if is enable hotkeys. |
boolean |
isFlatStructure()
Flat folder structure (can be any of flat, artist or full). |
boolean |
isFullStructure()
Full folder structure (can be any of flat, artist or full). |
boolean |
isKaraoke()
Checks if is karaoke. |
boolean |
isLastFmEnabled()
Checks if is last fm enabled. |
boolean |
isMaximized()
Checks if is maximized. |
boolean |
isMultipleWindow()
Checks if is multiple window. |
int |
isNavigationView()
Checks if is navigation view. |
boolean |
isPlayAtStartup()
Checks if is play at startup. |
boolean |
isReadInfoFromRadioStream()
Checks if is read info from radio stream. |
boolean |
isRemovePodcastFeedEntriesRemovedFromPodcastFeed()
Checks if is removes the podcast feed entries removed from podcast feed. |
boolean |
isRepeat()
Checks if is repeat. |
boolean |
isSavePictureFromAudioScrobbler()
Checks if is save picture from audio scrobbler. |
boolean |
isSaveRepositoryAsXml()
Checks if is save repository as xml. |
boolean |
isShowAlbumTooltip()
Checks if is show album tooltip. |
boolean |
isShowAllRadioStations()
Checks if is show all radio stations. |
boolean |
isShowFavoritesInNavigator()
Checks if is show favorites in navigator. |
boolean |
isShowNavigationPanel()
Checks if is show navigation panel. |
boolean |
isShowNavigationTable()
Checks if is show navigation table. |
boolean |
isShowNavigatorTabsAtLeft()
|
boolean |
isShowNavigatorTabsText()
|
boolean |
isShowOSD()
Checks if is show osd. |
boolean |
isShowPlaylistControls()
Checks if is show playlist controls. |
boolean |
isShowSongProperties()
Checks if is show song properties. |
boolean |
isShowStatusBar()
Checks if is show status bar. |
boolean |
isShowSystemTray()
Checks if is show system tray. |
boolean |
isShowTitle()
Checks if is show title. |
boolean |
isShowToolBar()
|
boolean |
isShowTrayPlayer()
Checks if is show tray player. |
boolean |
isShuffle()
Checks if is shuffle. |
boolean |
isTransparentOSD()
Checks if is transparent osd. |
boolean |
isUseAudioScrobbler()
Checks if is use audio scrobbler. |
boolean |
isUseDefaultFont()
Checks if is use default font. |
boolean |
isUseDownloadedPodcastFeedEntries()
Checks if is use downloaded podcast feed entries. |
boolean |
isUseFadeAway()
Checks if is use fade away. |
boolean |
isUseNormalisation()
Checks if is use normalisation. |
boolean |
isUseShortPathNames()
Checks if is use short path names. |
boolean |
isUseSmartTagViewSorting()
Checks if is use smart tag view sorting. |
void |
setAlbumTooltipDelay(int albumTooltipDelay)
Sets the album tooltip delay. |
void |
setAnimateOSD(boolean animateOSD)
Sets the animate osd. |
void |
setArtistStructure(boolean artistStructure)
Sets the artist structure. |
void |
setAutoRepositoryRefreshTime(int autoRepositoryRefreshTime)
Sets the auto repository refresh time. |
void |
setCacheFilesBeforePlaying(boolean cacheFilesBeforePlaying)
Sets the cache files before playing. |
void |
setColumns(java.util.Map<java.lang.String,ColumnBean> columns)
Sets the columns. |
void |
setDefaultDeviceLocation(java.lang.String defaultDeviceLocation)
Sets the default device location. |
void |
setDefaultSearch(java.lang.String defaultSearch)
Sets the default search. |
void |
setDefaultSearchObject(Search defaultSearch)
Sets the default search object. |
void |
setEnableAdvancedSearch(boolean enableAdvancedSearch)
Sets the enable advanced search. |
void |
setEnableHotkeys(boolean enableHotkeys)
Sets the enable hotkeys. |
void |
setEncoder(java.lang.String encoder)
Sets the encoder to use for CD ripping. |
void |
setEncoderQuality(java.lang.String encoderQuality)
Sets the ogg encoder quality to use for CD ripping. |
void |
setEncryptedLastFmPassword(byte[] encryptedLastFmPassword)
Sets the encrypted last fm password. |
void |
setEqualizerSettings(float[] equalizerSettings)
Sets the equalizer settings. |
void |
setFileNamePattern(java.lang.String fileNamePattern)
Sets the filename pattern. |
void |
setFlacEncoderQuality(java.lang.String flacEncoderQuality)
Sets the flac encoder quality to use for CD ripping. |
void |
setFlatStructure(boolean flatStructure)
Sets the flat structure. |
void |
setFullScreenBackground(java.lang.String fullScreenBackground)
Sets the full screen background. |
void |
setFullStructure(boolean fullStructure)
Sets the full structure. |
void |
setKaraoke(boolean karaoke)
Sets the karaoke. |
void |
setLastFmEnabled(boolean lastFmEnabled)
Sets the last fm enabled. |
void |
setLastFmPassword(java.lang.String lastFmPassword)
Sets the last fm password. |
void |
setLastFmUser(java.lang.String lastFmUser)
Sets the last fm user. |
void |
setLeftHorizontalSplitPaneDividerLocation(int leftHorizontalSplitPaneDividerLocation)
Sets the left horizontal split pane divider location. |
void |
setLeftVerticalSplitPaneDividerLocation(int leftVerticalSplitPaneDividerLocation)
Sets the left vertical split pane divider location. |
void |
setLocale(LocaleBean locale)
Sets the locale. |
void |
setMaximized(boolean maximized)
Sets the maximized. |
void |
setMp3EncoderQuality(java.lang.String mp3EncoderQuality)
Sets the mp3 encoder quality to use for CD ripping. |
void |
setMultipleViewHeight(int multipleViewHeight)
Sets the multiple view height. |
void |
setMultipleViewWidth(int multipleViewWidth)
Sets the multiple view width. |
void |
setMultipleViewXPosition(int multipleViewXPosition)
Sets the multiple view x position. |
void |
setMultipleViewYPosition(int multipleViewYPosition)
Sets the multiple view y position. |
void |
setMultipleWindow(boolean multipleWindow)
Sets the multiple window. |
void |
setNagDialogCounter(int nagDialogCounter)
Sets the nag dialog counter. |
void |
setNavigationView(int navigationView)
Sets the navigation view. |
void |
setOsdDuration(int osdDuration)
Sets the osd duration. |
void |
setPlayAtStartup(boolean playAtStartup)
Sets the play at startup. |
void |
setPodcastFeedEntriesRetrievalInterval(long podcastFeedEntriesRetrievalInterval)
Sets the podcast feed entries retrieval interval. |
void |
setPodcastFeedEntryDownloadPath(java.lang.String podcastFeedEntryDownloadPath)
Sets the podcast feed entry download path. |
void |
setProxy(ProxyBean proxy)
Sets the proxy. |
void |
setReadInfoFromRadioStream(boolean readInfoFromRadioStream)
Sets the read info from radio stream. |
void |
setRemovePodcastFeedEntriesRemovedFromPodcastFeed(boolean removePodcastFeedEntriesRemovedFromPodcastFeed)
Sets the removes the podcast feed entries removed from podcast feed. |
void |
setRepeat(boolean repeat)
Sets the repeat. |
void |
setRepositoryView(NavigationControllerState.ViewMode repositoryView)
|
void |
setRightVerticalSplitPaneDividerLocation(int rightVerticalSplitPaneDividerLocation)
Sets the right vertical split pane divider location. |
void |
setSavePictureFromAudioScrobbler(boolean savePictureFromAudioScrobbler)
Sets the save picture from audio scrobbler. |
void |
setSaveRepositoryAsXml(boolean saveRepositoryAsXml)
Sets the save repository as xml. |
void |
setSelectedAudioScrobblerTab(int selectedAudioScrobblerTab)
Sets the selected audio scrobbler tab. |
void |
setShowAlbumTooltip(boolean showAlbumTooltip)
Sets the show album tooltip. |
void |
setShowAllRadioStations(boolean showAllRadioStations)
Sets if preset radio list should be displayed or not. |
void |
setShowFavoritesInNavigator(boolean showFavoritesInNavigator)
Sets the show favorites in navigator. |
void |
setShowNavigationPanel(boolean showNavigationPanel)
Sets the show navigation panel. |
void |
setShowNavigationTable(boolean showNavigationTable)
Sets the show navigation table. |
void |
setShowNavigatorTabsAtLeft(boolean showNavigatorTabsAtLeft)
|
void |
setShowNavigatorTabsText(boolean showNavigatorTabsText)
|
void |
setShowOSD(boolean showOSD)
Sets the show osd. |
void |
setShowPlaylistControls(boolean showPlaylistControls)
Sets the show playlist controls. |
void |
setShowSongProperties(boolean showSongProperties)
Sets the show song properties. |
void |
setShowStatusBar(boolean showStatusBar)
Sets the show status bar. |
void |
setShowSystemTray(boolean showSystemTray)
Sets the show system tray. |
void |
setShowTitle(boolean showTitle)
Sets the show title. |
void |
setShowToolBar(boolean showToolBar)
|
void |
setShowTrayPlayer(boolean showTrayPlayer)
Sets the show tray player. |
void |
setShuffle(boolean shuffle)
Sets the shuffle. |
void |
setSkin(java.lang.String skin)
Sets the skin. |
void |
setTransparentOSD(boolean transparentOSD)
Sets the transparent osd. |
void |
setUseAudioScrobbler(boolean useAudioScrobbler)
Sets the use audio scrobbler. |
void |
setUseDefaultFont(boolean useDefaultFont)
Sets the use default font. |
void |
setUseDownloadedPodcastFeedEntries(boolean useDownloadedPodcastFeedEntries)
Sets the use downloaded podcast feed entries. |
void |
setUseFadeAway(boolean useFadeAway)
Sets the use fade away. |
void |
setUseNormalisation(boolean useNormalisation)
Sets the use normalisation. |
void |
setUseShortPathNames(boolean useShortPathNames)
Sets the use short path names. |
void |
setUseSmartTagViewSorting(boolean useSmartTagViewSorting)
Sets the use smart tag view sorting. |
void |
setVolume(int volume)
Sets the volume. |
void |
setWindowHeight(int windowHeight)
Sets the window height. |
void |
setWindowWidth(int windowWidth)
Sets the window width. |
void |
setWindowXPosition(int windowXPosition)
Sets the window x position. |
void |
setWindowYPosition(int windowYPosition)
Sets the window y position. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationState()
Method Detail |
---|
public int getAlbumTooltipDelay()
public int getAutoRepositoryRefreshTime()
public java.util.Map<java.lang.String,ColumnBean> getColumns()
public java.lang.String getDefaultDeviceLocation()
public java.lang.String getDefaultSearch()
public Search getDefaultSearchObject()
public java.lang.String getEncoder()
public java.lang.String getEncoderQuality()
public byte[] getEncryptedLastFmPassword()
public float[] getEqualizerSettings()
public java.lang.String getFileNamePattern()
public java.lang.String getFlacEncoderQuality()
public java.lang.String getFullScreenBackground()
public java.lang.String getLastFmPassword()
public java.lang.String getLastFmUser()
public int getLeftHorizontalSplitPaneDividerLocation()
public int getLeftVerticalSplitPaneDividerLocation()
public LocaleBean getLocale()
public java.lang.String getMp3EncoderQuality()
public int getMultipleViewHeight()
public int getMultipleViewWidth()
public int getMultipleViewXPosition()
public int getMultipleViewYPosition()
public int getNagDialogCounter()
public int getNavigationView()
public int getOsdDuration()
public long getPodcastFeedEntriesRetrievalInterval()
public ProxyBean getProxy()
public int getRightVerticalSplitPaneDividerLocation()
public int getSelectedAudioScrobblerTab()
public java.lang.String getSkin()
public int getVolume()
public int getWindowHeight()
public int getWindowWidth()
public int getWindowXPosition()
public int getWindowYPosition()
public boolean isAnimateOSD()
public boolean isEnableHotkeys()
public boolean isFlatStructure()
public boolean isArtistStructure()
public boolean isFullStructure()
public boolean isKaraoke()
public boolean isLastFmEnabled()
public boolean isMaximized()
public boolean isMultipleWindow()
public int isNavigationView()
public boolean isPlayAtStartup()
public boolean isReadInfoFromRadioStream()
public boolean isRepeat()
public boolean isSavePictureFromAudioScrobbler()
public boolean isSaveRepositoryAsXml()
public boolean isShowAlbumTooltip()
public boolean isShowAllRadioStations()
public boolean isShowFavoritesInNavigator()
public boolean isShowNavigationPanel()
public boolean isShowNavigationTable()
public boolean isShowOSD()
public boolean isShowPlaylistControls()
public boolean isShowSongProperties()
public boolean isShowStatusBar()
public boolean isShowSystemTray()
public boolean isShowTitle()
public boolean isShowTrayPlayer()
public boolean isShuffle()
public boolean isTransparentOSD()
public boolean isUseAudioScrobbler()
public boolean isUseDefaultFont()
public boolean isUseNormalisation()
public boolean isUseShortPathNames()
public boolean isUseSmartTagViewSorting()
public void setAlbumTooltipDelay(int albumTooltipDelay)
albumTooltipDelay
- the new album tooltip delaypublic void setAnimateOSD(boolean animateOSD)
animateOSD
- the new animate osdpublic void setAutoRepositoryRefreshTime(int autoRepositoryRefreshTime)
autoRepositoryRefreshTime
- the new auto repository refresh timepublic void setColumns(java.util.Map<java.lang.String,ColumnBean> columns)
columns
- the columns to setpublic void setDefaultDeviceLocation(java.lang.String defaultDeviceLocation)
defaultDeviceLocation
- the defaultDeviceLocation to setpublic void setFlatStructure(boolean flatStructure)
flatStructure
- the new flat structurepublic void setArtistStructure(boolean artistStructure)
artistStructure
- the new artist structurepublic void setFullStructure(boolean fullStructure)
fullStructure
- the new full structurepublic void setDefaultSearch(java.lang.String defaultSearch)
defaultSearch
- the new default searchpublic void setDefaultSearchObject(Search defaultSearch)
defaultSearch
- the new default search objectpublic void setEnableHotkeys(boolean enableHotkeys)
enableHotkeys
- the new enable hotkeyspublic void setEncoder(java.lang.String encoder)
encoder
- As of aTunes 1.7.3 one of the following is permissible: "OGG",
"FLAC" or "MP3".public void setEncoderQuality(java.lang.String encoderQuality)
encoderQuality
- One of the following integer (no decimals) are permissible: -1
to 10public void setEncryptedLastFmPassword(byte[] encryptedLastFmPassword)
encryptedLastFmPassword
- the encryptedLastFmPassword to setpublic void setEqualizerSettings(float[] equalizerSettings)
equalizerSettings
- the equalizer settingspublic void setFileNamePattern(java.lang.String fileNamePattern)
fileNamePattern
- For valid filename patterns please see RipCdDialog.public void setFlacEncoderQuality(java.lang.String flacEncoderQuality)
flacEncoderQuality
- One of the following negative integer (no decimals) are
permissible: -8 to -0public void setFullScreenBackground(java.lang.String fullScreenBackground)
fullScreenBackground
- the fullScreenBackground to setpublic void setKaraoke(boolean karaoke)
karaoke
- the karaoke to setpublic void setLastFmEnabled(boolean lastFmEnabled)
lastFmEnabled
- the lastFmEnabled to setpublic void setLastFmPassword(java.lang.String lastFmPassword)
lastFmPassword
- the lastFmPassword to setpublic void setLastFmUser(java.lang.String lastFmUser)
lastFmUser
- the lastFmUser to setpublic void setLeftHorizontalSplitPaneDividerLocation(int leftHorizontalSplitPaneDividerLocation)
leftHorizontalSplitPaneDividerLocation
- the leftHorizontalSplitPaneDividerLocation to setpublic void setLeftVerticalSplitPaneDividerLocation(int leftVerticalSplitPaneDividerLocation)
leftVerticalSplitPaneDividerLocation
- the leftVerticalSplitPaneDividerLocation to setpublic void setLocale(LocaleBean locale)
locale
- the new localepublic void setMaximized(boolean maximized)
maximized
- the new maximizedpublic void setMp3EncoderQuality(java.lang.String mp3EncoderQuality)
mp3EncoderQuality
- One of the following are permissible: insane, extreme, medium,
standard, 128, 160, 192, 224, 256, 320public void setMultipleViewHeight(int multipleViewHeight)
multipleViewHeight
- the multipleViewHeight to setpublic void setMultipleViewWidth(int multipleViewWidth)
multipleViewWidth
- the multipleViewWidth to setpublic void setMultipleViewXPosition(int multipleViewXPosition)
multipleViewXPosition
- the multipleViewXPosition to setpublic void setMultipleViewYPosition(int multipleViewYPosition)
multipleViewYPosition
- the multipleViewYPosition to setpublic void setMultipleWindow(boolean multipleWindow)
multipleWindow
- the new multiple windowpublic void setNagDialogCounter(int nagDialogCounter)
nagDialogCounter
- the new nag dialog counterpublic void setNavigationView(int navigationView)
navigationView
- the new navigation viewpublic void setOsdDuration(int osdDuration)
osdDuration
- the new osd durationpublic void setPlayAtStartup(boolean playAtStartup)
playAtStartup
- the playAtStartup to setpublic void setPodcastFeedEntriesRetrievalInterval(long podcastFeedEntriesRetrievalInterval)
podcastFeedEntriesRetrievalInterval
- the podcastFeedEntriesRetrievalInterval to setpublic void setProxy(ProxyBean proxy)
proxy
- the new proxypublic void setReadInfoFromRadioStream(boolean readInfoFromRadioStream)
readInfoFromRadioStream
- the new read info from radio streampublic void setRepeat(boolean repeat)
repeat
- the new repeatpublic void setRightVerticalSplitPaneDividerLocation(int rightVerticalSplitPaneDividerLocation)
rightVerticalSplitPaneDividerLocation
- the rightVerticalSplitPaneDividerLocation to setpublic void setSavePictureFromAudioScrobbler(boolean savePictureFromAudioScrobbler)
savePictureFromAudioScrobbler
- the new save picture from audio scrobblerpublic void setSaveRepositoryAsXml(boolean saveRepositoryAsXml)
saveRepositoryAsXml
- the new save repository as xmlpublic void setSelectedAudioScrobblerTab(int selectedAudioScrobblerTab)
selectedAudioScrobblerTab
- the new selected audio scrobbler tabpublic void setShowAlbumTooltip(boolean showAlbumTooltip)
showAlbumTooltip
- the new show album tooltippublic void setShowAllRadioStations(boolean showAllRadioStations)
showAllRadioStations
- Set false for only showing user stationspublic void setShowFavoritesInNavigator(boolean showFavoritesInNavigator)
showFavoritesInNavigator
- the new show favorites in navigatorpublic void setShowNavigationPanel(boolean showNavigationPanel)
showNavigationPanel
- the new show navigation panelpublic void setShowNavigationTable(boolean showNavigationTable)
showNavigationTable
- the new show navigation tablepublic void setShowOSD(boolean showOSD)
showOSD
- the new show osdpublic void setShowPlaylistControls(boolean showPlaylistControls)
showPlaylistControls
- the new show playlist controlspublic void setShowSongProperties(boolean showSongProperties)
showSongProperties
- the new show song propertiespublic void setShowStatusBar(boolean showStatusBar)
showStatusBar
- the new show status barpublic void setShowSystemTray(boolean showSystemTray)
showSystemTray
- the new show system traypublic void setShowTitle(boolean showTitle)
showTitle
- the new show titlepublic void setShowTrayPlayer(boolean showTrayPlayer)
showTrayPlayer
- the new show tray playerpublic void setShuffle(boolean shuffle)
shuffle
- the new shufflepublic void setSkin(java.lang.String skin)
skin
- the new skinpublic void setTransparentOSD(boolean transparentOSD)
transparentOSD
- the new transparent osdpublic void setUseAudioScrobbler(boolean useAudioScrobbler)
useAudioScrobbler
- the new use audio scrobblerpublic void setUseDefaultFont(boolean useDefaultFont)
useDefaultFont
- the useDefaultFont to setpublic void setUseNormalisation(boolean useNormalisation)
useNormalisation
- the useNormalisation to setpublic void setUseShortPathNames(boolean useShortPathNames)
useShortPathNames
- the new use short path namespublic void setUseSmartTagViewSorting(boolean useSmartTagViewSorting)
useSmartTagViewSorting
- the useSmartTagViewSorting to setpublic void setVolume(int volume)
volume
- the new volumepublic void setWindowHeight(int windowHeight)
windowHeight
- the windowHeight to setpublic void setWindowWidth(int windowWidth)
windowWidth
- the windowWidth to setpublic void setWindowXPosition(int windowXPosition)
windowXPosition
- the windowXPosition to setpublic void setWindowYPosition(int windowYPosition)
windowYPosition
- the windowYPosition to setpublic boolean isUseFadeAway()
public void setUseFadeAway(boolean useFadeAway)
useFadeAway
- the useFadeAway to setpublic boolean isEnableAdvancedSearch()
public void setEnableAdvancedSearch(boolean enableAdvancedSearch)
enableAdvancedSearch
- the new enable advanced searchpublic java.lang.String getPodcastFeedEntryDownloadPath()
public void setPodcastFeedEntryDownloadPath(java.lang.String podcastFeedEntryDownloadPath)
podcastFeedEntryDownloadPath
- the new podcast feed entry download pathpublic boolean isUseDownloadedPodcastFeedEntries()
public void setUseDownloadedPodcastFeedEntries(boolean useDownloadedPodcastFeedEntries)
useDownloadedPodcastFeedEntries
- the new use downloaded podcast feed entriespublic boolean isRemovePodcastFeedEntriesRemovedFromPodcastFeed()
public void setRemovePodcastFeedEntriesRemovedFromPodcastFeed(boolean removePodcastFeedEntriesRemovedFromPodcastFeed)
removePodcastFeedEntriesRemovedFromPodcastFeed
- the new removes the podcast feed entries removed from podcast
feedpublic boolean isCacheFilesBeforePlaying()
public void setCacheFilesBeforePlaying(boolean cacheFilesBeforePlaying)
cacheFilesBeforePlaying
- the cacheFilesBeforePlaying to setpublic NavigationControllerState.ViewMode getRepositoryView()
public void setRepositoryView(NavigationControllerState.ViewMode repositoryView)
repositoryView
- the repositoryView to setpublic boolean isShowNavigatorTabsAtLeft()
public void setShowNavigatorTabsAtLeft(boolean showNavigatorTabsAtLeft)
showNavigatorTabsAtLeft
- the showNavigatorTabsAtLeft to setpublic boolean isShowNavigatorTabsText()
public void setShowNavigatorTabsText(boolean showNavigatorTabsText)
showNavigatorTabsText
- the showNavigatorTabsText to setpublic boolean isShowToolBar()
public void setShowToolBar(boolean showToolBar)
showToolBar
- the showToolBar to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |