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

Packages that use RelationMemberConflictDecision
org.openstreetmap.josm.gui.conflict.tags   
 

Uses of RelationMemberConflictDecision in org.openstreetmap.josm.gui.conflict.tags
 

Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type RelationMemberConflictDecision
private  java.util.List<RelationMemberConflictDecision> RelationMemberConflictResolverModel.decisions
          the list of conflict decisions
 

Methods in org.openstreetmap.josm.gui.conflict.tags that return RelationMemberConflictDecision
 RelationMemberConflictDecision RelationMemberConflictResolverModel.getDecision(int row)
          Replies the decision at position row
protected  RelationMemberConflictDecision RelationMemberConflictResolverModel.getDecision(Relation relation, int pos)
           
 



JOSM