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

public class MsgfParametersDialog
extends JDialog
implements AlgorithmParametersDialog
Dialog for the MS-GF+ specific settings.
Author:
Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • MsgfParametersDialog

      public MsgfParametersDialog​(Frame parent, MsgfParameters msgfParameters, boolean editable)
      Creates new form MsgfSettingsDialog with a frame as owner.
      Parameters:
      parent - the parent frame
      msgfParameters - the MS-GF+ parameters
      editable - boolean indicating whether the settings can be edited by the user
    • MsgfParametersDialog

      public MsgfParametersDialog​(Dialog owner, Frame parent, MsgfParameters msgfParameters, boolean editable)
      Creates new form MsgfSettingsDialog with a dialog as owner.
      Parameters:
      owner - the dialog owner
      parent - the parent frame
      msgfParameters - the MS-GF+ parameters
      editable - boolean indicating whether the settings can be edited by the user
  • Method Details