Uses of Class
org.openstreetmap.josm.gui.conflict.tags.MultiValueResolutionDecision

Packages that use MultiValueResolutionDecision
org.openstreetmap.josm.gui.conflict.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
private  java.util.HashMap<java.lang.String,MultiValueResolutionDecision> TagConflictResolverModel.decisions
           
 

Methods in org.openstreetmap.josm.gui.conflict.tags that return MultiValueResolutionDecision
 MultiValueResolutionDecision TagConflictResolverModel.getDecision(int row)
           
 

Methods in org.openstreetmap.josm.gui.conflict.tags with parameters of type MultiValueResolutionDecision
protected  void MultiValueCellEditor.initEditor(MultiValueResolutionDecision decision)
           
protected  void MultiValueCellRenderer.renderColors(MultiValueResolutionDecision decision, boolean selected)
           
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)
           
 



JOSM