Uses of Class
pamScrollSystem.AbstractPamScroller
Packages that use AbstractPamScroller
Package
Description
-
Uses of AbstractPamScroller in dataPlots
Subclasses of AbstractPamScroller in dataPlots -
Uses of AbstractPamScroller in dataPlotsFX.scroller
Subclasses of AbstractPamScroller in dataPlotsFX.scrollerModifier and TypeClassDescriptionclass
Subclass for the td display.class
Subclass for the td display. -
Uses of AbstractPamScroller in effortmonitor
Methods in effortmonitor that return AbstractPamScrollerMethods in effortmonitor with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionEffortDataBlock.findActiveUnit
(AbstractPamScroller scroller) void
EffortControl.goToTime
(AbstractPamScroller scroller, long timeInMilliseconds) Constructors in effortmonitor with parameters of type AbstractPamScrollerModifierConstructorDescriptionEffortDataUnit
(int databaseIndex, AbstractPamScroller scroller, String displayName, long timeMilliseconds, long endTime, String observer, String objective, long sessStart, long sessEnd, String runMode) Constructor to use when reloading from database.EffortDataUnit
(AbstractPamScroller scroller, String observer, String objective) Constructor for new scroll effort data -
Uses of AbstractPamScroller in Map
Methods in Map with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionvoid
SimpleMap.scrollRangeChanged
(AbstractPamScroller absPamScroller) void
SimpleMap.scrollValueChanged
(AbstractPamScroller abstractPamScroller) -
Uses of AbstractPamScroller in pamScrollSystem
Subclasses of AbstractPamScroller in pamScrollSystemModifier and TypeClassDescriptionclass
class
class
Creates a scroll bar system that allows users to navigate through data in real time and viewer mode.class
class
Small set of scroll controls which can be inserted into any window for controlling the loading of data in viewer mode.Methods in pamScrollSystem that return AbstractPamScrollerModifier and TypeMethodDescriptionAbstractScrollManager.findScroller
(String scrollerName) Find a scroller with a given name.Methods in pamScrollSystem that return types with arguments of type AbstractPamScrollerMethods in pamScrollSystem with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionvoid
AbstractScrollManager.addPamScroller
(AbstractPamScroller abstractPamScroller) Add a new scroller to the managed list.void
ViewerScrollerManager.addPamScroller
(AbstractPamScroller pamScroller) abstract long
AbstractScrollManager.checkGapPos
(AbstractPamScroller abstractPamScroller, long oldMin, long oldMax, long newMin, long newMax, int direction) Check to see whether or not we are scrolling into a data gap.long
RealTimeScrollManager.checkGapPos
(AbstractPamScroller abstractPamScroller, long oldMin, long oldMax, long newMin, long newMax, int i) long
ViewerScrollerManager.checkGapPos
(AbstractPamScroller scroller, long oldMin, long oldMax, long newMin, long newMax, int direction) void
AbstractPamScroller.coupledScrollerChanged
(ScrollerCoupling scrollerCoupling, AbstractPamScroller scroller) Called when a scroller which is coupled to this scroller changes in any way.AbstractScrollManager.coupleScroller
(AbstractPamScroller abstractPamScroller, String couplingName) Couple a scroller to another scroller so that both have exactly the same behaviour, load the same data period, move their scrolls together, etc.long
ViewerScrollerManager.getNextDataStart
(AbstractPamScroller scroller, long timeMillis) long
ViewerScrollerManager.getPrevDataEnd
(AbstractPamScroller scroller, long timeMillis) AbstractScrollManager.getStandardOptionsMenu
(AbstractPamScroller pamScroller) ViewerScrollerManager.getStandardOptionsMenu
(AbstractPamScroller pamScroller) abstract void
AbstractScrollManager.moveInnerScroller
(AbstractPamScroller scroller, long newValue) Move the scroll bar component of a scroller.void
RealTimeScrollManager.moveInnerScroller
(AbstractPamScroller scroller, long newValue) void
ViewerScrollerManager.moveInnerScroller
(AbstractPamScroller scroller, long newValue) abstract void
AbstractScrollManager.moveOuterScroller
(AbstractPamScroller scroller, long newMin, long newMax) Move the data load component of a scroller.void
RealTimeScrollManager.moveOuterScroller
(AbstractPamScroller scroller, long newMin, long newMax) void
ViewerScrollerManager.moveOuterScroller
(AbstractPamScroller scroller, long newMin, long newMax) void
AbstractScrollManager.removePamScroller
(AbstractPamScroller abstractPamScroller) Remove a pam scroller from the managed list.void
PamScrollObserver.scrollRangeChanged
(AbstractPamScroller pamScroller) Notification sent when a scroller or slider changes it's data rangevoid
RangeSpinner.scrollRangeChanged
(AbstractPamScroller pamScroller) void
PamScrollObserver.scrollValueChanged
(AbstractPamScroller abstractPamScroller) Notification sent when a scroller or slider changes it's positionvoid
RangeSpinner.scrollValueChanged
(AbstractPamScroller pamScroller) static PamScrollerData
LoadOptionsDialog.showDialog
(Window parentFrame, AbstractPamScroller scroller, JComponent parentComponent) void
AbstractScrollManager.uncoupleScroller
(AbstractPamScroller abstractPamScroller) Uncouple a scroller. -
Uses of AbstractPamScroller in pamScrollSystem.coupling
Methods in pamScrollSystem.coupling with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionvoid
ScrollerCoupling.addScroller
(AbstractPamScroller aScroller) Add a new scroller to the couplingvoid
ScrollerCoupling.centreTime
(AbstractPamScroller hostScroller, long mouseTime) Centre other displays at this mouse time ...List<javafx.scene.control.MenuItem>
ScrollerCoupling.getPopupMenuItems
(AbstractPamScroller hostScroller, OverlayMark overlayMark, Long mouseTime) Get a list of menu commands that can be inserted into a popup menu when a display is clicked, which may or may not have an overlay mark on it.void
ScrollerCoupling.notifyOthers
(AbstractPamScroller scroller) Notify other scrollers in the set that a scroller has changed then pass them a reference to the changed scroller so that they can copy information from it.boolean
ScrollerCoupling.removeScroller
(AbstractPamScroller aScroller) Remove a scroller form a couplingvoid
ScrollerCoupling.startTime
(AbstractPamScroller hostScroller, long mouseTime) Start other displays at this mouse time ... -
Uses of AbstractPamScroller in pamScrollSystem.jumping
Methods in pamScrollSystem.jumping that return AbstractPamScrollerConstructors in pamScrollSystem.jumping with parameters of type AbstractPamScrollerModifierConstructorDescriptionScrollJumper
(AbstractPamScroller parentScroller, Component mainComponent) -
Uses of AbstractPamScroller in pamViewFX.fxNodes.pamScrollers
Subclasses of AbstractPamScroller in pamViewFX.fxNodes.pamScrollersModifier and TypeClassDescriptionclass
A scroller UI interfacing with PAMGUARD programmed using JavaFX.Methods in pamViewFX.fxNodes.pamScrollers with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionvoid
TimeRangeScrollSpinner.scrollRangeChanged
(AbstractPamScroller pamScroller) void
TimeRangeScrollSpinner.scrollValueChanged
(AbstractPamScroller abstractPamScroller) -
Uses of AbstractPamScroller in pamViewFX.fxNodes.pamScrollers.acousticScroller
Subclasses of AbstractPamScroller in pamViewFX.fxNodes.pamScrollers.acousticScrollerModifier and TypeClassDescriptionclass
The acoustic scroll pane shows a summary of all the acoustic data available in a particular scroll period.