|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Hashtable
blueme.messenger.common.SerUnser
blueme.messenger.common.Config
public class Config
Used to save different user settings.
| Constructor Summary | |
|---|---|
Config()
Creates a new instance of Config |
|
| Method Summary | |
|---|---|
boolean |
getAutoLock()
Get automated key lock flag |
int |
getConfigVersion()
Get Config version. |
java.lang.String |
getLanguage()
Get language code Language codes are defined in "ISO 639: 2-letter codes" her http://www.w3.org/WAI/ER/IG/ert/iso639.htm Default language is EN (English) |
boolean |
isChat()
Get the flag that describes which way the user wants to view messages "true" = chat layout, "false" = inbox/outbox layout |
void |
setAutoLock(boolean autoLock)
Set automated key lock flag |
void |
setChat(boolean chat)
Set the flag that describes which way the user wants to view messages "true" = chat layout, "false" = inbox/outbox layout |
void |
setLanguage(java.lang.String languageCode)
Define application language Language codes are defined in "ISO 639: 2-letter codes" her http://www.w3.org/WAI/ER/IG/ert/iso639.htm |
| Methods inherited from class blueme.messenger.common.SerUnser |
|---|
get, put, serialize, unserialize |
| Methods inherited from class java.util.Hashtable |
|---|
clear, contains, containsKey, elements, isEmpty, keys, rehash, remove, size, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface blueme.messenger.common.iConfig |
|---|
serialize, unserialize |
| Constructor Detail |
|---|
public Config()
| Method Detail |
|---|
public boolean getAutoLock()
iConfig
getAutoLock in interface iConfigpublic int getConfigVersion()
iConfig
getConfigVersion in interface iConfigpublic boolean isChat()
iConfig
isChat in interface iConfigpublic void setAutoLock(boolean autoLock)
iConfig
setAutoLock in interface iConfigpublic void setChat(boolean chat)
iConfig
setChat in interface iConfigpublic java.lang.String getLanguage()
iConfig
getLanguage in interface iConfigpublic void setLanguage(java.lang.String languageCode)
iConfig
setLanguage in interface iConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||