Package soundPlayback.fx
Class PlayGainSidePane
java.lang.Object
soundPlayback.fx.PlayGainSidePane
- All Implemented Interfaces:
PreProcessFXPane
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjavafx.scene.Node
Pane which allows the user to switch to a default.javafx.scene.Node
getLabel()
Pane which shows the name of the pre-process.javafx.scene.layout.Pane
getPane()
Get the FX component to add to the side pane.void
update()
Update the component, e.g.
-
Constructor Details
-
PlayGainSidePane
-
-
Method Details
-
update
public void update()Description copied from interface:PreProcessFXPane
Update the component, e.g. if the value has been changed somewhere else.- Specified by:
update
in interfacePreProcessFXPane
-
getPane
public javafx.scene.layout.Pane getPane()Description copied from interface:PreProcessFXPane
Get the FX component to add to the side pane.- Specified by:
getPane
in interfacePreProcessFXPane
- Returns:
- the side pane.
-
getLabel
public javafx.scene.Node getLabel()Description copied from interface:PreProcessFXPane
Pane which shows the name of the pre-process.- Specified by:
getLabel
in interfacePreProcessFXPane
-
getDefaultButton
public javafx.scene.Node getDefaultButton()Description copied from interface:PreProcessFXPane
Pane which allows the user to switch to a default.- Specified by:
getDefaultButton
in interfacePreProcessFXPane
-