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 ListRole[] |
ComparePairType.participatingRoles |
private ListRole |
AbstractListMergeModel.EntriesTableModel.role |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<ListRole,java.util.ArrayList<T>> |
AbstractListMergeModel.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 |
AbstractListMergeModel.EntriesTableModel.getRole()
Get the role of the table.
|
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 |
AbstractListMergeModel.copy(ListRole sourceRole,
int[] rows,
int position) |
protected void |
AbstractListMergeModel.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 |
AbstractListMergeModel.copyAll(ListRole source)
Copies over all values from the given side to the merged table..
|
protected void |
AbstractListMergeModel.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 |
AbstractListMergeModel.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 |
AbstractListMergeModel.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) |