Uses of Class
edu.wisc.ssec.mcidasv.ui.MenuScroller
Packages that use MenuScroller
-
Uses of MenuScroller in edu.wisc.ssec.mcidasv.ui
Methods in edu.wisc.ssec.mcidasv.ui that return MenuScrollerModifier and TypeMethodDescriptionstatic MenuScrollerMenuScroller.setScrollerFor(JMenu menu) Registers a menu to be scrolled with the default scrolling interval.static MenuScrollerMenuScroller.setScrollerFor(JMenu menu, int interval) Registers a menu to be scrolled, with the specified scrolling interval.static MenuScrollerMenuScroller.setScrollerFor(JMenu menu, int interval, int topFixedCount) Registers a menu to be scrolled, with the specified scrolling interval, and the specified numbers of items fixed at the top of the menu.static MenuScrollerMenuScroller.setScrollerFor(JPopupMenu menu) Registers a popup menu to be scrolled with the default scrolling interval.static MenuScrollerMenuScroller.setScrollerFor(JPopupMenu menu, int interval) Registers a popup menu to be scrolled, with the specified scrolling interval.static MenuScrollerMenuScroller.setScrollerFor(JPopupMenu menu, int interval, int topFixedCount) Registers a popup menu to be scrolled, with the specified scrolling interval, and the specified numbers of items fixed at the top of the popup menu.