Uses of Class
com.compomics.util.io.export.ExportFormat
Package | Description |
---|---|
com.compomics.util.gui |
Basic GUI classes.
|
com.compomics.util.io.export |
Classes related to exporting reports.
|
-
Uses of ExportFormat in com.compomics.util.gui
Methods in com.compomics.util.gui that return ExportFormat Modifier and Type Method Description ExportFormat
ExportFormatSelectionDialog. getFormat()
Returns the selected format. -
Uses of ExportFormat in com.compomics.util.io.export
Fields in com.compomics.util.io.export declared as ExportFormat Modifier and Type Field Description static ExportFormat
ExportFormat. commandLineDefaultOption
The default export format to use for command line exports.protected ExportFormat
ExportWriter. exportFormat
The format of the export.static ExportFormat
ExportFormat. guiDefaultOption
The default export format to use for GUI exports.Methods in com.compomics.util.io.export that return ExportFormat Modifier and Type Method Description ExportFormat
ExportWriter. getExportFormat()
Returns the export of the format.static ExportFormat
ExportFormat. getFormatFromCommandLineOption(String commandLineOption)
Returns the export format designed by the given command line option.static ExportFormat
ExportFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportFormat[]
ExportFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.io.export with parameters of type ExportFormat Modifier and Type Method Description static ExportWriter
ExportWriter. getExportWriter(ExportFormat exportFormat, File destinationFile, String separator, int nSeparationLines, boolean gzip)
Returns an export writer for the desired format.