Uses of Interface
pamScrollSystem.PamScrollObserver
Packages that use PamScrollObserver
-
Uses of PamScrollObserver in Map
Classes in Map that implement PamScrollObserverModifier and TypeClassDescriptionclassMainly a container for map objects, holding the main MapPanel and the right hand control items. -
Uses of PamScrollObserver in pamScrollSystem
Classes in pamScrollSystem that implement PamScrollObserverModifier and TypeClassDescriptionclassSpinner control used to set display ranges which can be added to a PamScroller.Fields in pamScrollSystem with type parameters of type PamScrollObserverModifier and TypeFieldDescriptionprotected Vector<PamScrollObserver> AbstractPamScroller.observersMethods in pamScrollSystem that return types with arguments of type PamScrollObserverMethods in pamScrollSystem with parameters of type PamScrollObserverModifier and TypeMethodDescriptionvoidAbstractPamScroller.addObserver(PamScrollObserver pamScrollObserver) Ad an observer that will receive notifications when the the scroller moves.voidAbstractPamScroller.removeObserver(PamScrollObserver pamScrollObserver) Remove an observer which no longer requires notifications when the scroller moves. -
Uses of PamScrollObserver in pamViewFX.fxNodes.pamScrollers
Classes in pamViewFX.fxNodes.pamScrollers that implement PamScrollObserverModifier and TypeClassDescriptionclassA time range spinner which allows integration with a PAMGUARD time scroll bar.