Package org.jSyncManager.API.Protocol.Util.StdApps
The jSyncManager Standard Application Abstration Objects.
| AbstractAppBlock | This interface provides the common method signatures for App Block classes. |
| AddressAppBlock | AddAppBlock record abstraction/parser class. |
| AddressRecord | A class to represent the structure and data of a record from the Address handheld application. |
| CategoryInfo | A class to hold Category information for the standard PalmOS databases. |
| ContactRecord | A class to represent the structure and data of a record from the Contact handheld application
only for Palm T5
|
| DateBookAppBlock | The application block parser for the DateBook application. |
| DateBookRecord | Datebook database record abstraction/parser class. |
| DateBookRecordEntry | A single entry record for a DateBookRecord. |
| ExpenseAppBlock | Application information block for the Palm Expense database. |
| ExpenseRecord | Expense Record for the Palm Expense database. |
| MailAppBlock | Application information block for the Palm Mail database. |
| MailRecord | Record parser/generater for the Mail Database record format. |
| MemoAppBlock | This class parses and generates the application block information
for the MemoPad application. |
| MemoRecord | Record parser/generater for the Memo Database record format. |
| NotepadAppBlock | This class represents a Notepad application block. |
| NotepadRecord | This class represents a Notepad record. |
| ToDoListAppBlock | Application information block for the Palm ToDoList database. |
| ToDoListRecord | This class represents a ToDoList record. |
The jSyncManager Standard Application Abstration Objects.
Package Information:
This package contains the data abstraction objects for the standard PalmOS applications.
As these objects are commonly used by the majority of jConduits, they provide an easy-to-use
mechanism to parse and generate the necessary PalmOS data structures through standard Java objects.
<!-- Put @see and @since tags down here. -->