|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use iConfig | |
---|---|
blueme.messenger.common | |
blueme.messenger.interfaces | |
blueme.messenger.kernel |
Uses of iConfig in blueme.messenger.common |
---|
Classes in blueme.messenger.common that implement iConfig | |
---|---|
class |
Config
Used to save different user settings. |
Uses of iConfig in blueme.messenger.interfaces |
---|
Methods in blueme.messenger.interfaces that return iConfig | |
---|---|
iConfig |
iKernel_Com.getConfig()
Used to get the configuration data. |
iConfig |
iKernel_GUI.getConfig()
Used to get last saved configuration data. |
Methods in blueme.messenger.interfaces with parameters of type iConfig | |
---|---|
boolean |
iKernel_GUI.setConfig(iConfig config)
Used to store the configuration data defined in the argument. |
Uses of iConfig in blueme.messenger.kernel |
---|
Methods in blueme.messenger.kernel that return iConfig | |
---|---|
iConfig |
DB.getConfig()
|
iConfig |
Kernel.getConfig()
|
iConfig |
iDB.getConfig()
Get stored configuration, or "null" if there is no configuration saved. |
Methods in blueme.messenger.kernel with parameters of type iConfig | |
---|---|
boolean |
DB.setConfig(iConfig config)
|
boolean |
Kernel.setConfig(iConfig config)
|
boolean |
iDB.setConfig(iConfig config)
Save specified configuration, and replace this with any possible existing configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |