Uses of Package
org.openstreetmap.josm.gui.history

Packages that use org.openstreetmap.josm.gui.history
org.openstreetmap.josm.actions.downloadtasks   
org.openstreetmap.josm.gui.history   
 

Classes in org.openstreetmap.josm.gui.history used by org.openstreetmap.josm.actions.downloadtasks
HistoryLoadTask
          Loads the object history of an collection of objects from the server.
 

Classes in org.openstreetmap.josm.gui.history used by org.openstreetmap.josm.gui.history
AdjustmentSynchronizer
          Synchronizes scrollbar adjustments between a set of Adjustables.
CoordinateInfoViewer
          An UI widget for displaying differences in the coordinates of two HistoryNodes.
CoordinateInfoViewer.DistanceViewer
           
CoordinateInfoViewer.LatLonViewer
          A UI widgets which displays the Lan/Lon-coordinates of a HistoryNode.
DiffTableModel
          Simple model storing "diff cells" in a list.
HistoryBrowser
          HistoryBrowser is an UI component which displays history information about an OsmPrimitive.
HistoryBrowserDialog
          This is non-modal dialog, always showing on top, which displays history information about a given OsmPrimitive.
HistoryBrowserDialog.CloseAction
           
HistoryBrowserDialogManager
           
HistoryBrowserModel
          This is the model used by the history browser.
HistoryBrowserModel.RelationMemberTableModel
          The table model for the relation members of the version at PointInTimeType.REFERENCE_POINT_IN_TIME or PointInTimeType.CURRENT_POINT_IN_TIME
HistoryBrowserModel.TagTableModel
          The table model for the tags of the version at PointInTimeType.REFERENCE_POINT_IN_TIME or PointInTimeType.CURRENT_POINT_IN_TIME
HistoryBrowserModel.VersionTableModel
          The table model for the list of versions in the current history
HistoryLoadTask
          Loads the object history of an collection of objects from the server.
NodeListViewer
          NodeListViewer is a UI component which displays the node list of two version of a OsmPrimitive in a History.
NodeListViewer.NodeListPopupMenu
           
NodeListViewer.ShowHistoryAction
           
NodeListViewer.ZoomToNodeAction
           
PointInTimeType
          PointInTimeType enumerates two points in time in the History of an OsmPrimitive.
RelationMemberListViewer
          RelationMemberListViewer is a UI component which displays the list of relation members of two version of a Relation in a History.
SelectionSynchronizer
           
TagInfoViewer
          TagInfoViewer is a UI component which displays the list of tags of two version of a OsmPrimitive in a History.
TwoColumnDiff.Item
           
VersionInfoPanel
          VersionInfoPanel is an UI component which displays the basic properties of a version of a OsmPrimitive.
VersionTable
          VersionTable shows a list of version in a History of an OsmPrimitive.
VersionTable.ChangesetInfoAction
           
VersionTable.VersionTablePopupMenu
           
 



JOSM