|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PalmDB | |
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 PalmDB in org.openoffice.xmerge.converter.palm |
Methods in org.openoffice.xmerge.converter.palm that return PalmDB | |
PalmDB |
PdbDecoder.parse(java.lang.String fileName)
This method decodes a PDB file into a PalmDB
object. |
PalmDB |
PdbDecoder.parse(byte[] b)
This method decodes a PDB file into a PalmDB
object. |
PalmDB |
PalmDocument.getPdb()
Returns the PalmDB contained in this object. |
Methods in org.openoffice.xmerge.converter.palm with parameters of type PalmDB | |
void |
PalmDocument.setPdb(PalmDB pdb)
Sets the PalmDocument to a new PalmDB
value. |
Constructors in org.openoffice.xmerge.converter.palm with parameters of type PalmDB | |
PdbEncoder(PalmDB db)
Constructor. |
|
OpenOffice.org XMerge API |
||||||||
PREV NEXT | FRAMES NO FRAMES |