Uses of Interface
PamView.PamTabPanel

Packages that use PamTabPanel
clickDetector   
dataMap   
listening   
Map   
noiseMonitor   
PamController   
SoundRecorder   
userDisplay   
UserInput   
videoRangePanel   
whistleClassifier   
 

Uses of PamTabPanel in clickDetector
 

Classes in clickDetector that implement PamTabPanel
 class ClickTabPanelControl
           
 

Uses of PamTabPanel in dataMap
 

Classes in dataMap that implement PamTabPanel
 class DataMapPanel
          The main panel managed by DataMapControl In reality, this does most of the actual controlling.
 

Methods in dataMap that return PamTabPanel
 PamTabPanel DataMapControl.getTabPanel()
           
 

Uses of PamTabPanel in listening
 

Classes in listening that implement PamTabPanel
 class ThingHeardTabPanelControl
           
 

Uses of PamTabPanel in Map
 

Classes in Map that implement PamTabPanel
 class MapTabPanelControl
           
 

Uses of PamTabPanel in noiseMonitor
 

Classes in noiseMonitor that implement PamTabPanel
 class NoiseTabPanel
           
 

Methods in noiseMonitor that return PamTabPanel
 PamTabPanel NoiseControl.getTabPanel()
           
 

Uses of PamTabPanel in PamController
 

Fields in PamController declared as PamTabPanel
private  PamTabPanel PamControlledUnit.tabPanel
          Reference to a PamTabPanel containing informaton on how to set up a display relevant to the processes in this unit.
 

Methods in PamController that return PamTabPanel
 PamTabPanel PamControlledUnit.getTabPanel()
          Gets a reference to a panel to be added to a view
 

Methods in PamController with parameters of type PamTabPanel
 void PamControlledUnit.setTabPanel(PamTabPanel tabPanel)
          Sets the tab panel for the PamControlledUnit.
 

Uses of PamTabPanel in SoundRecorder
 

Classes in SoundRecorder that implement PamTabPanel
 class RecorderTabPanel
           
 

Uses of PamTabPanel in userDisplay
 

Classes in userDisplay that implement PamTabPanel
 class UserDisplayTabPanelControl
           
 

Uses of PamTabPanel in UserInput
 

Classes in UserInput that implement PamTabPanel
 class UserInputPanel
           
 

Uses of PamTabPanel in videoRangePanel
 

Classes in videoRangePanel that implement PamTabPanel
 class VRTabPanelControl
           
 

Uses of PamTabPanel in whistleClassifier
 

Classes in whistleClassifier that implement PamTabPanel
 class WhistleClassifierTabPanelControl
           
 

Methods in whistleClassifier that return PamTabPanel
 PamTabPanel WhistleClassifierControl.getTabPanel()