Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.pair |
Provides the classes for displaying conflicts as pair of lists.
|
org.openstreetmap.josm.gui.conflict.pair.nodes |
Provides the classes for displaying conflicts in ways list of nodes.
|
org.openstreetmap.josm.gui.conflict.pair.properties |
Provides the classes for displaying conflicts in OSM primitive properties.
|
org.openstreetmap.josm.gui.conflict.pair.relation |
Provides the classes for displaying conflicts in OSM primitive relation memberships.
|
org.openstreetmap.josm.gui.conflict.pair.tags |
Provides the classes for displaying conflicts in OSM primitive tags.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListMerger<T extends PrimitiveId,C extends ConflictResolveCommand>
A UI component for resolving conflicts in two lists of entries of type T.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<IConflictResolver> |
ConflictResolver.conflictResolvers |
Modifier and Type | Class and Description |
---|---|
class |
NodeListMerger
A UI component for resolving conflicts in the node lists of two
Way s. |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesMerger
This class represents a UI component for resolving conflicts in some properties of
OsmPrimitive . |
Modifier and Type | Class and Description |
---|---|
class |
RelationMemberMerger
A UI component for resolving conflicts in the member lists of two
Relation s. |
Modifier and Type | Class and Description |
---|---|
class |
TagMerger
UI component for resolving conflicts in the tag sets of two
OsmPrimitive s. |