Uses of Class
org.openstreetmap.josm.gui.MainPanel
-
Packages that use MainPanel Package Description org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of MainPanel in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as MainPanel Modifier and Type Field Description (package private) static MainPanel
MainApplication. mainPanel
The main panel, required to be static forMapFrameListener
handling.private MainPanel
MainFrame. panel
Methods in org.openstreetmap.josm.gui that return MainPanel Modifier and Type Method Description static MainPanel
MainApplication. getMainPanel()
Returns the main panel.MainPanel
MainFrame. getPanel()
Gets the main panel.
-