Package soundPlayback.preprocess
Interface PreprocessSwingComponent
- All Known Implementing Classes:
 DecimatorSideBar,EnvelopeSideBar,PlayFilterSideBar,PlayGainSideBar
public interface PreprocessSwingComponent
- 
Method Summary
Modifier and TypeMethodDescriptionGet a swing component to add to the side panel.voidupdate()Update the component, e.g. 
- 
Method Details
- 
getComponent
JComponent getComponent()Get a swing component to add to the side panel.- Returns:
 - swing component
 
 - 
update
void update()Update the component, e.g. if the value has been changed somewhere else. 
 -