Uses of Class
org.openstreetmap.josm.gui.dialogs.DialogsPanel
-
Packages that use DialogsPanel 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 DialogsPanel in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as DialogsPanel Modifier and Type Field Description private DialogsPanel
MapFrame. dialogsPanel
-
Uses of DialogsPanel in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as DialogsPanel Modifier and Type Field Description protected DialogsPanel
ToggleDialog. dialogsPanel
DialogsPanel that manages all ToggleDialogsMethods in org.openstreetmap.josm.gui.dialogs with parameters of type DialogsPanel Modifier and Type Method Description void
ToggleDialog. setDialogsPanel(DialogsPanel dialogsPanel)
Sets the dialogsPanel managing all toggle dialogs.
-