Class PrideSearchParametersDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PrideSearchParametersDialog extends JDialog
Display the extracted search settings to the user.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • PrideSearchParametersDialog

      public PrideSearchParametersDialog(PrideReshakeGUI prideReShakeGUI, File prideSearchParametersFile, String prideSearchParametersReport, ArrayList<File> spectrumFiles, ArrayList<File> rawFiles, File fastaFile, String species, String speciesType, String psProjectName, boolean modal)
      Creates a new PrideSearchParametersDialog.
      Parameters:
      prideReShakeGUI - a reference to the main frame
      prideSearchParametersFile - the pride search parameters file
      prideSearchParametersReport - the pride search parameters report
      spectrumFiles - the converted spectrum files
      rawFiles - the raw files
      fastaFile - the FASTA file
      species - the species for the project, can be null and also a list of species
      speciesType - the species type
      psProjectName - the PeptideShaker project name
      modal - if the dialog is to be modal or not