Uses of Class
PamController.PamControlledUnit

Packages that use PamControlledUnit
Acquisition   
AirgunDisplay   
AIS   
amplifier   
angleMeasurement   
angleVetoes   
beakedWhaleProtocol   
binaryFileStorage   
clickDetector   
clipgenerator   
dataMap   
decimator   
depthReadout   
EdgeDetector   
fftManager   
Filters   
generalDatabase   
GPS   
ishmaelComms   
IshmaelDetector   
IshmaelLocator   
KernelSmoothing   
landMarks   
likelihoodDetectionModule   
listening   
loc3d_Thode   
Localiser   
Map   
NMEA   
nmeaEmulator   
noiseMonitor   
offlineProcessing   
PamController   
PamguardMVC   
PamModel   
PamView   
patchPanel   
rocca   
seismicVeto   
soundPlayback   
SoundRecorder   
Spectrogram   
spectrogramNoiseReduction   
terrella   
userDisplay   
UserInput   
videoRangePanel   
whistleClassifier   
whistleDetector   
whistlesAndMoans   
whitesWhistleDetector   
WorkshopDemo   
 

Uses of PamControlledUnit in Acquisition
 

Subclasses of PamControlledUnit in Acquisition
 class AcquisitionControl
          Main data acquisition control to get audio data from sound cards, NI cards (via UDP), files, directories of files, etc.
 

Uses of PamControlledUnit in AirgunDisplay
 

Subclasses of PamControlledUnit in AirgunDisplay
 class AirgunControl
           
 

Uses of PamControlledUnit in AIS
 

Subclasses of PamControlledUnit in AIS
 class AISControl
           
 

Uses of PamControlledUnit in amplifier
 

Subclasses of PamControlledUnit in amplifier
 class AmpControl
           
 

Uses of PamControlledUnit in angleMeasurement
 

Subclasses of PamControlledUnit in angleMeasurement
 class AngleControl
           
 

Uses of PamControlledUnit in angleVetoes
 

Fields in angleVetoes declared as PamControlledUnit
private  PamControlledUnit AngleVetoes.pamControlledUnit
           
 

Constructors in angleVetoes with parameters of type PamControlledUnit
AngleVetoes(PamControlledUnit pamControlledUnit)
           
 

Uses of PamControlledUnit in beakedWhaleProtocol
 

Subclasses of PamControlledUnit in beakedWhaleProtocol
 class BeakedControl
           
 

Uses of PamControlledUnit in binaryFileStorage
 

Subclasses of PamControlledUnit in binaryFileStorage
 class BinaryStore
          The binary store will work very much like the database in that it monitors the output of data streams and when data is added to them it writes it to the binary store.
 

Uses of PamControlledUnit in clickDetector
 

Subclasses of PamControlledUnit in clickDetector
 class ClickControl
          Main Controller for click detection.
 

Uses of PamControlledUnit in clipgenerator
 

Subclasses of PamControlledUnit in clipgenerator
 class ClipControl
           
 

Constructors in clipgenerator with parameters of type PamControlledUnit
ClipProcess(PamControlledUnit pamControlledUnit)
           
 

Uses of PamControlledUnit in dataMap
 

Subclasses of PamControlledUnit in dataMap
 class DataMapControl
          The data map appears only during PAMGUARD viewer mode and is the root of a navigation system allowing the operator to scroll easily through large amounts of data.
 

Uses of PamControlledUnit in decimator
 

Subclasses of PamControlledUnit in decimator
 class DecimatorControl
           
 

Uses of PamControlledUnit in depthReadout
 

Subclasses of PamControlledUnit in depthReadout
 class DepthControl
           
 

Uses of PamControlledUnit in EdgeDetector
 

Subclasses of PamControlledUnit in EdgeDetector
 class EdgeControl
          Edge detector control
 

Constructors in EdgeDetector with parameters of type PamControlledUnit
EdgeProcess(PamControlledUnit pamControlledUnit)
           
 

Uses of PamControlledUnit in fftManager
 

Subclasses of PamControlledUnit in fftManager
 class PamFFTControl
           
 

Uses of PamControlledUnit in Filters
 

Subclasses of PamControlledUnit in Filters
 class FilterControl
           
 

Uses of PamControlledUnit in generalDatabase
 

Subclasses of PamControlledUnit in generalDatabase
 class DBControl
          Database system for accessing data in just about any type of odbc database.
 class DBControlSettings
          Version of DBControl for loading settings at program startup.
 class DBControlUnit
          Version of DBControl for normal use while PAMGUARD is running - reading and writing of data
 

Methods in generalDatabase with parameters of type PamControlledUnit
private  void LogModules.saveUnit(long timeMillis, PamControlledUnit pUnit)
           
 

Uses of PamControlledUnit in GPS
 

Subclasses of PamControlledUnit in GPS
 class GPSControl
           
 

Uses of PamControlledUnit in ishmaelComms
 

Subclasses of PamControlledUnit in ishmaelComms
 class IshmaelDataControl
           
 

Uses of PamControlledUnit in IshmaelDetector
 

Subclasses of PamControlledUnit in IshmaelDetector
 class EnergySumControl
           
 class IshDetControl
           
 class MatchFiltControl
           
 class SgramCorrControl
           
 

Uses of PamControlledUnit in IshmaelLocator
 

Subclasses of PamControlledUnit in IshmaelLocator
 class IshLocControl
          This implements the two locators from Ishmael.
 

Uses of PamControlledUnit in KernelSmoothing
 

Subclasses of PamControlledUnit in KernelSmoothing
 class KernelSmoothingControl
           
 

Uses of PamControlledUnit in landMarks
 

Subclasses of PamControlledUnit in landMarks
 class LandmarkControl
           
 

Uses of PamControlledUnit in likelihoodDetectionModule
 

Subclasses of PamControlledUnit in likelihoodDetectionModule
 class LikelihoodDetectionUnit
          The class LikelihoodDetectionUnit implements that standard PamControlledUnit functionality required by PamGuard for a plug-in module.
 class LikelihoodFFTController
          The class LikelihoodFFTController manages the automatic creation of any FFT processes that are required to support the target configurations.
 

Constructors in likelihoodDetectionModule with parameters of type PamControlledUnit
LikelihoodFFTProcess(PamControlledUnit pamControlledUnit, PamDataBlock parentDataBlock, LikelihoodFFTParameters params)
           
 

Uses of PamControlledUnit in listening
 

Subclasses of PamControlledUnit in listening
 class ListeningControl
           
 

Uses of PamControlledUnit in loc3d_Thode
 

Subclasses of PamControlledUnit in loc3d_Thode
 class TowedArray3DController
           
 

Uses of PamControlledUnit in Localiser
 

Fields in Localiser declared as PamControlledUnit
private  PamControlledUnit DetectionGrouper.pamControlledUnit
           
 

Constructors in Localiser with parameters of type PamControlledUnit
DetectionGrouper(PamControlledUnit pamControlledUnit, PamDataBlock<t> sourceDataBlock)
           
 

Uses of PamControlledUnit in Map
 

Subclasses of PamControlledUnit in Map
 class MapController
           
 

Uses of PamControlledUnit in NMEA
 

Subclasses of PamControlledUnit in NMEA
 class NMEAControl
           
 

Uses of PamControlledUnit in nmeaEmulator
 

Fields in nmeaEmulator with type parameters of type PamControlledUnit
private  java.util.ArrayList<PamControlledUnit> NMEAFrontEnd.simulatedUnits
           
 

Uses of PamControlledUnit in noiseMonitor
 

Subclasses of PamControlledUnit in noiseMonitor
 class NoiseControl
          Extract noise statistics from acoustic data.
 

Uses of PamControlledUnit in offlineProcessing
 

Fields in offlineProcessing declared as PamControlledUnit
private  PamControlledUnit OfflineTaskGroup.pamControlledUnit
           
 

Methods in offlineProcessing with parameters of type PamControlledUnit
 boolean TaskLogging.logTask(PamControlledUnit pcu, OfflineTask task, long startTime, long endTime, int completionStatus)
           
 

Constructors in offlineProcessing with parameters of type PamControlledUnit
OfflineTaskGroup(PamControlledUnit pamControlledUnit)
          PamControlledunit required in constructor since some bookkeeping will be goign on in the backgroun which will need the unit type and name.
 

Uses of PamControlledUnit in PamController
 

Fields in PamController with type parameters of type PamControlledUnit
private  java.util.ArrayList<PamControlledUnit> PamController.pamControlledUnits
           
 

Methods in PamController that return PamControlledUnit
 PamControlledUnit PamController.findControlledUnit(java.lang.Class unitClass, java.lang.String unitName)
           
 PamControlledUnit PamControllerInterface.findControlledUnit(java.lang.String unitType)
          Finds a PamControlledUnit of a given type but with any name
 PamControlledUnit PamController.findControlledUnit(java.lang.String unitType)
           
 PamControlledUnit PamControllerInterface.findControlledUnit(java.lang.String unitType, java.lang.String unitName)
          Finds a PamControlledUnit of a given type and name
 PamControlledUnit PamController.findControlledUnit(java.lang.String unitType, java.lang.String unitName)
           
 PamControlledUnit PamControllerInterface.getControlledUnit(int iUnit)
          Returns a reference to a PamControlledUnit within the COntroller
 PamControlledUnit PamController.getControlledUnit(int iUnit)
           
 

Methods in PamController that return types with arguments of type PamControlledUnit
 java.util.ArrayList<PamControlledUnit> PamController.findControlledUnits(java.lang.String unitType)
          Get a list of PamControlledUnit units of a given type
 

Methods in PamController with parameters of type PamControlledUnit
 void PamControllerInterface.addControlledUnit(PamControlledUnit controlledUnit)
          Adds a PamControlledUnit to the controller.
 void PamController.addControlledUnit(PamControlledUnit controlledUnit)
           
 void PamControllerInterface.removeControlledUnt(PamControlledUnit controlledUnit)
          Removes a PamControlledUnit from the controller
 void PamController.removeControlledUnt(PamControlledUnit controlledUnit)
           
private  boolean PamController.setModulePosition(PamControlledUnit pcu, int position)
          Sets the position of a particular PamControlledUnit in the list.
 void PamController.showControlledUnit(PamControlledUnit unit)
           
private  void PamController.switchModules(PamControlledUnit m1, PamControlledUnit m2)
          Swaps the positions of two modules in the main list of modules and also swaps their tabs (if they have them).
 

Uses of PamControlledUnit in PamguardMVC
 

Fields in PamguardMVC declared as PamControlledUnit
private  PamControlledUnit PamProcess.pamControlledUnit
           
 

Methods in PamguardMVC that return PamControlledUnit
 PamControlledUnit PamProcess.getPamControlledUnit()
           
 

Methods in PamguardMVC with parameters of type PamControlledUnit
 void PamProcess.makePamProcess(PamControlledUnit pamControlledUnit, PamDataBlock parentDataBlock, java.lang.String processName)
           
 

Constructors in PamguardMVC with parameters of type PamControlledUnit
PamProcess(PamControlledUnit pamControlledUnit, PamDataBlock parentDataBlock)
           
PamProcess(PamControlledUnit pamControlledUnit, PamDataBlock parentDataBlock, java.lang.String processName)
           
 

Uses of PamControlledUnit in PamModel
 

Fields in PamModel declared as PamControlledUnit
(package private)  PamControlledUnit PamModuleInfo.RemoveModuleMenuAction.pamControlledUnit
           
 

Methods in PamModel that return PamControlledUnit
 PamControlledUnit PamModuleInfo.create(java.lang.String unitName)
           
 

Methods in PamModel with parameters of type PamControlledUnit
private  void PamModuleInfo.moduleRemoved(PamControlledUnit controlledUnit)
           
 

Constructors in PamModel with parameters of type PamControlledUnit
PamModuleInfo.RemoveModuleMenuAction(PamControlledUnit pamControlledUnit)
           
 

Uses of PamControlledUnit in PamView
 

Fields in PamView declared as PamControlledUnit
protected  PamControlledUnit PamObjectViewer.PamControllerView.pamControlledUnit
           
 PamControlledUnit PamObjectViewer.PamProcessView.pamControlledUnit
           
(package private)  PamControlledUnit PamObjectViewer.ProcessPopupListener.pamControlledUnit
           
(package private)  PamControlledUnit GuiFrameManager.TabMover.pamControlledUnit
           
 

Methods in PamView that return PamControlledUnit
(package private)  PamControlledUnit PamGui.findControlledUnit(int tabNo)
           
 

Methods in PamView with parameters of type PamControlledUnit
 void PamViewInterface.addControlledUnit(PamControlledUnit unit)
           
 void PamObjectViewer.addControlledUnit(PamControlledUnit unit)
           
 void PamGui.addControlledUnit(PamControlledUnit unit)
           
 void GuiFrameManager.addControlledUnit(PamControlledUnit controlledUnit)
           
(package private)  PamObjectViewer.PamControllerView PamObjectViewer.findControllerView(PamControlledUnit pamControlledUnit)
           
private  void GuiFrameManager.moveUnit(PamControlledUnit pcu, int currentFrame, int destinationFrame)
           
 void PamViewInterface.removeControlledUnit(PamControlledUnit unit)
           
 void PamObjectViewer.removeControlledUnit(PamControlledUnit unit)
           
 void PamGui.removeControlledUnit(PamControlledUnit unit)
           
 void GuiFrameManager.removeControlledUnt(PamControlledUnit controlledUnit)
           
abstract  void PamView.renameControlledUnit(PamControlledUnit pamControlledUnit)
           
 void PamGui.renameControlledUnit(PamControlledUnit unit)
           
 void PamViewInterface.showControlledUnit(PamControlledUnit unit)
           
abstract  void PamView.showControlledUnit(PamControlledUnit pamControlledUnit)
          tells the view to show the main display panel of a pamControlledUnit
 void PamObjectViewer.showControlledUnit(PamControlledUnit unit)
           
 void PamGui.showControlledUnit(PamControlledUnit pamControlledUnit)
           
 void GuiFrameManager.showControlledUnit(PamControlledUnit unit)
           
 

Constructors in PamView with parameters of type PamControlledUnit
GuiFrameManager.TabMover(PamControlledUnit pamControlledUnit, int currentFrame, int destinationFrame)
           
PamObjectViewer.PamControllerView(PamControlledUnit pamControlledUnit)
           
PamObjectViewer.PamProcessView(PamControlledUnit pamControlledUnit, PamProcess pamProcess)
           
PamObjectViewer.ProcessPopupListener(PamControlledUnit pamControlledUnit, javax.swing.JInternalFrame jInternalFrame)
           
 

Uses of PamControlledUnit in patchPanel
 

Subclasses of PamControlledUnit in patchPanel
 class PatchPanelControl
           
 

Uses of PamControlledUnit in rocca
 

Subclasses of PamControlledUnit in rocca
 class RoccaControl
          Main controller for Rocca
 

Uses of PamControlledUnit in seismicVeto
 

Subclasses of PamControlledUnit in seismicVeto
 class VetoController
           
 

Uses of PamControlledUnit in soundPlayback
 

Subclasses of PamControlledUnit in soundPlayback
 class PlaybackControl
          Main Pam Controller for sound playback modules.
 

Uses of PamControlledUnit in SoundRecorder
 

Subclasses of PamControlledUnit in SoundRecorder
 class RecorderControl
          Control a sound file recorder.
 

Uses of PamControlledUnit in Spectrogram
 

Constructors in Spectrogram with parameters of type PamControlledUnit
SpectrogramMarkProcess(PamControlledUnit pamControlledUnit)
           
 

Uses of PamControlledUnit in spectrogramNoiseReduction
 

Subclasses of PamControlledUnit in spectrogramNoiseReduction
 class SpectrogramNoiseControl
           
 

Constructors in spectrogramNoiseReduction with parameters of type PamControlledUnit
SpectrogramNoiseProcess(PamControlledUnit pamControlledUnit)
           
 

Uses of PamControlledUnit in terrella
 

Subclasses of PamControlledUnit in terrella
 class TerrellaControl
           
 

Uses of PamControlledUnit in userDisplay
 

Subclasses of PamControlledUnit in userDisplay
 class UserDisplayControl
           
 

Uses of PamControlledUnit in UserInput
 

Subclasses of PamControlledUnit in UserInput
 class UserInputController
           
 

Uses of PamControlledUnit in videoRangePanel
 

Subclasses of PamControlledUnit in videoRangePanel
 class VRControl
           
 

Uses of PamControlledUnit in whistleClassifier
 

Subclasses of PamControlledUnit in whistleClassifier
 class WhistleClassifierControl
          Whistle Classifier control class.
 

Uses of PamControlledUnit in whistleDetector
 

Subclasses of PamControlledUnit in whistleDetector
 class WhistleControl
           
 

Uses of PamControlledUnit in whistlesAndMoans
 

Subclasses of PamControlledUnit in whistlesAndMoans
 class WhistleMoanControl
           
 

Constructors in whistlesAndMoans with parameters of type PamControlledUnit
SpectrogramMedianFilter(PamControlledUnit pamControlledUnit, PamDataBlock parentDataBlock)
           
WhistleDetectionGrouper(PamControlledUnit pamControlledUnit, PamDataBlock sourceDataBlock)
           
 

Uses of PamControlledUnit in whitesWhistleDetector
 

Subclasses of PamControlledUnit in whitesWhistleDetector
 class WhitesWhistleControl
           
 

Constructors in whitesWhistleDetector with parameters of type PamControlledUnit
SpectrogramMedianFilter(PamControlledUnit pamControlledUnit, PamDataBlock parentDataBlock)
           
 

Uses of PamControlledUnit in WorkshopDemo
 

Subclasses of PamControlledUnit in WorkshopDemo
 class WorkshopController
          Simple detector designed to demonstrate main Pamguard developer environment, using as many Pamguard features as possible, but in a really simple way.