|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListRole | |
---|---|
org.openstreetmap.josm.gui.conflict.pair |
Uses of ListRole in org.openstreetmap.josm.gui.conflict.pair |
---|
Fields in org.openstreetmap.josm.gui.conflict.pair declared as ListRole | |
---|---|
private ListRole[] |
ComparePairType.participatingRoles
|
private ListRole |
ListMergeModel.EntriesTableModel.role
|
Fields in org.openstreetmap.josm.gui.conflict.pair with type parameters of type ListRole | |
---|---|
protected java.util.HashMap<ListRole,java.util.ArrayList<T>> |
ListMergeModel.entries
|
Methods in org.openstreetmap.josm.gui.conflict.pair that return ListRole | |
---|---|
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. |
Methods in org.openstreetmap.josm.gui.conflict.pair with parameters of type ListRole | |
---|---|
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 |
Constructors in org.openstreetmap.josm.gui.conflict.pair with parameters of type ListRole | |
---|---|
ComparePairType(java.lang.String displayName,
ListRole[] participatingRoles)
|
|
ListMergeModel.EntriesTableModel(ListRole role)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |