Uses of Class
org.openstreetmap.josm.gui.history.PointInTimeType
-
Packages that use PointInTimeType Package Description org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects. -
-
Uses of PointInTimeType in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as PointInTimeType Modifier and Type Field Description private PointInTimeType
TagTableModel. pointInTimeType
private PointInTimeType
VersionInfoPanel. pointInTimeType
private PointInTimeType
CoordinateInfoViewer.Updater. role
Methods in org.openstreetmap.josm.gui.history that return PointInTimeType Modifier and Type Method Description PointInTimeType
TagTableModel. getPointInTimeType()
Returns the type of point in time.PointInTimeType
PointInTimeType. opposite()
Returns the opposite point in time.static PointInTimeType
PointInTimeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static PointInTimeType[]
PointInTimeType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.gui.history with parameters of type PointInTimeType Modifier and Type Method Description private JTable
NodeListViewer. buildTable(PointInTimeType pointInTimeType, String name)
private JTable
RelationMemberListViewer. buildTable(PointInTimeType pointInTimeType, String name)
private JTable
TagInfoViewer. buildTable(PointInTimeType pointInTime)
DiffTableModel
HistoryBrowserModel. getNodeListTableModel(PointInTimeType pointInTimeType)
Replies the node list table model for the respective point in time.HistoryOsmPrimitive
HistoryBrowserModel. getPointInTime(PointInTimeType type)
replies the history OSM primitive for a given point in timeprotected OsmPrimitive
HistoryBrowserPanel. getPrimitiveFromDataSet(PointInTimeType pointInTime)
DiffTableModel
HistoryBrowserModel. getRelationMemberTableModel(PointInTimeType pointInTimeType)
Replies the relation member table model for the respective point in time.TagTableModel
HistoryBrowserModel. getTagTableModel(PointInTimeType pointInTimeType)
Replies the tag table model for the respective point in time.Constructors in org.openstreetmap.josm.gui.history with parameters of type PointInTimeType Constructor Description LatLonViewer(HistoryBrowserModel model, PointInTimeType role)
Constructs a newLatLonViewer
.TagTableModel(HistoryBrowserModel historyModel, PointInTimeType type)
Constructs a newTagTableModel
.Updater(HistoryBrowserModel model, PointInTimeType role)
VersionInfoPanel(HistoryBrowserModel model, PointInTimeType pointInTimeType)
constructor
-