Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.actions.mapmode |
Provides the classes for JOSM
map modes . |
org.openstreetmap.josm.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
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.data.osm.visitor.paint.relations |
Provides the classes for painting and caching
Multipolygon 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 else
|
org.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.
|
Modifier and Type | Method and Description |
---|---|
void |
JosmAction.SelectionChangeAdapter.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
DrawAction.selectionChanged(DataSelectionListener.SelectionChangeEvent event)
redraw to (possibly) get rid of helper line if selection changes.
|
void |
ImproveWayAccuracyAction.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AddSelectionToRelations.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
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.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 |
MultipolygonCache.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MapStatus.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
UserListDialog.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
void |
ValidatorDialog.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
void |
ConflictDialog.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
void |
SelectionListDialog.ShowHistoryAction.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
void |
SelectionListDialog.SelectionListModel.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetInSelectionListModel.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
PropertiesDialog.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SelectionTableModel.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
void |
MemberTableModel.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
OsmDataLayer.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
TaggingPresetSelector.selectionChanged(DataSelectionListener.SelectionChangeEvent event) |