Class PeptideVariantsParametersDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.compomics.util.gui.parameters.identification.advanced.PeptideVariantsParametersDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PeptideVariantsParametersDialog
extends JDialog
FractionSettingsDialog.
Author:
Marc Vaudel, Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • PeptideVariantsParametersDialog

      public PeptideVariantsParametersDialog()
      Empty default constructor
    • PeptideVariantsParametersDialog

      public PeptideVariantsParametersDialog​(Frame parentFrame, PeptideVariantsParameters peptideVariantPreferences, boolean editable)
      Creates a new FractionSettingsDialog with a frame as owner.
      Parameters:
      parentFrame - a parent frame
      peptideVariantPreferences - the peptide variants settings
      editable - boolean indicating whether the settings can be edited by the user
    • PeptideVariantsParametersDialog

      public PeptideVariantsParametersDialog​(Dialog owner, Frame parentFrame, PeptideVariantsParameters peptideVariantPreferences, boolean editable)
      Creates a new FractionSettingsDialog with a dialog as owner.
      Parameters:
      owner - the dialog owner
      parentFrame - a parent frame
      peptideVariantPreferences - the peptide variants settings
      editable - boolean indicating whether the settings can be edited by the user
  • Method Details

    • isCanceled

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

      public PeptideVariantsParameters getPeptideVariantsPreferences()
      Returns the peptide variants settings as set by the user.
      Returns:
      the peptide variants settings as set by the user