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 ListRoleComparePairType. participatingRole1private ListRoleComparePairType. participatingRole2private ListRoleAbstractListMergeModel.EntriesTableModel. roleFields in org.openstreetmap.josm.gui.conflict.pair with type parameters of type ListRole Modifier and Type Field Description protected java.util.Map<ListRole,java.util.ArrayList<T>>AbstractListMergeModel. entriesMethods in org.openstreetmap.josm.gui.conflict.pair that return ListRole Modifier and Type Method Description ListRoleComparePairType. getOppositeRole(ListRole role)replies the opposite role ofroleparticipating in this comparison pairListRole[]ComparePairType. getParticipatingRoles()replies the pair ofListRoles participating in this comparison pairListRoleAbstractListMergeModel.EntriesTableModel. getRole()Get the role of the table.static ListRoleListRole. 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 Modifier and Type Method Description private voidAbstractListMergeModel. copy(ListRole sourceRole, int[] rows, int position)protected voidAbstractListMergeModel. copyAfterCurrent(ListRole source, int[] rows, int current)Copies the nodes given by indices in rows from the list of nodessourceto the list of merged nodes.voidAbstractListMergeModel. copyAll(ListRole source)Copies over all values from the given side to the merged table..protected voidAbstractListMergeModel. copyBeforeCurrent(ListRole source, int[] rows, int current)Copies the nodes given by indices in rows from the list of nodessourceto the list of merged nodes.voidAbstractListMergeModel. 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 voidAbstractListMergeModel. copyToTop(ListRole role, int... rows)ListRoleComparePairType. getOppositeRole(ListRole role)replies the opposite role ofroleparticipating in this comparison pairbooleanComparePairType. isParticipatingIn(ListRole role)replies true, ifroleis participating in this comparison pairConstructors in org.openstreetmap.josm.gui.conflict.pair with parameters of type ListRole Constructor Description ComparePairType(java.lang.String displayName, ListRole participatingRole1, ListRole participatingRole2)EntriesTableModel(ListRole role)Create a newAbstractListMergeModel.EntriesTableModel
-