Uses of Class
org.openstreetmap.josm.gui.conflict.pair.ListRole
-
Packages that use ListRole Package Description org.openstreetmap.josm.gui.conflict.pair Provides the classes for displaying conflicts as pair of lists. -
-
Uses of ListRole in org.openstreetmap.josm.gui.conflict.pair
Fields in org.openstreetmap.josm.gui.conflict.pair declared as ListRole Modifier and Type Field Description private ListRole
ComparePairType. participatingRole1
private ListRole
ComparePairType. participatingRole2
private ListRole
AbstractListMergeModel.EntriesTableModel. role
Fields in org.openstreetmap.josm.gui.conflict.pair with type parameters of type ListRole Modifier and Type Field Description protected Map<ListRole,ArrayList<T>>
AbstractListMergeModel. entries
Methods in org.openstreetmap.josm.gui.conflict.pair that return ListRole Modifier and Type Method Description ListRole
ComparePairType. getOppositeRole(ListRole role)
replies the opposite role ofrole
participating in this comparison pairListRole[]
ComparePairType. getParticipatingRoles()
replies the pair ofListRole
s participating in this comparison pairListRole
AbstractListMergeModel.EntriesTableModel. getRole()
Get the role of the table.static ListRole
ListRole. valueOf(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 Modifier and Type Method 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 nodessource
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 nodessource
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 ofrole
participating in this comparison pairboolean
ComparePairType. isParticipatingIn(ListRole role)
replies true, ifrole
is participating in this comparison pairConstructors in org.openstreetmap.josm.gui.conflict.pair with parameters of type ListRole Constructor Description ComparePairType(String displayName, ListRole participatingRole1, ListRole participatingRole2)
EntriesTableModel(ListRole role)
-