|
Class Summary |
| CSVFileDescriptor |
CSVFileDescriptor is to only be created via planetj.helpers.CSVHelper.newCSVFileDescriptor();
This descriptor will hold attributes about a CSV file such as: fileName, delimiter, etc... |
| CSVHelper |
This class will assist in creating CSV files. |
| DOCHelper |
This class will assist in creating DOC .doc Microsoft Word files. |
| FDFFileDescriptor |
Insert the type's description here. |
| FDFHelper |
Forms Data Format (.fdf) is a format that can plug data into PDF files variable fields. |
| FileDescriptor |
FileDescriptor holds common/generic attributes about a file. |
| FileHelper |
Abstract class containing common functionality and providing required methods to subclasses. |
| HTMLReportFileDescriptor |
HTMLFileDescriptor is to only be created via planetj.helpers.HTMLHelper.newHTMLReportFileDescriptor();
This descriptor will store attributes that need to be placed into the HTML file by HTMLHelper. |
| IIFFileDescriptor |
IIFFileDescriptor is to only be created via planetj.helpers.IIFHelper.newIIFFileDescriptor();
This descriptor will hold attributes about a IIF file. |
| IIFHelper |
Intuit Interchange Format (.iff)
This class will assist in creating IIF files which can be imported into QuickBooks
|
| MSAccessDescriptor |
Describes how to export into MS access. |
| MSAccessHelper |
This class will assist in exporting to MS Access files. |
| PDFFileDescriptor |
PDFFileDescriptor is to only be created via planetj.helpers.PDFHelper.newPDFFileDescriptor();
This descriptor will hold attributes about a PDF file. |
| PDFHelper |
Portable Document Format - PDF
This class will assist in creating PDF files. |
| QIFFileDescriptor |
QIFFileDescriptor is to only be created via planetj.helpers.QIFHelper.newQIFFileDescriptor();
This descriptor will hold attributes about a QIF file. |
| QIFHelper |
Quicken Interchange Format
This class will assist in creating QIF files which can be imported into Quicken. |
| XMLFileDescriptor |
XMLFileDescriptor is to only be created via planetj.helpers.XMLHelper.newXMLFileDescriptor();
This descriptor will hold attributes about a XML file. |
| XMLHelper |
Extensible Markup Language
This class will assist in creating XML files. |