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