Class RpCustomizeDialog

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

public abstract class RpCustomizeDialog extends JDialog
A dialog to customize a set of RP values.
See Also:
  • Method Details

    • preset

      public abstract void preset(RhythmParameter<?> rp, int n)
      Initialize the dialog.
      Parameters:
      rp - The RhythmParameter for which we want to edit n values.
      n -
    • getRpValues

      public abstract List<Double> getRpValues()
      Return a list of RP values as a percentage for each Song Part.
      Returns:
      An empty list if no result available.
    • cleanup

      public abstract void cleanup()
      Cleanup preset data and dialog results.