Uses of Class
org.openstreetmap.josm.gui.widgets.HtmlPanel
-
Packages that use HtmlPanel Package Description 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 elseorg.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.oauth Provides GUI classes for handling OAuth authentication to OSM API. -
-
Uses of HtmlPanel in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as HtmlPanel Modifier and Type Field Description private HtmlPanel
DeleteFromRelationConfirmationDialog. htmlPanel
The table to hide/show if the relations to delete are not empty -
Uses of HtmlPanel in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as HtmlPanel Modifier and Type Field Description private HtmlPanel
NoteLayer. displayedPanel
-
Uses of HtmlPanel in org.openstreetmap.josm.gui.oauth
Fields in org.openstreetmap.josm.gui.oauth declared as HtmlPanel Modifier and Type Field Description private HtmlPanel
ManualAuthorizationUI. pnlMessage
-