|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Packages that use Pref | |
| com.syncbuilder.storage | Storage in the style of Palm OS databases. |
| com.syncbuilder.storage.expense | |
| com.syncbuilder.storage.generic | |
| com.syncbuilder.storage.mail | |
| com.syncbuilder.sync | Connection management with the Palm device. |
| Uses of Pref in com.syncbuilder.storage |
| Methods in com.syncbuilder.storage that return Pref | |
Pref |
Database.getPref(int id)
Get one of the preferences which are associated with the same app as the database. |
Pref |
Database.getPref(int id,
boolean backed_up)
Get one of the preferences which are associated with the same app as the database. |
Pref |
Database.createPref(int id)
Create a new instance of a Pref that matches the Database. |
Pref |
Database.createPref(int id,
int version,
boolean backed_up)
Create a new instance of a Pref that matches the Database. |
Pref |
DatabaseBase.getPref(int id)
|
abstract Pref |
DatabaseBase.getPref(int id,
boolean backed_up)
Get one of the preferences which are associated with the same app as the database. |
Pref |
DatabaseBase.createPref(int id)
|
Pref |
DatabaseBase.createPref(int id,
int version,
boolean backed_up)
|
Pref |
MemoryDatabase.getPref(int id,
boolean backed_up)
Get one of the preferences which are associated with the same app as the database. |
Pref |
DeviceDatabase.getPref(int id,
boolean backed_up)
Get one of the preferences which are associated with the same app as the database. |
Pref |
DatabaseImpl.createPref(byte[] contents,
int id,
int version,
boolean backed_up)
|
| Methods in com.syncbuilder.storage with parameters of type Pref | |
void |
Database.setPref(Pref pref)
Store a Pref which is associated with the same app as the database to the database. |
abstract void |
DatabaseBase.setPref(Pref pref)
Store a Pref which is associated with the same app as the database to the database. |
void |
MemoryDatabase.setPref(Pref pref)
Store a Pref which is associated with the same app as the database to the database. |
void |
DeviceDatabase.setPref(Pref pref)
Store a Pref which is associated with the same app as the database to the database. |
| Uses of Pref in com.syncbuilder.storage.expense |
| Subclasses of Pref in com.syncbuilder.storage.expense | |
class |
Pref
|
| Methods in com.syncbuilder.storage.expense that return Pref | |
Pref |
DatabaseImpl.createPref()
|
Pref |
DatabaseImpl.createPref(byte[] contents,
int id,
int version,
boolean backup)
|
| Uses of Pref in com.syncbuilder.storage.generic |
| Methods in com.syncbuilder.storage.generic that return Pref | |
Pref |
DatabaseImpl.createPref(byte[] contents,
int id,
int version,
boolean backup)
|
| Uses of Pref in com.syncbuilder.storage.mail |
| Subclasses of Pref in com.syncbuilder.storage.mail | |
class |
SignaturePref
|
class |
SyncPref
|
| Methods in com.syncbuilder.storage.mail that return Pref | |
Pref |
DatabaseImpl.createPref(byte[] contents,
Char4 creator,
int id,
int version,
boolean backup)
|
Pref |
DatabaseImpl.createSyncPref()
|
Pref |
DatabaseImpl.createSyncPref(boolean local)
|
Pref |
DatabaseImpl.createSignaturePref()
|
| Uses of Pref in com.syncbuilder.sync |
| Methods in com.syncbuilder.sync that return Pref | |
Pref |
Dlp.getPref(Char4 creator,
int id)
Get a Pref object that is associated with a particular application. |
Pref |
Dlp.getPref(Char4 creator,
int id,
boolean backup)
Get a Pref object that is associated with a particular application. |
Pref |
Dlp.createPref(Char4 creator,
int id)
A factory method for a Pref object.
|
Pref |
Dlp.createPref(Char4 creator,
int id,
int version)
A factory method for a Pref object.
|
Pref |
Dlp.createPref(Char4 creator,
int id,
int version,
boolean backup)
|
Pref |
Dlp.dlp_ReadAppPreference(Char4 creator,
int id,
boolean backup,
DatabaseImpl dbimpl)
|
| Methods in com.syncbuilder.sync with parameters of type Pref | |
void |
Dlp.setPref(Pref pref)
Set a Pref object that is associated with a particular application. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||