Uses of Class
PamController.PamViewParameters
Packages that use PamViewParameters
Package
Description
-
Uses of PamViewParameters in clickTrainDetector.logging
Methods in clickTrainDetector.logging with parameters of type PamViewParametersModifier and TypeMethodDescriptionClickTrainDetLogging.getViewerLoadClause
(SQLTypes sqlTypes, PamViewParameters pvp) -
Uses of PamViewParameters in difar.trackedGroups
Methods in difar.trackedGroups with parameters of type PamViewParametersModifier and TypeMethodDescriptionboolean
TrackedGroupSqlLogging.loadViewData
(PamConnection con, PamViewParameters pamViewParameters, ViewLoadObserver loadObserver) After loading the tracked groups, triangulate the positions of all the loaded groups -
Uses of PamViewParameters in generalDatabase
Methods in generalDatabase with parameters of type PamViewParametersModifier and TypeMethodDescriptionSQLLogging.getEarlyLoadClause
(SQLTypes sqlTypes, PamViewParameters pvp) clause for loading data just prior to the normal viewer load time.PamTableDefinition.getSQLSelectString
(SQLTypes sqlTypes, PamViewParameters pamViewParameters) gets an sql select string for the table that selects all fields.SQLLogging.getViewerEverythingClause
(SQLTypes sqlTypes, PamViewParameters pvp) Get a load clause which selects everything, still ordered by UTC.SQLLogging.getViewerLessThanClause
(SQLTypes sqlTypes, PamViewParameters pvp, boolean onlyNulls, String colNameToTest) Get a clause for loading viewer data where UTC time is less than the passed end time.SQLLogging.getViewerLoadClause
(SQLTypes sqlTypes, PamViewParameters pvp) Get a standard select clause for loading viewer data, this is basically that UTC is between two times.SQLLogging.getViewerOverlapClause
(SQLTypes sqlTypes, PamViewParameters pvp, String endTimeName) Get a clause for loading viewer data where an overlap is required between an extended event and the data load period.boolean
SQLLogging.loadEarlyData
(PamConnection con, PamViewParameters pamViewParameters) Load early database data.boolean
SQLLogging.loadEarlyData
(PamViewParameters pamViewParameters) Load early database data.SQLLogging.loadSubtableData
(PamConnection con, SQLLogging parentLogging, PamViewParameters pvp, ViewLoadObserver loadObserver) Called within a subLogging from the superLogging Loads the subtable data related to sub/superdetection linking, and stores it in a PamSubtableData ArrayList for reattachment later.boolean
SQLLogging.loadViewData
(PamConnection con, PamViewParameters pamViewParameters, ViewLoadObserver loadObserver) Load viewer data for a single datablock.boolean
SQLLogging.loadViewData
(PamViewParameters pamViewParameters, ViewLoadObserver loadObserver) boolean
SuperDetLogging.loadViewData
(PamConnection con, PamViewParameters pamViewParameters, ViewLoadObserver loadObserver) -
Uses of PamViewParameters in generalDatabase.clauses
Subclasses of PamViewParameters in generalDatabase.clausesModifier and TypeClassDescriptionclass
class
Modification of PAMViewParameters to work using a list of UID's rather than a between times type string. -
Uses of PamViewParameters in loggerForms
Methods in loggerForms with parameters of type PamViewParametersModifier and TypeMethodDescriptionFormsLogging.getViewerLoadClause
(SQLTypes sqlTypes, PamViewParameters pvp) boolean
FormsLogging.loadViewData
(PamConnection con, PamViewParameters pamViewParameters, ViewLoadObserver loadObserver) -
Uses of PamViewParameters in PamController
Fields in PamController declared as PamViewParametersMethods in PamController that return PamViewParametersMethods in PamController with parameters of type PamViewParametersModifier and TypeMethodDescriptionboolean
PamViewParameters.equals
(PamViewParameters otherParameters) -
Uses of PamViewParameters in PamView
Methods in PamView that return PamViewParametersModifier and TypeMethodDescriptionstatic PamViewParameters
ViewTimesDialog.showDialog
(Frame frame, PamViewParameters guiParameters) Methods in PamView with parameters of type PamViewParametersModifier and TypeMethodDescriptionstatic PamViewParameters
ViewTimesDialog.showDialog
(Frame frame, PamViewParameters guiParameters)