Uses of Class
whistleDetector.WhistleControl

Packages that use WhistleControl
whistleDetector   
 

Uses of WhistleControl in whistleDetector
 

Fields in whistleDetector declared as WhistleControl
protected  WhistleControl WhistleControl.THIS
           
(package private)  WhistleControl WhistleSidePanel.whistleControl
           
private  WhistleControl WhistleParametersDialog.whistleControl
           
(package private)  WhistleControl WhistleLogger.whistleControl
           
(package private)  WhistleControl WhistleLocaliser.whistleControl
           
(package private)  WhistleControl WhistleLinker.whistleControl
           
(package private)  WhistleControl WhistleEventDetector.whistleControl
           
(package private)  WhistleControl WhistleDetector.whistleControl
           
(package private)  WhistleControl PeakGraphics.whistleControl
           
(package private)  WhistleControl PeakDetector.whistleControl
           
 

Methods in whistleDetector that return WhistleControl
 WhistleControl WhistleDetector.getWhistleControl()
           
 

Methods in whistleDetector with parameters of type WhistleControl
(package private) abstract  PeakDetector PeakDetectorProvider.createDetector(WhistleControl whistleControl, WhistleDetector whistleDetector, FFTDataBlock pamFFTDataSource, int groupChannels)
           
(package private)  PeakDetector BetterPDProvider.createDetector(WhistleControl whistleControl, WhistleDetector whistleDetector, FFTDataBlock fftDataSource, int groupChannels)
           
(package private)  PeakDetector BasicPDProvider.createDetector(WhistleControl whistleControl, WhistleDetector whistleDetector, FFTDataBlock pDataSource, int groupChannels)
           
static WhistleParameters WhistleParametersDialog.showDialog(java.awt.Frame parentFrame, WhistleControl whistleControl, WhistleParameters oldParameters, float sampleRate)
           
 

Constructors in whistleDetector with parameters of type WhistleControl
BasicPeakDetector(WhistleControl whistleControl, WhistleDetector whistleDetector, FFTDataBlock fftDataSource, int groupChannels)
           
BetterPeakDetector(WhistleControl whistleControl, WhistleDetector whistleDetector, FFTDataBlock fftDataSource, int groupChannels)
           
PeakDetector(WhistleControl whistleControl, WhistleDetector whistleDetector, FFTDataBlock fftDataSource, int groupChannels)
           
PeakGraphics(WhistleControl whistleControl, WhistleDetector whistleDetector)
           
WhistleDetector(WhistleControl whistleControl)
           
WhistleEventDetector(WhistleControl whistleControl, WhistleDetector whistleDetector)
           
WhistleLinker(WhistleControl whistleControl, WhistleDetector whistleDetector, PeakDetector peakDetector, int groupChannels)
           
WhistleLocaliser(WhistleControl whistleControl)
           
WhistleLogger(WhistleControl whistleControl, PamDataBlock pamDataBlock)
           
WhistleSidePanel(WhistleControl whistleControl)