Package org.openstreetmap.josm.gui.history

Class Summary
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.
HistoryBrowserDialogManager  
HistoryBrowserModel This is the model used by the history browser.
HistoryBrowserModel.HistoryPrimitiveBuilder Creates a HistoryOsmPrimitive from a OsmPrimitive
HistoryLoadTask Loads the object history of an collection of objects from the server.
NodeListTableCellRenderer  
NodeListTableColumnModel The TableColumnModel for the table with the list of nodes.
NodeListViewer NodeListViewer is a UI component which displays the node list of two version of a OsmPrimitive in a History.
NodeListViewer.DoubleClickAdapter  
NodeListViewer.NodeListPopupMenu  
NodeListViewer.ShowHistoryAction  
NodeListViewer.ZoomToNodeAction  
RelationMemberListTableCellRenderer The TableCellRenderer for a list of relation members in HistoryBrower
RelationMemberListViewer RelationMemberListViewer is a UI component which displays the list of relation members of two version of a Relation in a History.
RelationMemberTableColumnModel The TableColumnModel for the table with the list of relation members.
SelectionSynchronizer  
TagInfoViewer TagInfoViewer is a UI component which displays the list of tags of two version of a OsmPrimitive in a History.
TagTableCellRenderer The TableCellRenderer for a list of tagsin HistoryBrower
TagTableColumnModel The TableColumnModel for the table with the list of tags
TwoColumnDiff Produces a "two column diff" of two lists.
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.AlignedRenderer  
VersionTable.ChangesetInfoAction  
VersionTable.LabelRenderer  
VersionTable.RadioButtonEditor  
VersionTable.RadioButtonRenderer  
VersionTable.VersionTablePopupMenu  
VersionTableColumnModel The TableColumnModel for the table with the list of versions
 

Enum Summary
PointInTimeType PointInTimeType enumerates two points in time in the History of an OsmPrimitive.
 



JOSM