|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MenuScroller | |
---|---|
org.openstreetmap.josm.gui |
Uses of MenuScroller in org.openstreetmap.josm.gui |
---|
Methods in org.openstreetmap.josm.gui that return MenuScroller | |
---|---|
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JMenu menu)
Registers a menu to be scrolled with the default number of items to display at a time and the default scrolling interval. |
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JMenu menu,
int scrollCount)
Registers a menu to be scrolled with the default number of items to display at a time and the specified scrolling interval. |
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JMenu menu,
int scrollCount,
int interval)
Registers a menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval. |
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JMenu menu,
int scrollCount,
int interval,
int topFixedCount,
int bottomFixedCount)
Registers 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. |
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JPopupMenu menu)
Registers a popup menu to be scrolled with the default number of items to display at a time and the default scrolling interval. |
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JPopupMenu menu,
int scrollCount)
Registers a popup menu to be scrolled with the default number of items to display at a time and the specified scrolling interval. |
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JPopupMenu menu,
int scrollCount,
int interval)
Registers a popup menu to be scrolled, with the specified number of items to display at a time and the specified scrolling interval. |
static MenuScroller |
MenuScroller.setScrollerFor(javax.swing.JPopupMenu menu,
int scrollCount,
int interval,
int topFixedCount,
int bottomFixedCount)
Registers 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |