Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,MultiValueResolutionDecision> |
TagConflictResolverModel.decisions |
Modifier and Type | Method and Description |
---|---|
MultiValueResolutionDecision |
TagConflictResolverModel.getDecision(int row)
Returns the conflict resolution decision at the given row.
|
Modifier and Type | Method and 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) |