Uses of Class
PamController.PamConfiguration
Packages that use PamConfiguration
Package
Description
- 
Uses of PamConfiguration in bearinglocaliser
Constructors in bearinglocaliser with parameters of type PamConfigurationModifierConstructorDescriptionBearingLocaliserControl(PamConfiguration pamConfiguration, String unitName)  - 
Uses of PamConfiguration in clickDetector
Constructors in clickDetector with parameters of type PamConfigurationModifierConstructorDescriptionClickControl(PamConfiguration pamConfiguration, String name) New style constructor which get a configuraiton and a name. - 
Uses of PamConfiguration in fftManager
Constructors in fftManager with parameters of type PamConfiguration - 
Uses of PamConfiguration in generalDatabase
Constructors in generalDatabase with parameters of type PamConfigurationModifierConstructorDescriptionDBControl(PamConfiguration pamconfiguration, String unitName, int settingsStore, boolean openImmediately) DBControlUnit(PamConfiguration pamConfiguration, String unitName)  - 
Uses of PamConfiguration in PamController
Methods in PamController that return PamConfigurationModifier and TypeMethodDescriptionPamControlledUnit.getPamConfiguration()The PamConfiguration holds the master list of modules which form part of a configuration.PamController.getPamConfiguration()Get the main PAMGuard configuration (list of connected modules).PamSettingManager.getSecondaryConfiguration()Methods in PamController that return types with arguments of type PamConfigurationModifier and TypeMethodDescriptionstatic ArrayList<PamConfiguration> PamConfiguration.getAllConfigurations()A static list of ALL configurations.Methods in PamController with parameters of type PamConfigurationModifier and TypeMethodDescriptionvoidPamControlledUnit.setPamConfiguration(PamConfiguration pamConfiguration) voidPamSettingManager.setSecondaryConfiguration(PamConfiguration secondaryConfiguration) Warning - fragile code.Constructors in PamController with parameters of type PamConfigurationModifierConstructorDescriptionPamControlledUnit(PamConfiguration pamConfiguration, String unitType, String unitName)  - 
Uses of PamConfiguration in PamguardMVC
Methods in PamguardMVC that return PamConfigurationModifier and TypeMethodDescriptionPamDataBlock.getPamConfiguration()Get the configuration for this datablock. - 
Uses of PamConfiguration in PamModel
Methods in PamModel with parameters of type PamConfigurationModifier and TypeMethodDescriptionPamModuleInfo.create(PamConfiguration pamConfiguration, String unitName)  - 
Uses of PamConfiguration in PamView
Methods in PamView with parameters of type PamConfigurationModifier and TypeMethodDescriptionstatic voidPamObjectViewer.Show(Frame frame, PamConfiguration pamConfiguration)  - 
Uses of PamConfiguration in pamViewFX.fxNodes.utilityPanes
Constructors in pamViewFX.fxNodes.utilityPanes with parameters of type PamConfigurationModifierConstructorDescriptionSourcePaneFX(String borderTitle, PamConfiguration pamConfiguration, Class sourceType, boolean hasChannels, boolean includeSubClasses) Construct a panel with a titles border - 
Uses of PamConfiguration in ravendata
Constructors in ravendata with parameters of type PamConfigurationModifierConstructorDescriptionRavenControl(PamConfiguration pamConfiguration, String unitType, String unitName)  - 
Uses of PamConfiguration in spectrogramNoiseReduction
Constructors in spectrogramNoiseReduction with parameters of type PamConfigurationModifierConstructorDescriptionSpectrogramNoiseControl(PamConfiguration pamConfiguration, String unitName)  - 
Uses of PamConfiguration in tethys.species
Methods in tethys.species with parameters of type PamConfigurationModifier and TypeMethodDescriptionvoidSpeciesMapManager.gatherSpeciesMaps(PamConfiguration configuration) Get species maps from all PAMGuard datablocks which have such a map Nothing is ever removed from here, which probably matters.SpeciesMapManager.getSettingsReference(PamConfiguration pamConfiguration) Gathers species maps from datablocks using the given configuration (used in batch control) - 
Uses of PamConfiguration in whistlesAndMoans
Constructors in whistlesAndMoans with parameters of type PamConfigurationModifierConstructorDescriptionWhistleMoanControl(PamConfiguration pamConfiguration, String unitName)