Uses of Interface
org.openstreetmap.josm.data.osm.DataSelectionListener.SelectionChangeEvent
-
Packages that use DataSelectionListener.SelectionChangeEvent 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.actions.relation Provides the classes for JOSM actions that work withrelations
.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities 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 cachingMultipolygon
relations.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.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.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
JosmAction.SelectionChangeAdapter. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.actions.mapmode
Methods in org.openstreetmap.josm.actions.mapmode with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
DrawAction. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
redraw to (possibly) get rid of helper line if selection changes.void
ImproveWayAccuracyAction. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.actions.relation
Methods in org.openstreetmap.josm.actions.relation with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
AddSelectionToRelations. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.data.osm
Classes in org.openstreetmap.josm.data.osm that implement DataSelectionListener.SelectionChangeEvent Modifier and Type Class Description static class
DataSelectionListener.AbstractSelectionEvent
The base class for selection eventsstatic class
DataSelectionListener.SelectionAddEvent
Primitives are added to the selectionstatic class
DataSelectionListener.SelectionRemoveEvent
Primitives are removed from the selectionstatic class
DataSelectionListener.SelectionReplaceEvent
The selection is replaced by a new selectionstatic class
DataSelectionListener.SelectionToggleEvent
Toggle the selected state of a primitiveMethods in org.openstreetmap.josm.data.osm with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
DataSelectionListener. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
Called whenever the selection is changed.Method parameters in org.openstreetmap.josm.data.osm with type arguments of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description private boolean
DataSet. doSelectionChange(Function<Set<OsmPrimitive>,DataSelectionListener.SelectionChangeEvent> command)
Do a selection change. -
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.data.osm.event
Methods in org.openstreetmap.josm.data.osm.event with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
SelectionEventManager.DataListenerInfo. fire(DataSelectionListener.SelectionChangeEvent event)
void
SelectionEventManager.ListenerInfo. fire(DataSelectionListener.SelectionChangeEvent event)
private static void
SelectionEventManager. fireEvent(List<SelectionEventManager.ListenerInfo> listeners, DataSelectionListener.SelectionChangeEvent event)
void
SelectionEventManager. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.data.osm.visitor.paint.relations
Methods in org.openstreetmap.josm.data.osm.visitor.paint.relations with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
MultipolygonCache. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
MapStatus. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
ConflictDialog. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
void
SelectionListDialog.SelectionListModel. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
void
SelectionListDialog.ShowHistoryAction. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
void
UserListDialog. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
void
ValidatorDialog. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.gui.dialogs.changeset
Methods in org.openstreetmap.josm.gui.dialogs.changeset with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
ChangesetInSelectionListModel. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.gui.dialogs.properties
Methods in org.openstreetmap.josm.gui.dialogs.properties with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
PropertiesDialog. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.gui.dialogs.relation
Methods in org.openstreetmap.josm.gui.dialogs.relation with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
MemberTableModel. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
void
SelectionTableModel. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
OsmDataLayer. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-
Uses of DataSelectionListener.SelectionChangeEvent in org.openstreetmap.josm.gui.tagging.presets
Methods in org.openstreetmap.josm.gui.tagging.presets with parameters of type DataSelectionListener.SelectionChangeEvent Modifier and Type Method Description void
TaggingPresetSelector. selectionChanged(DataSelectionListener.SelectionChangeEvent event)
-