Package soundPlayback.swing
Class PlayGainSideBar
java.lang.Object
soundPlayback.swing.PlayGainSideBar
- All Implemented Interfaces:
PreprocessSwingComponent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a swing component to add to the side panel.void
update()
Update the component, e.g.
-
Constructor Details
-
PlayGainSideBar
-
-
Method Details
-
getComponent
Description copied from interface:PreprocessSwingComponent
Get a swing component to add to the side panel.- Specified by:
getComponent
in interfacePreprocessSwingComponent
- Returns:
- swing component
-
update
public void update()Description copied from interface:PreprocessSwingComponent
Update the component, e.g. if the value has been changed somewhere else.- Specified by:
update
in interfacePreprocessSwingComponent
-