Class SpectrumCountingSettingsDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
eu.isas.peptideshaker.gui.parameters.SpectrumCountingSettingsDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class SpectrumCountingSettingsDialog extends JDialog
SpectrumCountingSettingsDialog.
Author:
Marc Vaudel, Harald Barsnes
See Also:
  • Constructor Details

    • SpectrumCountingSettingsDialog

      public SpectrumCountingSettingsDialog(Frame parentFrame, com.compomics.util.parameters.quantification.spectrum_counting.SpectrumCountingParameters spectrumCountingPreferences)
      Constructor.
      Parameters:
      parentFrame - a parent frame
      spectrumCountingPreferences - the spectrum counting preferences to display
  • Method Details

    • isCanceled

      public boolean isCanceled()
      Indicates whether the user canceled the editing.
      Returns:
      a boolean indicating whether the user canceled the editing
    • validateInput

      public boolean validateInput()
      Validates the user input.
      Returns:
      a boolean indicating whether the user input is valid
    • getSpectrumCountingPreferences

      public com.compomics.util.parameters.quantification.spectrum_counting.SpectrumCountingParameters getSpectrumCountingPreferences()
      Returns the spectrum counting preferences as set by the user.
      Returns:
      the spectrum counting preferences as set by the user