Class MatchesImportParametersDialog

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.MatchesImportParametersDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class MatchesImportParametersDialog
extends JDialog
The PeptideShaker import settings dialog.
Author:
Marc Vaudel, Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • MatchesImportParametersDialog

      public MatchesImportParametersDialog()
      Empty default constructor
    • MatchesImportParametersDialog

      public MatchesImportParametersDialog​(Frame parentFrame, PeptideAssumptionFilter idFilter, boolean editable)
      Creates a new ImportSettingsDialog with a frame as owner.
      Parameters:
      parentFrame - the parent frame
      idFilter - the identification filter
      editable - boolean indicating whether the settings can be edited by the user
    • MatchesImportParametersDialog

      public MatchesImportParametersDialog​(Dialog owner, Frame parentFrame, PeptideAssumptionFilter idFilter, boolean editable)
      Creates a new ImportSettingsDialog with a dialog as owner.
      Parameters:
      owner - the dialog owner
      parentFrame - the parent frame
      idFilter - the identification filter
      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
    • getFilter

      public PeptideAssumptionFilter getFilter()
      Returns the id filter as set by the user.
      Returns:
      the id filter as set by the user