Uses of Interface
gov.llnl.gnem.apps.coda.calibration.gui.data.client.api.ParameterClient
Packages that use ParameterClient
Package
Description
-
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui
Constructors in gov.llnl.gnem.apps.coda.calibration.gui with parameters of type ParameterClientModifierConstructorDescriptionCodaGuiController
(LeafletMapController cctMapController, CertLeafletMapController certMapController, WaveformClient waveformClient, EnvelopeLoadingController waveformLoadingController, CodaParamLoadingController codaParamLoadingController, ReferenceEventLoadingController refEventLoadingController, SpectraRatioLoadingController spectraRatioLoadingController, CalibrationClient calibrationClient, ParamExporter paramExporter, LoadRatioEventsGuiController ratioLoadGui, WaveformGui waveformGui, DataController data, EventTableController eventTable, ParametersController param, ShapeController shape, PathController path, SiteController site, MeasuredMwsController measuredMws, ParameterClient configClient, EnvelopeGuiController envelopeGui, SpectraRatioGuiController spectraGui, HostnameVerifier hostnameVerifier, SSLContext sslContext, org.springframework.core.env.Environment env, com.google.common.eventbus.EventBus bus) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.controllers
Fields in gov.llnl.gnem.apps.coda.calibration.gui.controllers declared as ParameterClientModifier and TypeFieldDescriptionprotected ParameterClient
AbstractMeasurementController.paramClient
protected ParameterClient
EventTableController.paramClient
Constructors in gov.llnl.gnem.apps.coda.calibration.gui.controllers with parameters of type ParameterClientModifierConstructorDescriptionprotected
AbstractMeasurementController
(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, GeoMap map, MapPlottingUtilities iconFactory, ParamExporter paramExporter, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) CodaParamLoadingController
(List<FileToParameterConverter<?>> fileConverters, ParameterClient paramsClient, EventClient eventClient, com.google.common.eventbus.EventBus bus) Instantiates a new coda param loading controller to handle loading files and converting them to domain objects.protected
EventTableController
(SpectraClient spectraClient, ParameterClient paramClient, EventClient referenceEventClient, WaveformClient waveformClient, SymbolStyleMapFactory styleFactory, PlotFactory plotFactory, com.google.common.eventbus.EventBus bus) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.controllers.parameters
Constructors in gov.llnl.gnem.apps.coda.calibration.gui.controllers.parameters with parameters of type ParameterClientModifierConstructorDescriptionModelController
(ParameterClient client, com.google.common.eventbus.EventBus bus) SharedBandController
(ParameterClient client, com.google.common.eventbus.EventBus bus) SiteBandController
(ParameterClient client) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.data.client
Classes in gov.llnl.gnem.apps.coda.calibration.gui.data.client that implement ParameterClient -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters
Constructors in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters with parameters of type ParameterClientModifierConstructorDescriptionParamExporter
(ParameterClient paramClient, EventClient eventClient, List<ParamTempFileWriter> paramWriters, List<MeasuredMwTempFileWriter> mwWriters, List<ReferenceMwTempFileWriter> referenceMwWriters, List<ValidationMwTempFileWriter> validationMwWriters, List<SpectraTempFileWriter> spectraWriters) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.events
Constructors in gov.llnl.gnem.apps.coda.calibration.gui.events with parameters of type ParameterClient -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Constructors in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type ParameterClientModifierConstructorDescriptionCodaWaveformPlot
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramClient, PeakVelocityClient velocityClient, BooleanSupplier showGroupVelocity, BooleanSupplier showWindowLines, BooleanSupplier showCodaStartLine, TimeSeries... seismograms) CodaWaveformPlotManager
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramsClient, PeakVelocityClient peakVelocityClient, CertLeafletMapController certMap, LeafletMapController cctMap, MapPlottingUtilities mapPlotUtils) WaveformGui
(WaveformClient waveformClient, ShapeMeasurementClient shapeClient, ParameterClient paramsClient, PeakVelocityClient peakVelocityClient, LeafletMapController cctMap, CertLeafletMapController certMap, MapPlottingUtilities mapPlotUtilities, com.google.common.eventbus.EventBus bus) -
Uses of ParameterClient in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
Classes in gov.llnl.gnem.apps.coda.calibration.standalone.data.client that implement ParameterClient