Uses of Class
planetj.helpers.properties.FilePropertyGroup

Packages that use FilePropertyGroup
planetj.helpers   
planetj.helpers.properties   
 

Uses of FilePropertyGroup in planetj.helpers
 

Methods in planetj.helpers with parameters of type FilePropertyGroup
static XMLFileDescriptor XMLHelper.newXMLFileDescriptor(FilePropertyGroup pProperties)
          This is the only way to get an instance of a new XMLFileDescriptor Creation date: (12/5/2001 3:15:14 PM)
static PDFFileDescriptor PDFHelper.newPDFFileDescriptor(FilePropertyGroup pProperties)
          This is the only way to get an instance of a new PDFFileDescriptor Creation date: (12/5/2001 3:15:14 PM)
static FileDescriptor FileHelper.newFileDescriptor(FilePropertyGroup pProperties)
          This is the only way to get an instance of a new FileDescriptor Creation date: (1/21/2002 7:32:32 PM)
static FDFFileDescriptor FDFHelper.newFDFFileDescriptor(FilePropertyGroup pProperties)
          Deprecated. FDFs dont need a property group
static CSVFileDescriptor CSVHelper.newCSVFileDescriptor(FilePropertyGroup pProperties)
          This is the only way to get an instance of a new CSVFileDescriptor Creation date: (12/5/2001 3:15:14 PM)
 

Uses of FilePropertyGroup in planetj.helpers.properties
 

Subclasses of FilePropertyGroup in planetj.helpers.properties
 class CSVPropertyGroup
          PropertyGroup for the CSV file format.
 class MSAccessPropertyGroup
          PropertyGroup for Microsoft Access file format
 class PDFPropertyGroup
          PropertyGroup for the PDF file format.
 class XLSPropertyGroup
          PropertyGroup for the xls file format.
 class XMLPropertyGroup
          PropertyGroup for the XML file format.