Class ReporterIonSelectionSettingsDialog

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

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

    • ReporterIonSelectionSettingsDialog

      public ReporterIonSelectionSettingsDialog(JDialog parentDialog, ReporterIonSelectionSettings reporterIonSelectionSettings, com.compomics.util.experiment.quantification.reporterion.ReporterMethod reporterMethod, boolean editable)
      Creates a new ReporterIonSelectionSettingsDialog.
      Parameters:
      parentDialog - the parent dialog
      reporterIonSelectionSettings - the settings to display
      reporterMethod - the reporter method used
      editable - boolean indicating whether the settings can be edited
    • ReporterIonSelectionSettingsDialog

      public ReporterIonSelectionSettingsDialog(JDialog parentDialog, ReporterIonSelectionSettings reporterIonSelectionSettings, boolean editable)
      Creates a new ReporterIonSelectionSettingsDialog. The dialog will not check whether the reporter ion m/z tolerance is sufficient to distinguish ions.
      Parameters:
      parentDialog - the parent dialog
      reporterIonSelectionSettings - the settings to display
      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
    • getReporterIonSelectionSettings

      public ReporterIonSelectionSettings getReporterIonSelectionSettings()
      Returns the settings as set by the user.
      Returns:
      the settings as set by the user