Package | Description |
---|---|
org.openstreetmap.josm.data.osm.history | |
org.openstreetmap.josm.gui |
Provides the classes for JOSM graphical user interface.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
HistoryRelation.getDisplayName(HistoryNameFormatter formatter) |
java.lang.String |
HistoryNode.getDisplayName(HistoryNameFormatter formatter) |
abstract java.lang.String |
HistoryOsmPrimitive.getDisplayName(HistoryNameFormatter formatter)
Replies the display name of a primitive formatted by
formatter |
java.lang.String |
HistoryWay.getDisplayName(HistoryNameFormatter formatter) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNameFormatter
This is the default implementation of a
NameFormatter for names of OsmPrimitive s
and HistoryOsmPrimitive s. |