Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.pair.properties |
Provides the classes for displaying conflicts in OSM primitive properties.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
Modifier and Type | Field and Description |
---|---|
private VersionInfoPanel |
PropertiesMerger.mineVersionInfo |
private VersionInfoPanel |
PropertiesMerger.theirVersionInfo |
Modifier and Type | Field and Description |
---|---|
protected VersionInfoPanel |
HistoryViewerPanel.currentInfoPanel |
private VersionInfoPanel |
NodeListViewer.currentInfoPanel |
private VersionInfoPanel |
CoordinateInfoViewer.currentInfoPanel
the common info panel for the history node in role CURRENT_POINT_IN_TIME
|
protected VersionInfoPanel |
HistoryViewerPanel.referenceInfoPanel |
private VersionInfoPanel |
NodeListViewer.referenceInfoPanel |
private VersionInfoPanel |
CoordinateInfoViewer.referenceInfoPanel
the common info panel for the history node in role REFERENCE_POINT_IN_TIME
|