Uses of Class
org.openstreetmap.josm.gui.conflict.tags.TagConflictResolverModel
-
Packages that use TagConflictResolverModel Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of TagConflictResolverModel in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags declared as TagConflictResolverModel Modifier and Type Field Description private TagConflictResolverModel
PasteTagsConflictResolverDialog. model
private TagConflictResolverModel
TagConflictResolver. model
the model for the tag conflict resolverprivate TagConflictResolverModel
CombinePrimitiveResolver. modelTagConflictResolver
private TagConflictResolverModel
CombinePrimitiveResolverDialog. modelTagConflictResolver
Methods in org.openstreetmap.josm.gui.conflict.tags that return TagConflictResolverModel Modifier and Type Method Description TagConflictResolverModel
TagConflictResolver. getModel()
Replies the model used by this dialogTagConflictResolverModel
CombinePrimitiveResolverDialog. getTagConflictResolverModel()
Replies the tag conflict resolver model.Constructors in org.openstreetmap.josm.gui.conflict.tags with parameters of type TagConflictResolverModel Constructor Description CombinePrimitiveResolver(TagConflictResolverModel tagModel, RelationMemberConflictResolverModel relModel)
Constructs a newCombinePrimitiveResolver
.CombinePrimitiveResolverDialog(Component parent, TagConflictResolverModel tagModel, RelationMemberConflictResolverModel relModel)
Constructs a newCombinePrimitiveResolverDialog
.TagConflictResolver(TagConflictResolverModel model)
Constructs a newTagConflictResolver
.TagConflictResolverTable(TagConflictResolverModel model)
Constructs a newTagConflictResolverTable
.
-