Class OmssaParametersDialog

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

public class OmssaParametersDialog
extends JDialog
implements AlgorithmParametersDialog
Dialog for the OMSSA specific parameters.
Author:
Marc Vaudel, Harald Barsnes
See Also:
Serialized Form
  • Constructor Details

    • OmssaParametersDialog

      public OmssaParametersDialog()
      Empty default constructor
    • OmssaParametersDialog

      public OmssaParametersDialog​(Frame parent, OmssaParameters omssaParameters, boolean editable)
      Creates new form OmssaParametersDialog with a frame as owner.
      Parameters:
      parent - the parent frame
      omssaParameters - the OMSSA parameters
      editable - boolean indicating whether the settings can be edited by the user
    • OmssaParametersDialog

      public OmssaParametersDialog​(Dialog owner, Frame parent, OmssaParameters omssaParameters, boolean editable)
      Creates new form OmssaParametersDialog with a dialog as owner.
      Parameters:
      owner - the dialog owner
      parent - the parent frame
      omssaParameters - the OMSSA parameters
      editable - boolean indicating whether the settings can be edited by the user
  • Method Details