Uses of Class
org.openstreetmap.josm.gui.conflict.tags.PasteTagsConflictResolverDialog.StatisticsInfo

Packages that use PasteTagsConflictResolverDialog.StatisticsInfo
org.openstreetmap.josm.gui.conflict.tags   
 

Uses of PasteTagsConflictResolverDialog.StatisticsInfo in org.openstreetmap.josm.gui.conflict.tags
 

Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type PasteTagsConflictResolverDialog.StatisticsInfo
private  java.util.List<PasteTagsConflictResolverDialog.StatisticsInfo> PasteTagsConflictResolverDialog.StatisticsTableModel.data
           
 

Methods in org.openstreetmap.josm.gui.conflict.tags with parameters of type PasteTagsConflictResolverDialog.StatisticsInfo
 void PasteTagsConflictResolverDialog.StatisticsTableModel.append(PasteTagsConflictResolverDialog.StatisticsInfo info)
           
protected  void PasteTagsConflictResolverDialog.StatisticsInfoRenderer.renderFrom(PasteTagsConflictResolverDialog.StatisticsInfo info)
           
protected  void PasteTagsConflictResolverDialog.StatisticsInfoRenderer.renderNumTags(PasteTagsConflictResolverDialog.StatisticsInfo info)
           
protected  void PasteTagsConflictResolverDialog.StatisticsInfoRenderer.renderTo(PasteTagsConflictResolverDialog.StatisticsInfo info)
           
 



JOSM