Class NormalizationSettingsDialog

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

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

    • NormalizationSettingsDialog

      public NormalizationSettingsDialog(JDialog parentDialog, NormalizationSettings normalizationSettings, boolean editable)
      Creates a new NormalizationSettingsDialog.
      Parameters:
      parentDialog - the parent dialog
      normalizationSettings - 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
    • getNormalizationSettings

      public NormalizationSettings getNormalizationSettings()
      Returns the settings as set by the user.
      Returns:
      the settings as set by the user