Uses of Class
org.openstreetmap.josm.data.osm.event.AbstractDatasetChangedEvent
-
Packages that use AbstractDatasetChangedEvent 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 Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.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 cachingMultipolygonrelations.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.properties Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.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.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.tagging.ac Provides GUI classes for handling autocompletion of tags. -
-
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidSplitWayAction.SegmentToKeepSelectionDialog.SplitWayDataSetListener. otherDatasetChange(AbstractDatasetChangedEvent event)voidUploadSelectionAction. processDatasetEvent(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.actions.mapmode
Methods in org.openstreetmap.josm.actions.mapmode with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidImproveWayAccuracyAction. otherDatasetChange(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm with type parameters of type AbstractDatasetChangedEvent Modifier and Type Field Description private java.util.List<AbstractDatasetChangedEvent>DataSet. cachedEventsMethods in org.openstreetmap.josm.data.osm with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description private voidDataSet. fireEvent(AbstractDatasetChangedEvent event)private voidDataSet. fireEventToListeners(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.data.osm.event
Subclasses of AbstractDatasetChangedEvent in org.openstreetmap.josm.data.osm.event Modifier and Type Class Description classChangesetIdChangedEventAn event that is triggered when the changeset id has changed for a list of primitives.classDataChangedEventA combined data change event.classFilterChangedEventRepresents a change of primitive filter flags.classNodeMovedEventAn event that is triggered on a node move (lat/lon change)classPrimitiveFlagsChangedEventRepresents a change inAbstractPrimitive.flagsunless covered by a more specific eventclassPrimitivesAddedEventAn event that is triggered if primitives have been added to the datasetclassPrimitivesRemovedEventAn event that is triggered when primitives were removed from the datasetclassRelationMembersChangedEventAn event that is triggered if the members of a single relation have changedclassTagsChangedEventAn event that is triggered if the tags of a single primitive have changedclassWayNodesChangedEventAn event that is triggered when the nodes of a way have been changed (nodes added, removed or the order was changed)Fields in org.openstreetmap.josm.data.osm.event with type parameters of type AbstractDatasetChangedEvent Modifier and Type Field Description private java.util.List<AbstractDatasetChangedEvent>DataChangedEvent. eventsprivate java.util.Queue<AbstractDatasetChangedEvent>DatasetEventManager. eventsInEDTMethods in org.openstreetmap.josm.data.osm.event that return types with arguments of type AbstractDatasetChangedEvent Modifier and Type Method Description java.util.List<AbstractDatasetChangedEvent>DataChangedEvent. getEvents()Returns list of events that caused this DataChangedEvent.Methods in org.openstreetmap.josm.data.osm.event with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description private static voidDatasetEventManager. fireConsolidatedEvents(java.util.List<DatasetEventManager.ListenerInfo> listeners, AbstractDatasetChangedEvent event)private static voidDatasetEventManager. fireEvents(java.util.List<DatasetEventManager.ListenerInfo> listeners, AbstractDatasetChangedEvent event)voidDataSetListener. otherDatasetChange(AbstractDatasetChangedEvent event)Minor dataset change, currently only changeset id changed is supported, but can be extended in future.voidDataSetListenerAdapter. otherDatasetChange(AbstractDatasetChangedEvent event)voidDatasetEventManager. processDatasetEvent(AbstractDatasetChangedEvent event)voidDataSetListenerAdapter.Listener. processDatasetEvent(AbstractDatasetChangedEvent event)Called when notified about any type of dataset change event.Constructor parameters in org.openstreetmap.josm.data.osm.event with type arguments of type AbstractDatasetChangedEvent Constructor Description DataChangedEvent(DataSet dataSet, java.util.List<AbstractDatasetChangedEvent> events)Constructs a newDataChangedEvent -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.data.osm.visitor.paint.relations
Methods in org.openstreetmap.josm.data.osm.visitor.paint.relations with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description private static voidMultipolygonCache. dispatchEvent(AbstractDatasetChangedEvent event, Relation r, java.util.Collection<java.util.Map<Relation,Multipolygon>> maps)voidMultipolygonCache. otherDatasetChange(AbstractDatasetChangedEvent event)private static voidMultipolygonCache. processEvent(AbstractDatasetChangedEvent event, Relation r, java.util.Collection<java.util.Map<Relation,Multipolygon>> maps)private voidMultipolygonCache. updateMultipolygonsReferringTo(AbstractDatasetChangedEvent event)private voidMultipolygonCache. updateMultipolygonsReferringTo(AbstractDatasetChangedEvent event, java.util.Collection<? extends OsmPrimitive> primitives, DataSet ds)private java.util.Collection<java.util.Map<Relation,Multipolygon>>MultipolygonCache. updateMultipolygonsReferringTo(AbstractDatasetChangedEvent event, java.util.Collection<? extends OsmPrimitive> primitives, DataSet ds, java.util.Collection<java.util.Map<Relation,Multipolygon>> initialMaps) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidMapStatus. otherDatasetChange(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.autofilter
Methods in org.openstreetmap.josm.gui.autofilter with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidAutoFilterManager. otherDatasetChange(AbstractDatasetChangedEvent event)private voidAutoFilterManager. updateFiltersEvent(AbstractDatasetChangedEvent event, boolean affectedOnly) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidFilterDialog. otherDatasetChange(AbstractDatasetChangedEvent event)voidRelationListDialog. otherDatasetChange(AbstractDatasetChangedEvent event)voidSelectionListDialog.SelectionListModel. otherDatasetChange(AbstractDatasetChangedEvent event)voidValidatorDialog. processDatasetEvent(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.dialogs.changeset
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidChangesetsInActiveDataLayerListModel. otherDatasetChange(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.dialogs.properties
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidPropertiesDialog. processDatasetEvent(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.dialogs.relation
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidMemberTableModel. otherDatasetChange(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.dialogs.validator
Methods in org.openstreetmap.josm.gui.dialogs.validator with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidValidatorTreePanel. otherDatasetChange(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.history
Methods in org.openstreetmap.josm.gui.history with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidHistoryBrowserModel. otherDatasetChange(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidAutosaveTask. processDatasetEvent(AbstractDatasetChangedEvent event)voidOsmDataLayer. processDatasetEvent(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidCorrelationSupportLayer. processDatasetEvent(AbstractDatasetChangedEvent event) -
Uses of AbstractDatasetChangedEvent in org.openstreetmap.josm.gui.tagging.ac
Methods in org.openstreetmap.josm.gui.tagging.ac with parameters of type AbstractDatasetChangedEvent Modifier and Type Method Description voidAutoCompletionManager. otherDatasetChange(AbstractDatasetChangedEvent event)
-