Uses of Interface
org.openstreetmap.josm.gui.conflict.tags.MultiValueCellEditor.NavigationListener
-
Packages that use MultiValueCellEditor.NavigationListener Package Description org.openstreetmap.josm.gui.conflict.tags Provides the classes for resolving conflicts between OSM tags. -
-
Uses of MultiValueCellEditor.NavigationListener in org.openstreetmap.josm.gui.conflict.tags
Classes in org.openstreetmap.josm.gui.conflict.tags that implement MultiValueCellEditor.NavigationListener Modifier and Type Class Description class
RelationMemberConflictResolverTable
The main table displayed in theRelationMemberConflictResolver
class
TagConflictResolverTable
This table presents the tags that are conflicting to the user.Fields in org.openstreetmap.josm.gui.conflict.tags with type parameters of type MultiValueCellEditor.NavigationListener Modifier and Type Field Description private CopyOnWriteArrayList<MultiValueCellEditor.NavigationListener>
MultiValueCellEditor. listeners
Methods in org.openstreetmap.josm.gui.conflict.tags with parameters of type MultiValueCellEditor.NavigationListener Modifier and Type Method Description void
MultiValueCellEditor. addNavigationListener(MultiValueCellEditor.NavigationListener listener)
Adds a navigation listener.void
MultiValueCellEditor. removeNavigationListener(MultiValueCellEditor.NavigationListener listener)
Removes a navigation listener.
-