|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnan.model.Settings
The collective Settings for the application.
Constructor Summary | |
Settings()
Creates a new Settings object. |
Method Summary | |
NewsgroupList |
getAvailableNewsgroups()
Gets the available newsgroups. |
ServerSettings |
getServerSettings()
Gets the ServerSettings. |
NewsgroupList |
getSubscribedNewsgroups()
Gets the subscribed newsgroups. |
UserSettings |
getUserSettings()
Gets the UserSettings. |
boolean |
isAvailableNewsgroupsReady()
Asks if the available newsgroup list is ready. |
boolean |
loadedServerSettings()
Asks if ths server settings were loaded. |
boolean |
loadedUserSettings()
Asks if the user settings were loaded. |
void |
reloadSettings()
Reloads the settings from cache. |
void |
setWaitDialog(WaitDialog dialog)
Sets the wait dialog for the available background task. |
java.lang.String |
toString()
Returns a String representation of these Settings. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Settings()
Method Detail |
public void reloadSettings()
public boolean loadedUserSettings()
public boolean loadedServerSettings()
public UserSettings getUserSettings()
public ServerSettings getServerSettings()
public boolean isAvailableNewsgroupsReady()
public void setWaitDialog(WaitDialog dialog)
dialog
- The WaitDialog sleeper.public NewsgroupList getAvailableNewsgroups()
public NewsgroupList getSubscribedNewsgroups()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |