Uses of Class
org.openstreetmap.josm.gui.conflict.tags.TagConflictResolutionUtil.AutomaticChoice
-
Packages that use TagConflictResolutionUtil.AutomaticChoice Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of TagConflictResolutionUtil.AutomaticChoice in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type TagConflictResolutionUtil.AutomaticChoice Modifier and Type Field Description (package private) List<TagConflictResolutionUtil.AutomaticChoice>
TagConflictResolutionUtil.AutomaticChoiceGroup. choices
The list of choice to choose from.private static Collection<TagConflictResolutionUtil.AutomaticChoice>
TagConflictResolutionUtil. defaultAutomaticTagConflictChoices
Default preferences for the list of AutomaticChoice tag conflict resolvers.Method parameters in org.openstreetmap.josm.gui.conflict.tags with type arguments of type TagConflictResolutionUtil.AutomaticChoice Modifier and Type Method Description static Collection<TagConflictResolutionUtil.AutomaticChoiceGroup>
TagConflictResolutionUtil.AutomaticChoiceGroup. groupChoices(Collection<TagConflictResolutionUtil.AutomaticChoice> choices)
Group a given list ofTagConflictResolutionUtil.AutomaticChoice
by the Tag key and the choice group name.Constructor parameters in org.openstreetmap.josm.gui.conflict.tags with type arguments of type TagConflictResolutionUtil.AutomaticChoice Constructor Description AutomaticChoiceGroup(String key, String group, boolean isRegex, List<TagConflictResolutionUtil.AutomaticChoice> choices)
Instantiate an automatic tag conflict resolver which choose from a given list ofchoice
values.
-