|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
org.openoffice.xmerge.converter.palm | Provides classes for converting Palm database data to/from a
PalmDocument object, which can be used by the framework. |
Uses of Record in org.openoffice.xmerge.converter.palm |
Methods in org.openoffice.xmerge.converter.palm that return Record | |
Record |
PalmDB.getRecord(int index)
Return the specific Record object associated
with the Record number. |
Record[] |
PalmDB.getRecords()
Return the list of Record objects. |
Constructors in org.openoffice.xmerge.converter.palm with parameters of type Record | |
PalmDB(java.lang.String name,
int creatorID,
int typeID,
int version,
short attribute,
Record[] recs)
Constructor to create PalmDB object with
Record objects. |
|
PalmDB(byte[] name,
int creatorID,
int typeID,
int version,
short attribute,
Record[] recs)
Constructor to create object with Record
objects. |
|
PalmDocument(java.lang.String name,
int creatorID,
int typeID,
int version,
short attribute,
Record[] recs)
Constructor to create a PalmDocument with
Record objects. |
|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |