Uses of Enum
com.compomics.util.io.export.ExportFormat
Packages that use ExportFormat
Package
Description
Basic GUI classes.
Classes related to exporting reports.
-
Uses of ExportFormat in com.compomics.util.gui
Methods in com.compomics.util.gui that return ExportFormatModifier and TypeMethodDescriptionExportFormatSelectionDialog.getFormat()Returns the selected format. -
Uses of ExportFormat in com.compomics.util.io.export
Fields in com.compomics.util.io.export declared as ExportFormatModifier and TypeFieldDescriptionstatic final ExportFormatExportFormat.commandLineDefaultOptionThe default export format to use for command line exports.protected ExportFormatExportWriter.exportFormatThe format of the export.static final ExportFormatExportFormat.guiDefaultOptionThe default export format to use for GUI exports.Methods in com.compomics.util.io.export that return ExportFormatModifier and TypeMethodDescriptionExportWriter.getExportFormat()Returns the export of the format.static ExportFormatExportFormat.getFormatFromCommandLineOption(String commandLineOption) Returns the export format designed by the given command line option.static ExportFormatReturns 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 ExportFormatModifier and TypeMethodDescriptionstatic ExportWriterExportWriter.getExportWriter(ExportFormat exportFormat, File destinationFile, String separator, int nSeparationLines, boolean gzip) Returns an export writer for the desired format.