spectrogramNoiseReduction.averageSubtraction
Class AverageSubtractionDialogBits

java.lang.Object
  extended by spectrogramNoiseReduction.averageSubtraction.AverageSubtractionDialogBits
All Implemented Interfaces:
SpecNoiseDialogComponent

public class AverageSubtractionDialogBits
extends java.lang.Object
implements SpecNoiseDialogComponent


Field Summary
private  AverageSubtraction averageSubtraction
           
private  javax.swing.JPanel dialogPanel
           
private  javax.swing.JTextField updateConstant
           
 
Constructor Summary
AverageSubtractionDialogBits(AverageSubtraction averageSubtraction)
           
 
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

averageSubtraction

private AverageSubtraction averageSubtraction

dialogPanel

private javax.swing.JPanel dialogPanel

updateConstant

private javax.swing.JTextField updateConstant
Constructor Detail

AverageSubtractionDialogBits

public AverageSubtractionDialogBits(AverageSubtraction averageSubtraction)
Method Detail

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

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