Uses of Interface
PamView.PamSidePanel

Packages that use PamSidePanel
angleMeasurement   
beakedWhaleProtocol   
clickDetector   
depthReadout   
eventCounter   
generalDatabase   
PamController   
rocca   
SoundRecorder   
UserInput   
videoRangePanel   
whistleDetector   
whistlesAndMoans   
 

Uses of PamSidePanel in angleMeasurement
 

Classes in angleMeasurement that implement PamSidePanel
 class AngleSidePanel
           
 

Methods in angleMeasurement that return PamSidePanel
 PamSidePanel AngleControl.getSidePanel()
           
 

Uses of PamSidePanel in beakedWhaleProtocol
 

Classes in beakedWhaleProtocol that implement PamSidePanel
 class BeakedSidePanel
           
 

Methods in beakedWhaleProtocol that return PamSidePanel
 PamSidePanel BeakedControl.getSidePanel()
           
 

Uses of PamSidePanel in clickDetector
 

Classes in clickDetector that implement PamSidePanel
 class ClickSidePanel
           
 

Uses of PamSidePanel in depthReadout
 

Classes in depthReadout that implement PamSidePanel
 class DepthSidePanel
           
 

Methods in depthReadout that return PamSidePanel
 PamSidePanel DepthControl.getSidePanel()
           
 

Uses of PamSidePanel in eventCounter
 

Classes in eventCounter that implement PamSidePanel
 class EventCounterSidePanel
           
 

Uses of PamSidePanel in generalDatabase
 

Classes in generalDatabase that implement PamSidePanel
 class DBSidePanel
           
 

Methods in generalDatabase that return PamSidePanel
 PamSidePanel DBControl.getSidePanel()
           
 

Uses of PamSidePanel in PamController
 

Fields in PamController declared as PamSidePanel
private  PamSidePanel PamControlledUnit.sidePanel
          Optional additional graphics component to be displayed to the left of the main tab panel control.
 

Methods in PamController that return PamSidePanel
 PamSidePanel PamControlledUnit.getSidePanel()
          Gets a reference to a small panel to be displayed along the left hand edge of the main tab panel.
 

Methods in PamController with parameters of type PamSidePanel
 void PamControlledUnit.setSidePanel(PamSidePanel sidePanel)
          Sets the side panel for the PamControlledUnit Side panels are shown down the left hand side of the main Pamguard GUI and are always visible, irrespective of which tab is being viewed on the main tabbed display.
 

Uses of PamSidePanel in rocca
 

Classes in rocca that implement PamSidePanel
 class RoccaSidePanel
           
 

Uses of PamSidePanel in SoundRecorder
 

Classes in SoundRecorder that implement PamSidePanel
 class RecorderSidePanel
           
 

Uses of PamSidePanel in UserInput
 

Classes in UserInput that implement PamSidePanel
 class UserInputSidePanel
           
 

Uses of PamSidePanel in videoRangePanel
 

Classes in videoRangePanel that implement PamSidePanel
 class VRSidePanel
           
 

Uses of PamSidePanel in whistleDetector
 

Classes in whistleDetector that implement PamSidePanel
 class WhistleSidePanel
           
 

Uses of PamSidePanel in whistlesAndMoans
 

Methods in whistlesAndMoans that return PamSidePanel
 PamSidePanel WhistleMoanControl.getSidePanel()