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

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

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

Fields in org.openstreetmap.josm.gui.conflict.tags declared as RelationMemberConflictDecisionType
private  RelationMemberConflictDecisionType RelationMemberConflictDecision.decision
           
private  RelationMemberConflictDecisionType RelationMemberConflictDecisionEditor.originalValue
           
 

Methods in org.openstreetmap.josm.gui.conflict.tags that return RelationMemberConflictDecisionType
 RelationMemberConflictDecisionType RelationMemberConflictDecision.getDecision()
           
static RelationMemberConflictDecisionType RelationMemberConflictDecisionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelationMemberConflictDecisionType[] RelationMemberConflictDecisionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openstreetmap.josm.gui.conflict.tags with parameters of type RelationMemberConflictDecisionType
 void RelationMemberConflictDecision.decide(RelationMemberConflictDecisionType decision)
           
static void RelationMemberConflictDecisionType.prepareLabel(RelationMemberConflictDecisionType decision, javax.swing.JLabel label)
           
 



JOSM