Class FractionDetailsDialog

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

public class FractionDetailsDialog extends JDialog
A dialog where the order of the fractions can be decided.
Author:
Harald Barsnes
See Also:
  • Constructor Details

    • FractionDetailsDialog

      public FractionDetailsDialog(PeptideShakerGUI peptideShakerGUI, boolean modal)
      Creates a new FractionDetailsDialog.
      Parameters:
      peptideShakerGUI - the PeptideShakerGUI parent
      modal - if the dialog is modal or not
  • Method Details

    • moveRows

      public static void moveRows(DefaultTableModel model, int start, int end, int destination)
      Moves all rows contained between the positions start and end to the position specified by destination.
      Parameters:
      model - the model
      start - the start index
      end - the end index
      destination - the destination index