Uses of Interface
com.compomics.util.io.export.ExportFeature
Package | Description |
---|---|
com.compomics.util.io.export |
Classes related to exporting reports.
|
-
Uses of ExportFeature in com.compomics.util.io.export
Methods in com.compomics.util.io.export that return types with arguments of type ExportFeature Modifier and Type Method Description ArrayList<ExportFeature>
ExportFactory. getExportFeatures(String sectionName, boolean includeSubFeatures)
Returns the export features implemented for the given section.ArrayList<ExportFeature>
ExportFeature. getExportFeatures(boolean includeSubFeatures)
Returns a list of all implemented export features.ArrayList<ExportFeature>
ExportScheme. getExportFeatures(String section)
Returns the export features to be included in the given section.Methods in com.compomics.util.io.export with parameters of type ExportFeature Modifier and Type Method Description void
ExportScheme. addExportFeature(String section, ExportFeature exportFeature)
Adds an export feature to the desired section.Method parameters in com.compomics.util.io.export with type arguments of type ExportFeature Modifier and Type Method Description void
ExportScheme. setExportFeatures(String section, ArrayList<ExportFeature> exportFeatures)
Sets the export features of a given section.Constructor parameters in com.compomics.util.io.export with type arguments of type ExportFeature Constructor Description ExportScheme(String name, boolean editable, ArrayList<String> sectionList, HashMap<String,ArrayList<ExportFeature>> exportFeatures, String separator, boolean indexes, boolean header, int separationLines, boolean includeSectionTitles, boolean validatedOnly, boolean includeDecoys)
Constructor.ExportScheme(String name, boolean editable, HashMap<String,ArrayList<ExportFeature>> exportFeatures, String separator, boolean indexes, boolean header, int separationLines, boolean includeSectionTitles, boolean validatedOnly, boolean includeDecoys)
Constructor.ExportScheme(String name, boolean editable, HashMap<String,ArrayList<ExportFeature>> exportFeatures, String separator, boolean indexes, boolean header, int separationLines, boolean includeSectionTitles, boolean validatedOnly, boolean includeDecoys, String mainTitle)
Constructor.