Interface PamAudioSettingsPane

All Known Implementing Classes:
SudAudioSettingsPane

public interface PamAudioSettingsPane
User controls to change bespoke settings for audio loaders.
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.scene.layout.Pane
    Get the JavaFX pane for loading audio.
    Get the swing audio loader pane.
    void
    Get the parameters.
    void
    Set parameters.
  • Method Details

    • getAudioLoaderPane

      javafx.scene.layout.Pane getAudioLoaderPane()
      Get the JavaFX pane for loading audio.
      Returns:
    • getAudioLoaderPanel

      PamPanel getAudioLoaderPanel()
      Get the swing audio loader pane.
      Returns:
    • getParams

      void getParams()
      Get the parameters. This called whenever the settings dialog or pane is closed.
    • setParams

      void setParams()
      Set parameters. This is called when the dialog or pane is opened.