Uses of Class
org.openstreetmap.josm.gui.history.VersionTableModel
-
Packages that use VersionTableModel Package Description org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects. -
-
Uses of VersionTableModel in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as VersionTableModel Modifier and Type Field Description private VersionTableModel
HistoryBrowserModel. versionTableModel
Methods in org.openstreetmap.josm.gui.history that return VersionTableModel Modifier and Type Method Description VersionTableModel
HistoryBrowserModel. getVersionTableModel()
Replies the table model to be used in aJTable
which shows the list of versions in this history.
-