Class MsConvertParametersDialog

java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
com.compomics.util.gui.parameters.proteowizard.MsConvertParametersDialog
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class MsConvertParametersDialog extends JDialog
Dialog for the creation and edition of msconvert parameters.
Author:
Marc Vaudel
See Also:
  • Constructor Details

    • MsConvertParametersDialog

      public MsConvertParametersDialog(Frame parent, MsConvertParameters msConvertParameters)
      Constructor.
      Parameters:
      parent - the parent frame
      msConvertParameters - 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
    • getMsConvertParameters

      public MsConvertParameters getMsConvertParameters()
      Returns the parameters as created by the user.
      Returns:
      the parameters as created by the user