Uses of Class
pamScrollSystem.coupling.ScrollerCoupling
Packages that use ScrollerCoupling
-
Uses of ScrollerCoupling in pamScrollSystem
Methods in pamScrollSystem that return ScrollerCouplingModifier and TypeMethodDescriptionAbstractPamScroller.coupleScroller
(String couplingName) Couple this scroller to another scroller so that both have exactly the same behaviour, load the same data period, move their scrolls together, etc.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.AbstractScrollManager.findCoupling
(String name, boolean autoCreate) Find a scroller coupling with a given nameAbstractPamScroller.getScrollerCoupling()
Methods in pamScrollSystem with parameters of type ScrollerCouplingModifier and TypeMethodDescriptionvoid
AbstractPamScroller.coupledScrollerChanged
(ScrollerCoupling scrollerCoupling, AbstractPamScroller scroller) Called when a scroller which is coupled to this scroller changes in any way.void
AbstractPamScroller.setScrollerCoupling
(ScrollerCoupling scrollerCoupling)