Package | Description |
---|---|
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.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
|
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
private OSDLabel |
AutoFilterManager.lblOSD
A helper for
AutoFilterManager.drawOSDText(Graphics2D) . |
Modifier and Type | Field and Description |
---|---|
private OSDLabel |
FilterTableModel.lblOSD
A helper for
FilterTableModel.drawOSDText(Graphics2D) . |