Uses of Class
jmri.util.MenuScroller

Packages that use MenuScroller
Package
Description
Contains various utilities classes that are useful across the entire JMRI library structure.
  • Uses of MenuScroller in jmri.util

    Methods in jmri.util that return MenuScroller
    Modifier and Type
    Method
    Description
    MenuScroller.setScrollerFor(JMenu menu)
    Register a menu to be scrolled with the default number of items to display at a time and the default scrolling interval.
    MenuScroller.setScrollerFor(JMenu menu, int scrollCount)
    Register a menu to be scrolled with the default number of items to display at a time and the specified scrolling interval.
    MenuScroller.setScrollerFor(JMenu menu, int scrollCount, int interval)
    Register a menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval.
    MenuScroller.setScrollerFor(JMenu menu, int scrollCount, int interval, int topFixedCount, int bottomFixedCount)
    Register a menu to be scrolled, with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the menu.
    MenuScroller.setScrollerFor(JPopupMenu menu)
    Register a popup menu to be scrolled with the default number of items to display at a time and the default scrolling interval.
    MenuScroller.setScrollerFor(JPopupMenu menu, int scrollCount)
    Register a popup menu to be scrolled with the default number of items to display at a time and the specified scrolling interval.
    MenuScroller.setScrollerFor(JPopupMenu menu, int scrollCount, int interval)
    Register a popup menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval.
    MenuScroller.setScrollerFor(JPopupMenu menu, int scrollCount, int interval, int topFixedCount, int bottomFixedCount)
    Register a popup menu to be scrolled, with the specified number of items to display in the scrolling region, the specified scrolling interval, and the specified numbers of items fixed at the top and bottom of the popup menu.