Package | Description |
---|---|
org.openstreetmap.josm.gui.conflict.tags |
Provides the classes for resolving conflicts between OSM tags.
|
Modifier and Type | Class and Description |
---|---|
class |
RelationMemberConflictResolverTable
The main table displayed in the
RelationMemberConflictResolver |
class |
TagConflictResolverTable
This table presents the tags that are conflicting to the user.
|
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<MultiValueCellEditor.NavigationListener> |
MultiValueCellEditor.listeners |
Modifier and Type | Method and Description |
---|---|
void |
MultiValueCellEditor.addNavigationListener(MultiValueCellEditor.NavigationListener listener)
Adds a navigation listener.
|
void |
MultiValueCellEditor.removeNavigationListener(MultiValueCellEditor.NavigationListener listener)
Removes a navigation listener.
|