Package Acquisition.sud
Class SudAudioSettingsPane
java.lang.Object
Acquisition.sud.SudAudioSettingsPane
- All Implemented Interfaces:
PamAudioSettingsPane
Some Swing and FX controls to allow a user to change sud parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassThe sud settings panel for JavaFXclassThe sud settings panel. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.layout.PaneGet the JavaFX pane for loading audio.Get the swing audio loader pane.voidGet the parameters.getParams(PamSudParams sudParams) voidSet parameters.voidsetParams(PamSudParams sudParams)
-
Constructor Details
-
SudAudioSettingsPane
-
-
Method Details
-
getAudioLoaderPane
public javafx.scene.layout.Pane getAudioLoaderPane()Description copied from interface:PamAudioSettingsPaneGet the JavaFX pane for loading audio.- Specified by:
getAudioLoaderPanein interfacePamAudioSettingsPane- Returns:
-
getAudioLoaderPanel
Description copied from interface:PamAudioSettingsPaneGet the swing audio loader pane.- Specified by:
getAudioLoaderPanelin interfacePamAudioSettingsPane- Returns:
-
setParams
-
getParams
-
getParams
public void getParams()Description copied from interface:PamAudioSettingsPaneGet the parameters. This called whenever the settings dialog or pane is closed.- Specified by:
getParamsin interfacePamAudioSettingsPane
-
setParams
public void setParams()Description copied from interface:PamAudioSettingsPaneSet parameters. This is called when the dialog or pane is opened.- Specified by:
setParamsin interfacePamAudioSettingsPane
-