Class ThermoRawFileParserParametersDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.compomics.util.experiment.mass_spectrometry.thermo_raw_file_parser.gui.ThermoRawFileParserParametersDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class ThermoRawFileParserParametersDialog extends JDialog
Dialog for the creation and edition of ThermoRawFileParser parameters.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • ThermoRawFileParserParametersDialog

      public ThermoRawFileParserParametersDialog(Frame parent, ThermoRawFileParserParameters thermoRawFileParserParameters)
      Constructor.
      Parameters:
      parent - the parent frame
      thermoRawFileParserParameters - initial parameters, ignored if null
    • ThermoRawFileParserParametersDialog

      public ThermoRawFileParserParametersDialog(Dialog parent, ThermoRawFileParserParameters thermoRawFileParserParameters)
      Constructor.
      Parameters:
      parent - the parent dialog
      thermoRawFileParserParameters - initial parameters, ignored if null
  • Method Details

    • isCanceled

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

      public ThermoRawFileParserParameters getThermoRawFileParserParameters()
      Returns the parameters as created by the user.
      Returns:
      the parameters as created by the user