Uses of Class
pamScrollSystem.coupling.ScrollerCoupling
-
Uses of ScrollerCoupling in pamScrollSystem
Modifier 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()
Modifier 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)