Uses of Class
org.openstreetmap.josm.data.osm.event.TagsChangedEvent
-
Packages that use TagsChangedEvent Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.data.osm.event Provides the classes for OSM dataset events.org.openstreetmap.josm.data.osm.visitor.paint.relations Provides the classes for painting and cachingMultipolygon
relations.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.autofilter Provides the classes for automatic filters (filters automatically created on current data).org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.dialogs.validator Toggle dialog allowing to launch data validation and display validation results (errors and warnings).org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.tagging.ac Provides GUI classes for handling autocompletion of tags. -
-
Uses of TagsChangedEvent in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type TagsChangedEvent Modifier and Type Method Description void
SplitWayAction.SegmentToKeepSelectionDialog.SplitWayDataSetListener. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.actions.mapmode
Methods in org.openstreetmap.josm.actions.mapmode with parameters of type TagsChangedEvent Modifier and Type Method Description void
ImproveWayAccuracyAction. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.data.osm.event
Methods in org.openstreetmap.josm.data.osm.event with parameters of type TagsChangedEvent Modifier and Type Method Description void
DataSetListener. tagsChanged(TagsChangedEvent event)
There was some change in the tag set of a primitive.void
DataSetListenerAdapter. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.data.osm.visitor.paint.relations
Methods in org.openstreetmap.josm.data.osm.visitor.paint.relations with parameters of type TagsChangedEvent Modifier and Type Method Description void
MultipolygonCache. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type TagsChangedEvent Modifier and Type Method Description void
MapStatus. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui.autofilter
Methods in org.openstreetmap.josm.gui.autofilter with parameters of type TagsChangedEvent Modifier and Type Method Description void
AutoFilterManager. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type TagsChangedEvent Modifier and Type Method Description void
FilterDialog. tagsChanged(TagsChangedEvent event)
void
RelationListDialog. tagsChanged(TagsChangedEvent event)
void
SelectionListDialog.SelectionListModel. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui.dialogs.changeset
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type TagsChangedEvent Modifier and Type Method Description void
ChangesetsInActiveDataLayerListModel. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui.dialogs.relation
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type TagsChangedEvent Modifier and Type Method Description void
MemberTableModel. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui.dialogs.validator
Methods in org.openstreetmap.josm.gui.dialogs.validator with parameters of type TagsChangedEvent Modifier and Type Method Description void
ValidatorTreePanel. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui.history
Methods in org.openstreetmap.josm.gui.history with parameters of type TagsChangedEvent Modifier and Type Method Description void
HistoryBrowserModel. tagsChanged(TagsChangedEvent event)
-
Uses of TagsChangedEvent in org.openstreetmap.josm.gui.tagging.ac
Methods in org.openstreetmap.josm.gui.tagging.ac with parameters of type TagsChangedEvent Modifier and Type Method Description void
AutoCompletionManager. tagsChanged(TagsChangedEvent event)
-