Class ReagentOrderDialog

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

public class ReagentOrderDialog extends JDialog
Dialog for altering the reagent order.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • ReagentOrderDialog

      public ReagentOrderDialog(ReporterGUI reporterGUI, boolean modal, ArrayList<String> reagents, com.compomics.util.experiment.quantification.reporterion.ReporterMethod aSelectedMethod, com.compomics.util.experiment.quantification.reporterion.ReporterIonQuantification reporterIonQuantification, ArrayList<String> controlSamples)
      Creates a new ReagetOrderDialog.
      Parameters:
      reporterGUI - the parent frame
      modal - if the dialog is to be modal or not
      reagents - the reagents order
      aSelectedMethod - the selected method
      reporterIonQuantification - the reporter ion quantifications
      controlSamples - the control sample names
  • Method Details

    • getReagentOrder

      public ArrayList<String> getReagentOrder()
      Returns the new reagents order.
      Returns:
      the reagents order
    • isCancelled

      public boolean isCancelled()
      Indicates whether the user canceled the dialog.
      Returns:
      a boolean indicating whether the user canceled the dialog