Uses of Class
org.openstreetmap.josm.gui.history.VersionInfoPanel

Packages that use VersionInfoPanel
org.openstreetmap.josm.gui.history   
 

Uses of VersionInfoPanel in org.openstreetmap.josm.gui.history
 

Fields in org.openstreetmap.josm.gui.history declared as VersionInfoPanel
private  VersionInfoPanel NodeListViewer.currentInfoPanel
           
private  VersionInfoPanel TagInfoViewer.currentInfoPanel
           
private  VersionInfoPanel RelationMemberListViewer.currentInfoPanel
           
private  VersionInfoPanel CoordinateInfoViewer.currentInfoPanel
          the common info panel for the history node in role CURRENT_POINT_IN_TIME
private  VersionInfoPanel NodeListViewer.referenceInfoPanel
           
private  VersionInfoPanel TagInfoViewer.referenceInfoPanel
           
private  VersionInfoPanel RelationMemberListViewer.referenceInfoPanel
           
private  VersionInfoPanel CoordinateInfoViewer.referenceInfoPanel
          the common info panel for the history node in role REFERENCE_POINT_IN_TIME
 



JOSM