Uses of Class
org.openstreetmap.josm.gui.MainMenu
-
Packages that use MainMenu Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything else -
-
Uses of MainMenu in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MainMenu Modifier and Type Field Description (package private) static MainMenu
MainApplication. menu
The main menu bar at top of screen.private MainMenu
MainFrame. menu
Methods in org.openstreetmap.josm.gui that return MainMenu Modifier and Type Method Description static MainMenu
MainApplication. getMenu()
Returns the main menu, at top of screen.MainMenu
MainFrame. getMenu()
Gets the main menu used for this window. -
Uses of MainMenu in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as MainMenu Modifier and Type Field Description private MainMenu
MenuItemSearchDialog.MenuItemSelector. menu
Constructors in org.openstreetmap.josm.gui.dialogs with parameters of type MainMenu Constructor Description MenuItemSearchDialog(MainMenu menu)
MenuItemSelector(MainMenu menu)
-