Class ThresholdDialogComponent
java.lang.Object
spectrogramNoiseReduction.threshold.ThresholdDialogComponent
- All Implemented Interfaces:
SpecNoiseDialogComponent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetSelected(boolean selected) Called when the "Run this method" is checked or unchecked.
-
Constructor Details
-
ThresholdDialogComponent
-
-
Method Details
-
getParams
public boolean getParams()- Specified by:
getParamsin interfaceSpecNoiseDialogComponent
-
getSwingComponent
- Specified by:
getSwingComponentin interfaceSpecNoiseDialogComponent
-
setParams
public void setParams()- Specified by:
setParamsin interfaceSpecNoiseDialogComponent
-
setSelected
public void setSelected(boolean selected) Description copied from interface:SpecNoiseDialogComponentCalled when the "Run this method" is checked or unchecked.- Specified by:
setSelectedin interfaceSpecNoiseDialogComponent- Parameters:
selected- true if selected
-