Class ReporterSettingsDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

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

    • ReporterSettingsDialog

      public ReporterSettingsDialog(JDialog parentDialog, ReporterSettings reporterSettings, com.compomics.util.parameters.identification.search.ModificationParameters modificationParameters, com.compomics.util.experiment.quantification.reporterion.ReporterMethod reporterMethod, boolean editable)
      Creates a new PreferencesDialog.
      Parameters:
      parentDialog - the parent dialog
      reporterSettings - the reporter settings to display
      modificationParameters - the modification parameters of the search
      reporterMethod - the reporter method used
      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
    • getReporterSettings

      public ReporterSettings getReporterSettings()
      Returns the reporter settings as set by the user.
      Returns:
      the reporter settings as set by the user