Uses of Class
SoundRecorder.RecorderControl

Packages that use RecorderControl
PamController   
SoundRecorder   
 

Uses of RecorderControl in PamController
 

Fields in PamController declared as RecorderControl
private  RecorderControl NetworkController.NetworkRecorderTrigger.recorderControl
           
 

Constructors in PamController with parameters of type RecorderControl
NetworkController.NetworkRecorderTrigger(RecorderControl recorderControl)
           
 

Uses of RecorderControl in SoundRecorder
 

Fields in SoundRecorder declared as RecorderControl
(package private)  RecorderControl RecorderTabPanel.recorderControl
           
(package private)  RecorderControl RecorderSidePanel.recorderControl
           
(package private)  RecorderControl RecorderProcess.recorderControl
           
(package private)  RecorderControl RecorderLogger.recorderControl
           
private  RecorderControl PamAudioFileStorage.recorderControl
           
 

Fields in SoundRecorder with type parameters of type RecorderControl
(package private) static java.util.ArrayList<RecorderControl> RecorderControl.recorderControllers
           
 

Methods in SoundRecorder with parameters of type RecorderControl
private static void RecorderControl.registerRecorders(RecorderControl recorderControl)
          Keep a static list of all recorders (primarily so that trigger information can be added to them later).
 

Constructors in SoundRecorder with parameters of type RecorderControl
PamAudioFileStorage(RecorderControl recorderControl)
           
RecorderLogger(RecorderControl recorderControl, PamDataBlock pamDataBlock)
           
RecorderProcess(RecorderControl recorderControl)
           
RecorderSidePanel(RecorderControl recorderControl)
           
RecorderTabPanel(RecorderControl recorderControl)