Package org.jSyncManager.API.Protocol.Util.StdApps

The jSyncManager Standard Application Abstration Objects.

Class Summary

AbstractAppBlockThis interface provides the common method signatures for App Block classes.
AddressAppBlockAddAppBlock record abstraction/parser class.
AddressRecordA class to represent the structure and data of a record from the Address handheld application.
CategoryInfoA 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
DateBookAppBlockThe application block parser for the DateBook application.
DateBookRecordDatebook database record abstraction/parser class.
DateBookRecordEntryA single entry record for a DateBookRecord.
ExpenseAppBlockApplication information block for the Palm Expense database.
ExpenseRecordExpense Record for the Palm Expense database.
MailAppBlockApplication information block for the Palm Mail database.
MailRecordRecord parser/generater for the Mail Database record format.
MemoAppBlockThis class parses and generates the application block information for the MemoPad application.
MemoRecordRecord parser/generater for the Memo Database record format.
NotepadAppBlockThis class represents a Notepad application block.
NotepadRecordThis class represents a Notepad record.
ToDoListAppBlockApplication information block for the Palm ToDoList database.
ToDoListRecordThis 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. -->