Uses of Class
org.openstreetmap.josm.gui.MenuScroller.MenuIcon
-
Packages that use MenuScroller.MenuIcon Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of MenuScroller.MenuIcon in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return MenuScroller.MenuIcon Modifier and Type Method Description static MenuScroller.MenuIcon
MenuScroller.MenuIcon. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MenuScroller.MenuIcon[]
MenuScroller.MenuIcon. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openstreetmap.josm.gui with parameters of type MenuScroller.MenuIcon Constructor Description MenuScrollItem(MenuScroller.MenuIcon icon, int increment, int interval)
-