jdbreport.model.io
Interface FileType

All Superinterfaces:
Comparable<FileType>
All Known Implementing Classes:
DbrFileType, DocxFileType, ExcelFileType, HTMLBodyFileType, HTMLFileType, OdsFileType, OdtFileType, PdfFileType, PdfFileType, PdfFileType, RptFileType, XlsFileType, XlsxFileType, XMLFileType

public interface FileType
extends Comparable<FileType>

Version:
1.3 07.08.2009
Author:
Andrey Kholmanskih

Method Summary
 String getContentType()
           
 String getDescription()
           
 String[] getExtensions()
           
 int getOrder()
           
 ReportReader getReader()
           
 ReportWriter getWriter()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getExtensions

String[] getExtensions()

getDescription

String getDescription()

getReader

ReportReader getReader()

getWriter

ReportWriter getWriter()

getContentType

String getContentType()
Returns:
MIME type
Since:
1.3

getOrder

int getOrder()
Returns:
Sorting number in the FileChooser
Since:
1.3