Package | Description |
---|---|
edu.wisc.ssec.mcidasv.ui |
McIDAS-V specific user interface code.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|