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