Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.pair |
Modifier and Type | Field and Description |
---|---|
private ListRole[] |
ComparePairType.participatingRoles |
private ListRole |
ListMergeModel.EntriesTableModel.role |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<ListRole,java.util.ArrayList<T>> |
ListMergeModel.entries |
Modifier and Type | Method and Description |
---|---|
ListRole |
ComparePairType.getOppositeRole(ListRole role)
replies the opposite role of
role participating in this comparison
pair |
ListRole[] |
ComparePairType.getParticipatingRoles()
replies the pair of
ListRole s participating in this comparison
pair |
ListRole |
ListMergeModel.EntriesTableModel.getRole() |
static ListRole |
ListRole.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ListRole[] |
ListRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
ListMergeModel.copy(ListRole sourceRole,
int[] rows,
int position) |
protected void |
ListMergeModel.copyAfterCurrent(ListRole source,
int[] rows,
int current)
Copies the nodes given by indices in rows from the list of nodes
source to the
list of merged nodes. |
void |
ListMergeModel.copyAll(ListRole source) |
protected void |
ListMergeModel.copyBeforeCurrent(ListRole source,
int[] rows,
int current)
Copies the nodes given by indices in rows from the list of nodes
source to the
list of merged nodes. |
void |
ListMergeModel.copyToEnd(ListRole source,
int[] rows)
Copies the nodes given by indices in rows from the list of nodes in source to the
list of merged nodes.
|
protected void |
ListMergeModel.copyToTop(ListRole role,
int[] rows) |
ListRole |
ComparePairType.getOppositeRole(ListRole role)
replies the opposite role of
role participating in this comparison
pair |
boolean |
ComparePairType.isParticipatingIn(ListRole role)
replies true, if
role is participating in this comparison
pair |
Constructor and Description |
---|
ComparePairType(java.lang.String displayName,
ListRole[] participatingRoles) |
EntriesTableModel(ListRole role) |