Uses of Class
org.openstreetmap.josm.gui.conflict.pair.ComparePairType

Packages that use ComparePairType
org.openstreetmap.josm.gui.conflict.pair   
 

Uses of ComparePairType in org.openstreetmap.josm.gui.conflict.pair
 

Fields in org.openstreetmap.josm.gui.conflict.pair with type parameters of type ComparePairType
private  java.util.ArrayList<ComparePairType> ListMergeModel.ComparePairListModel.compareModes
           
 

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



JOSM