Uses of Class
org.openstreetmap.josm.gui.history.TagTableModel
-
Packages that use TagTableModel Package Description org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects. -
-
Uses of TagTableModel in org.openstreetmap.josm.gui.history
Fields in org.openstreetmap.josm.gui.history declared as TagTableModel Modifier and Type Field Description private TagTableModel
HistoryBrowserModel. currentTagTableModel
private TagTableModel
HistoryBrowserModel. referenceTagTableModel
Methods in org.openstreetmap.josm.gui.history that return TagTableModel Modifier and Type Method Description TagTableModel
HistoryBrowserModel. getTagTableModel(PointInTimeType pointInTimeType)
Replies the tag table model for the respective point in time.protected TagTableModel
TagTableCellRenderer. getTagTableModel(JTable table)
Methods in org.openstreetmap.josm.gui.history with parameters of type TagTableModel Modifier and Type Method Description private static void
TagInfoTransferHandler. exportFromModel(JTable comp, TagTableModel model)
-