Uses of Class
org.openstreetmap.josm.gui.widgets.OSDLabel
-
Packages that use OSDLabel Package Description org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data).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 OSDLabel in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm with parameters of type OSDLabel Modifier and Type Method Description void
FilterModel. drawOSDText(java.awt.Graphics2D g, OSDLabel lblOSD, java.lang.String header, java.lang.String footer)
Draws a text on the map display that indicates that filters are active. -
Uses of OSDLabel in org.openstreetmap.josm.gui.autofilter
Fields in org.openstreetmap.josm.gui.autofilter declared as OSDLabel Modifier and Type Field Description private OSDLabel
AutoFilterManager. lblOSD
A helper forAutoFilterManager.drawOSDText(Graphics2D)
. -
Uses of OSDLabel in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as OSDLabel Modifier and Type Field Description private OSDLabel
FilterTableModel. lblOSD
A helper forFilterTableModel.drawOSDText(Graphics2D)
-