Package | Description |
---|---|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.event |
Provides the classes for OSM dataset events.
|
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 else
|
org.openstreetmap.josm.gui.dialogs.changeset |
Standalone dialog allowing to handle OSM changesets (query and display them).
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawAction.selectionChanged(DataSelectionListener.SelectionChangeEvent event)
redraw to (possibly) get rid of helper line if selection changes.
|
Modifier and Type | Class and Description |
---|---|
static class |
DataSelectionListener.AbstractSelectionEvent
The base class for selection events
|
static class |
DataSelectionListener.SelectionAddEvent
Primitives are added to the selection
|
static class |
DataSelectionListener.SelectionRemoveEvent
Primitives are removed from the selection
|
static class |
DataSelectionListener.SelectionReplaceEvent
The selection is replaced by a new selection
|
static class |
DataSelectionListener.SelectionToggleEvent
Toggle the selected state of a primitive
|
Modifier and Type | Method and Description |
---|---|
void |
DataSelectionListener.selectionChanged(DataSelectionListener.SelectionChangeEvent event)
Called whenever the selection is changed.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
DataSet.doSelectionChange(java.util.function.Function<java.util.Set<OsmPrimitive>,DataSelectionListener.SelectionChangeEvent> command)
Do a selection change.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionEventManager.ListenerInfo.fire(DataSelectionListener.SelectionChangeEvent event) |
void |
SelectionEventManager.OldListenerInfo.fire(DataSelectionListener.SelectionChangeEvent event) |
void |
SelectionEventManager.DataListenerInfo.fire(DataSelectionListener.SelectionChangeEvent event) |
private static void |
SelectionEventManager.fireEvent(java.util.List<SelectionEventManager.ListenerInfo> listeners,
DataSelectionListener.SelectionChangeEvent event) |
void |
SelectionEventManager.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ConflictDialog.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
void |
UserListDialog.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetInSelectionListModel.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
OsmDataLayer.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |