Uses of Class
org.openstreetmap.josm.gui.conflict.tags.TagConflictResolver
-
Packages that use TagConflictResolver Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of TagConflictResolver in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags declared as TagConflictResolver Modifier and Type Field Description protected TagConflictResolver
CombinePrimitiveResolverDialog. pnlTagConflictResolver
Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type TagConflictResolver Modifier and Type Field Description private Map<OsmPrimitiveType,TagConflictResolver>
PasteTagsConflictResolverDialog. resolvers
Methods in org.openstreetmap.josm.gui.conflict.tags that return TagConflictResolver Modifier and Type Method Description protected TagConflictResolver
PasteTagsConflictResolverDialog. getResolver(int idx)
-