spectrogramNoiseReduction.threshold
Class ThresholdDialogComponent

java.lang.Object
  extended by spectrogramNoiseReduction.threshold.ThresholdDialogComponent
All Implemented Interfaces:
SpecNoiseDialogComponent

public class ThresholdDialogComponent
extends java.lang.Object
implements SpecNoiseDialogComponent


Field Summary
private  javax.swing.JPanel dialogPanel
           
private  javax.swing.JComboBox outputType
           
private  SpectrogramThreshold spectrogramThreshold
           
private  javax.swing.JTextField thresholdDB
           
 
Constructor Summary
ThresholdDialogComponent(SpectrogramThreshold spectrogramThreshold)
           
 
Method Summary
 boolean getParams()
           
 javax.swing.JComponent getSwingComponent()
           
 void setParams()
           
 void setSelected(boolean selected)
          Called when the "Run this method" is checked or unchecked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spectrogramThreshold

private SpectrogramThreshold spectrogramThreshold

dialogPanel

private javax.swing.JPanel dialogPanel

thresholdDB

private javax.swing.JTextField thresholdDB

outputType

private javax.swing.JComboBox outputType
Constructor Detail

ThresholdDialogComponent

public ThresholdDialogComponent(SpectrogramThreshold spectrogramThreshold)
Method Detail

getParams

public boolean getParams()
Specified by:
getParams in interface SpecNoiseDialogComponent

getSwingComponent

public javax.swing.JComponent getSwingComponent()
Specified by:
getSwingComponent in interface SpecNoiseDialogComponent

setParams

public void setParams()
Specified by:
setParams in interface SpecNoiseDialogComponent

setSelected

public void setSelected(boolean selected)
Description copied from interface: SpecNoiseDialogComponent
Called when the "Run this method" is checked or unchecked.

Specified by:
setSelected in interface SpecNoiseDialogComponent
Parameters:
selected - true if selected