Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.pair |
Provides the classes for displaying conflicts as pair of lists.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ComparePairType> |
ListMergeModel.ComparePairListModel.compareModes |
Modifier and Type | Method and Description |
---|---|
ComparePairType |
ListMergeModel.ComparePairListModel.getElementAt(int index) |
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.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ComparePairListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends ComparePairType> list,
ComparePairType value,
int index,
boolean isSelected,
boolean cellHasFocus) |
Modifier and Type | Method and Description |
---|---|
java.awt.Component |
ComparePairListCellRenderer.getListCellRendererComponent(javax.swing.JList<? extends ComparePairType> list,
ComparePairType value,
int index,
boolean isSelected,
boolean cellHasFocus) |