Uses of Class
com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.ThermoRawFileParserParameters
Packages that use ThermoRawFileParserParameters
Package
Description
Package containing the GUI classes used to interact with ThermoRawFileParser.
-
Uses of ThermoRawFileParserParameters in com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.gui
Methods in com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.gui that return ThermoRawFileParserParametersModifier and TypeMethodDescriptionThermoRawFileParserParametersDialog.getThermoRawFileParserParameters()Returns the parameters as created by the user.Constructors in com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.gui with parameters of type ThermoRawFileParserParametersModifierConstructorDescriptionThermoRawFileParserParametersDialog(Dialog parent, ThermoRawFileParserParameters thermoRawFileParserParameters) Constructor.ThermoRawFileParserParametersDialog(Frame parent, ThermoRawFileParserParameters thermoRawFileParserParameters) Constructor.