planetj.helpers
Interface IFDFObject
- All Known Implementing Classes: 
 - Field, Row, RowCollection
 
- public interface IFDFObject
 
Interface defining methods required to generate XMLFiles from any object.  This interface makes the XMLHelper, generic
 to any application or any set of Objects.  
 Creation date: (1/21/2002 6:19:58 PM)
 
getFDFData
public StringBuffer getFDFData(StringBuffer pFDFData)
- This returns a StringBuffer containing all necessary FDF data for this object.
 Creation date: (2/4/2002 1:26:27 PM)