Uses of Class
org.openstreetmap.josm.data.osm.history.HistoryRelation

Packages that use HistoryRelation
org.openstreetmap.josm.data.osm.history   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.history   
 

Uses of HistoryRelation in org.openstreetmap.josm.data.osm.history
 

Methods in org.openstreetmap.josm.data.osm.history with parameters of type HistoryRelation
 java.lang.String HistoryNameFormatter.format(HistoryRelation node)
           
 

Uses of HistoryRelation in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui with parameters of type HistoryRelation
 java.lang.String DefaultNameFormatter.format(HistoryRelation relation)
          Formats a name for a HistoryRelation)
 

Uses of HistoryRelation in org.openstreetmap.josm.gui.history
 

Methods in org.openstreetmap.josm.gui.history that return HistoryRelation
protected  HistoryRelation HistoryBrowserModel.RelationMemberTableModel.getOppositeRelation()
           
protected  HistoryRelation HistoryBrowserModel.RelationMemberTableModel.getRelation()
           
 



JOSM