Package spectrogramNoiseReduction
Class SpectrogramNoiseDialogPanel
java.lang.Object
spectrogramNoiseReduction.SpectrogramNoiseDialogPanel
- 
Constructor Summary
ConstructorsConstructorDescriptionSpectrogramNoiseDialogPanel(SpectrogramNoiseProcess spectrogramNoiseProcess)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidgetPanel()booleangetParams(SpectrogramNoiseSettings spectrogramNoiseSettings) booleanhasProcessed(int iMethod) Will return true for a method if either this panel has the method selected OR the source data has already had that method applied.voidsetParams(SpectrogramNoiseSettings spectrogramNoiseSettings) voidsetSource(PamDataBlock sourceDataBlock) voidsetSourcePanel(SourcePanel sourcePanel) Set a source panel so that the dialog panel can respond to source changes. 
- 
Constructor Details
- 
SpectrogramNoiseDialogPanel
 
 - 
 - 
Method Details
- 
getPanel
 - 
setSourcePanel
Set a source panel so that the dialog panel can respond to source changes.- Parameters:
 sourcePanel- sourcepanel.
 - 
setSource
 - 
setParams
 - 
getParams
 - 
enableControls
public void enableControls() - 
hasProcessed
public boolean hasProcessed(int iMethod) Will return true for a method if either this panel has the method selected OR the source data has already had that method applied.- Parameters:
 iMethod-- Returns:
 - true if the method has been selected.
 
 
 -