|
||||||||||
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 iConfig
public int getConfigVersion()
iConfig
getConfigVersion
in interface iConfig
public boolean isChat()
iConfig
isChat
in interface iConfig
public void setAutoLock(boolean autoLock)
iConfig
setAutoLock
in interface iConfig
public void setChat(boolean chat)
iConfig
setChat
in interface iConfig
public java.lang.String getLanguage()
iConfig
getLanguage
in interface iConfig
public 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 |