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 TypeClassDescriptionclassSubclass for the td display.classSubclass 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) voidEffortControl.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 effortmonitor.swing
Methods in effortmonitor.swing with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionprotected voidEffortTableView.goTo(AbstractPamScroller scroller, long timeInMilliseconds) Go to a time (usually the end of an existing scroll period) -
Uses of AbstractPamScroller in Map
Methods in Map with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionvoidSimpleMap.scrollRangeChanged(AbstractPamScroller absPamScroller) voidSimpleMap.scrollValueChanged(AbstractPamScroller abstractPamScroller) -
Uses of AbstractPamScroller in pamScrollSystem
Subclasses of AbstractPamScroller in pamScrollSystemModifier and TypeClassDescriptionclassclassclassCreates a scroll bar system that allows users to navigate through data in real time and viewer mode.classclassSmall set of scroll controls which can be inserted into any window for controlling the loading of data in viewer mode.Fields in pamScrollSystem with type parameters of type AbstractPamScrollerModifier and TypeFieldDescriptionprotected Vector<AbstractPamScroller> AbstractScrollManager.pamScrollersMethods 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 TypeMethodDescriptionvoidAbstractScrollManager.addPamScroller(AbstractPamScroller abstractPamScroller) Add a new scroller to the managed list.voidViewerScrollerManager.addPamScroller(AbstractPamScroller pamScroller) protected voidStoredScrollerData.addScrollerData(AbstractPamScroller scroller) abstract longAbstractScrollManager.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.longRealTimeScrollManager.checkGapPos(AbstractPamScroller abstractPamScroller, long oldMin, long oldMax, long newMin, long newMax, int i) longViewerScrollerManager.checkGapPos(AbstractPamScroller scroller, long oldMin, long oldMax, long newMin, long newMax, int direction) voidAbstractPamScroller.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.protected PamScrollerDataStoredScrollerData.findScrollerData(AbstractPamScroller scroller) longViewerScrollerManager.getNextDataStart(AbstractPamScroller scroller, long timeMillis) longViewerScrollerManager.getPrevDataEnd(AbstractPamScroller scroller, long timeMillis) AbstractScrollManager.getStandardOptionsMenu(AbstractPamScroller pamScroller) ViewerScrollerManager.getStandardOptionsMenu(AbstractPamScroller pamScroller) abstract voidAbstractScrollManager.moveInnerScroller(AbstractPamScroller scroller, long newValue) Move the scroll bar component of a scroller.voidRealTimeScrollManager.moveInnerScroller(AbstractPamScroller scroller, long newValue) voidViewerScrollerManager.moveInnerScroller(AbstractPamScroller scroller, long newValue) abstract voidAbstractScrollManager.moveOuterScroller(AbstractPamScroller scroller, long newMin, long newMax) Move the data load component of a scroller.voidRealTimeScrollManager.moveOuterScroller(AbstractPamScroller scroller, long newMin, long newMax) voidViewerScrollerManager.moveOuterScroller(AbstractPamScroller scroller, long newMin, long newMax) voidAbstractScrollManager.removePamScroller(AbstractPamScroller abstractPamScroller) Remove a pam scroller from the managed list.voidPamScrollObserver.scrollRangeChanged(AbstractPamScroller pamScroller) Notification sent when a scroller or slider changes it's data rangevoidRangeSpinner.scrollRangeChanged(AbstractPamScroller pamScroller) voidPamScrollObserver.scrollValueChanged(AbstractPamScroller abstractPamScroller) Notification sent when a scroller or slider changes it's positionvoidRangeSpinner.scrollValueChanged(AbstractPamScroller pamScroller) static PamScrollerDataLoadOptionsDialog.showDialog(Window parentFrame, AbstractPamScroller scroller, JComponent parentComponent) voidAbstractScrollManager.uncoupleScroller(AbstractPamScroller abstractPamScroller) Uncouple a scroller. -
Uses of AbstractPamScroller in pamScrollSystem.coupling
Methods in pamScrollSystem.coupling with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionvoidScrollerCoupling.addScroller(AbstractPamScroller aScroller) Add a new scroller to the couplingvoidScrollerCoupling.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.voidScrollerCoupling.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.booleanScrollerCoupling.removeScroller(AbstractPamScroller aScroller) Remove a scroller form a couplingvoidScrollerCoupling.startTime(AbstractPamScroller hostScroller, long mouseTime) Start other displays at this mouse time ...protected voidScrollerCoupling.zoomToRange(AbstractPamScroller hostScroller, double[] markRange) -
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 TypeClassDescriptionclassA scroller UI interfacing with PAMGUARD programmed using JavaFX.Methods in pamViewFX.fxNodes.pamScrollers with parameters of type AbstractPamScrollerModifier and TypeMethodDescriptionvoidTimeRangeScrollSpinner.scrollRangeChanged(AbstractPamScroller pamScroller) voidTimeRangeScrollSpinner.scrollValueChanged(AbstractPamScroller abstractPamScroller) -
Uses of AbstractPamScroller in pamViewFX.fxNodes.pamScrollers.acousticScroller
Subclasses of AbstractPamScroller in pamViewFX.fxNodes.pamScrollers.acousticScrollerModifier and TypeClassDescriptionclassThe acoustic scroll pane shows a summary of all the acoustic data available in a particular scroll period.