| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
| Class and Description |
|---|
| CombinePrimitiveResolver
Combine primitives conflicts resolver.
|
| CombinePrimitiveResolverDialog.ApplyAction
Apply action.
|
| MultiValueCellEditor.NavigationListener
Defines the interface for an object implementing navigation between rows
|
| MultiValueDecisionType
Represents a decision for a tag conflict due to multiple possible values.
|
| MultiValueResolutionDecision
Represents a decision for a conflict due to multiple possible value for a tag.
|
| PasteTagsConflictResolverDialog.Mode |
| PasteTagsConflictResolverDialog.StatisticsInfo |
| PasteTagsConflictResolverDialog.StatisticsTableModel |
| RelationMemberConflictDecision
This class stores the decision the user made regarding a relation member conflict
|
| RelationMemberConflictDecisionType
This represents the decision a user can make regarding a relation conflict
|
| RelationMemberConflictResolver
This component presents the user with the ability to resolve a relation member conflict
|
| RelationMemberConflictResolverModel
This model manages a list of conflicting relation members.
|
| RelationMemberConflictResolverTable
The main table displayed in the
RelationMemberConflictResolver |
| RelationMemberConflictResolverTable.SelectNextColumnCellAction
Action to be run when the user navigates to the next cell in the table, for instance by
pressing TAB or ENTER.
|
| RelationMemberConflictResolverTable.SelectPreviousColumnCellAction
Action to be run when the user navigates to the previous cell in the table, for instance by
pressing Shift-TAB
|
| TagConflictResolutionUtil.AutomaticChoice
Preference for a particular choice from a group for automatic tag conflict resolution.
|
| TagConflictResolutionUtil.AutomaticChoiceGroup
Preference for an automatic tag conflict resolver which choose from
a group of possible
choice values. |
| TagConflictResolutionUtil.AutomaticCombine
Preference for automatic tag-conflict resolver by combining the tag values using a separator.
|
| TagConflictResolutionUtil.AutomaticTagConflictResolver
An automatic tag conflict resolver interface.
|
| TagConflictResolver
This is a UI widget for resolving tag conflicts, i.e.
|
| TagConflictResolverModel
This model holds the information about tags that are currently conflicting and the decision of the user regarding them.
|