Package | Description |
---|---|
org.openstreetmap.josm.gui.history |
Modifier and Type | Field and Description |
---|---|
private PointInTimeType |
HistoryBrowserModel.TagTableModel.pointInTimeType |
private PointInTimeType |
VersionInfoPanel.pointInTimeType |
private PointInTimeType |
CoordinateInfoViewer.LatLonViewer.role |
Modifier and Type | Method and Description |
---|---|
PointInTimeType |
HistoryBrowserModel.TagTableModel.getPointInTimeType() |
PointInTimeType |
PointInTimeType.opposite() |
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.
|
Modifier and Type | Method and Description |
---|---|
DiffTableModel |
HistoryBrowserModel.getNodeListTableModel(PointInTimeType pointInTimeType) |
HistoryOsmPrimitive |
HistoryBrowserModel.getPointInTime(PointInTimeType type)
replies the history OSM primitive for a given point in time
|
DiffTableModel |
HistoryBrowserModel.getRelationMemberTableModel(PointInTimeType pointInTimeType) |
HistoryBrowserModel.TagTableModel |
HistoryBrowserModel.getTagTableModel(PointInTimeType pointInTimeType)
replies the tag table model for the respective point in time
|
Constructor and Description |
---|
LatLonViewer(HistoryBrowserModel model,
PointInTimeType role) |
TagTableModel(PointInTimeType type) |
VersionInfoPanel(HistoryBrowserModel model,
PointInTimeType pointInTimeType)
constructor
|