Uses of Class
org.openstreetmap.josm.gui.history.VersionInfoPanel
-
Packages that use VersionInfoPanel 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. -
-
Uses of VersionInfoPanel in org.openstreetmap.josm.gui.conflict.pair.properties
Fields in org.openstreetmap.josm.gui.conflict.pair.properties declared as VersionInfoPanel Modifier and Type Field Description private VersionInfoPanel
PropertiesMerger. mineVersionInfo
private VersionInfoPanel
PropertiesMerger. theirVersionInfo
-
Uses of VersionInfoPanel in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as VersionInfoPanel Modifier and Type Field Description protected VersionInfoPanel
HistoryBrowserPanel. currentInfoPanel
the common info panel for the history object in role CURRENT_POINT_IN_TIMEprotected VersionInfoPanel
HistoryBrowserPanel. referenceInfoPanel
the common info panel for the history object in role REFERENCE_POINT_IN_TIME
-