Uses of Class
org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision
-
Packages that use MultiValueResolutionDecision Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of MultiValueResolutionDecision in org.openstreetmap.josm.gui.conflict.tags
Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type MultiValueResolutionDecision Modifier and Type Field Description private Map<String,MultiValueResolutionDecision>
TagConflictResolverModel. decisions
Methods in org.openstreetmap.josm.gui.conflict.tags that return MultiValueResolutionDecision Modifier and Type Method Description MultiValueResolutionDecision
TagConflictResolverModel. getDecision(int row)
Returns the conflict resolution decision at the given row.Methods in org.openstreetmap.josm.gui.conflict.tags with parameters of type MultiValueResolutionDecision Modifier and Type Method Description protected void
MultiValueCellEditor. initEditor(MultiValueResolutionDecision decision)
Populate model with possible values for a decision, and select current choice.protected void
MultiValueCellRenderer. renderColors(MultiValueResolutionDecision decision, boolean selected, boolean conflict)
protected void
MultiValueCellRenderer. renderToolTipText(MultiValueResolutionDecision decision)
Sets the text of the tooltip for both renderers, this (the JLabel) and the combobox renderer.protected void
MultiValueCellRenderer. renderValue(MultiValueResolutionDecision decision)
Method parameters in org.openstreetmap.josm.gui.conflict.tags with type arguments of type MultiValueResolutionDecision Modifier and Type Method Description void
TagConflictResolverModel. actOnDecisions(BiConsumer<String,MultiValueResolutionDecision> action)
Perform an action on all decisions, useful to perform a global decision (keep all, keep none, etc.)
-