Uses of Class
org.openstreetmap.josm.gui.conflict.pair.ComparePairType
-
Packages that use ComparePairType Package Description org.openstreetmap.josm.gui.conflict.pair Provides the classes for displaying conflicts as pair of lists. -
-
Uses of ComparePairType in org.openstreetmap.josm.gui.conflict.pair
Fields in org.openstreetmap.josm.gui.conflict.pair with type parameters of type ComparePairType Modifier and Type Field Description private List<ComparePairType>
AbstractListMergeModel.ComparePairListModel. compareModes
Methods in org.openstreetmap.josm.gui.conflict.pair that return ComparePairType Modifier and Type Method Description ComparePairType
AbstractListMergeModel.ComparePairListModel. getElementAt(int index)
ComparePairType
AbstractListMergeModel.ComparePairListModel. getSelectedComparePair()
static ComparePairType
ComparePairType. valueOf(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.Methods in org.openstreetmap.josm.gui.conflict.pair with parameters of type ComparePairType Modifier and Type Method Description Component
ComparePairListCellRenderer. getListCellRendererComponent(JList<? extends ComparePairType> list, ComparePairType value, int index, boolean isSelected, boolean cellHasFocus)
Method parameters in org.openstreetmap.josm.gui.conflict.pair with type arguments of type ComparePairType Modifier and Type Method Description Component
ComparePairListCellRenderer. getListCellRendererComponent(JList<? extends ComparePairType> list, ComparePairType value, int index, boolean isSelected, boolean cellHasFocus)
-