Class RatioEstimationSettingsDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
eu.isas.reporter.gui.settings.quantification.RatioEstimationSettingsDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class RatioEstimationSettingsDialog extends JDialog
The preferences dialog.
Author:
Marc Vaudel, Harald Barsnes
See Also:
  • Constructor Details

    • RatioEstimationSettingsDialog

      public RatioEstimationSettingsDialog(JDialog parentDialog, RatioEstimationSettings ratioEstimationSettings, com.compomics.util.parameters.identification.search.ModificationParameters modificationParameters, boolean editable)
      Creates a new RatioEstimationSettingsDialog.
      Parameters:
      parentDialog - the parent dialog
      ratioEstimationSettings - the settings to display
      modificationParameters - the modification profile of the search
      editable - boolean indicating whether the settings can be edited
  • Method Details

    • isCanceled

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

      public RatioEstimationSettings getRatioEstimationSettings()
      Returns the settings as set by the user.
      Returns:
      the settings as set by the user