Uses of Class
planetj.helpers.FDFFileDescriptor

Packages that use FDFFileDescriptor
planetj.database   
planetj.helpers   
 

Uses of FDFFileDescriptor in planetj.database
 

Methods in planetj.database with parameters of type FDFFileDescriptor
 StringBuffer RowCollection.toFDF(FDFFileDescriptor pFileDescriptor)
          Returns a StringBuffer in FDF format containing all data in this RowCollection.
 StringBuffer Row.toFDF(FDFFileDescriptor pFileDescriptor)
          Returns a StringBuffer in FDF format containing all data in this Row.
 

Uses of FDFFileDescriptor in planetj.helpers
 

Methods in planetj.helpers that return FDFFileDescriptor
static FDFFileDescriptor FDFHelper.newFDFFileDescriptor()
          This is the only way to get an instance of a new FDFFileDescriptor Creation date: (2/4/2002 1:31:49 PM)
static FDFFileDescriptor FDFHelper.newFDFFileDescriptor(FilePropertyGroup pProperties)
          Deprecated. FDFs dont need a property group
 

Methods in planetj.helpers with parameters of type FDFFileDescriptor
 StringBuffer FDFHelper.generateFDFFile(IFDFObject pFDFObject, FDFFileDescriptor pFDFFileDescriptor)
          This method will return a StringBuffer in FDF format according to pFDFObject.getFDFData().