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 MenuScroller
MenuScroller.setScrollerFor
(JMenu menu) Registers a menu to be scrolled with the default scrolling interval.static MenuScroller
MenuScroller.setScrollerFor
(JMenu menu, int interval) Registers a menu to be scrolled, with the specified scrolling interval.static MenuScroller
MenuScroller.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 MenuScroller
MenuScroller.setScrollerFor
(JPopupMenu menu) Registers a popup menu to be scrolled with the default scrolling interval.static MenuScroller
MenuScroller.setScrollerFor
(JPopupMenu menu, int interval) Registers a popup menu to be scrolled, with the specified scrolling interval.static MenuScroller
MenuScroller.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.