Uses of Class
org.openstreetmap.josm.gui.conflict.pair.AbstractMergePanel
-
Packages that use AbstractMergePanel Package Description org.openstreetmap.josm.gui.conflict.pair Provides the classes for displaying conflicts as pair of lists.org.openstreetmap.josm.gui.conflict.pair.properties Provides the classes for displaying conflicts in OSM primitive properties.org.openstreetmap.josm.gui.conflict.pair.tags Provides the classes for displaying conflicts in OSM primitive tags. -
-
Uses of AbstractMergePanel in org.openstreetmap.josm.gui.conflict.pair
Methods in org.openstreetmap.josm.gui.conflict.pair with parameters of type AbstractMergePanel Modifier and Type Method Description (package private) voidAbstractMergePanel.MergeRow. addTo(AbstractMergePanel panel) -
Uses of AbstractMergePanel in org.openstreetmap.josm.gui.conflict.pair.properties
Subclasses of AbstractMergePanel in org.openstreetmap.josm.gui.conflict.pair.properties Modifier and Type Class Description classPropertiesMergerThis class represents a UI component for resolving conflicts in some properties ofOsmPrimitive. -
Uses of AbstractMergePanel in org.openstreetmap.josm.gui.conflict.pair.tags
Subclasses of AbstractMergePanel in org.openstreetmap.josm.gui.conflict.pair.tags Modifier and Type Class Description classTagMergerUI component for resolving conflicts in the tag sets of twoOsmPrimitives.
-