Package soundPlayback.swing
Class PlayFilterSideBar
java.lang.Object
soundPlayback.swing.PlayFilterSideBar
- All Implemented Interfaces:
 PreprocessSwingComponent
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidGet a swing component to add to the side panel.voidupdate()Update the component, e.g. 
- 
Constructor Details
- 
PlayFilterSideBar
 
 - 
 - 
Method Details
- 
filterChanged
protected void filterChanged() - 
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
 
 -