Package | Description |
---|---|
org.openstreetmap.josm.data.osm.event | |
org.openstreetmap.josm.data.osm.visitor.paint.relations | |
org.openstreetmap.josm.data.validation | |
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.relation |
Toggle dialog allowing to display currently loaded relations and perform operations on them.
|
org.openstreetmap.josm.gui.history |
Provides GUI classes for handling history of OSM objects.
|
org.openstreetmap.josm.gui.tagging.ac |
Provides classes for handling autocompletion of tags.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetListenerAdapter.nodeMoved(NodeMovedEvent event) |
void |
DataSetListener.nodeMoved(NodeMovedEvent event)
A node's coordinates were modified.
|
Modifier and Type | Method and Description |
---|---|
void |
Multipolygon.PolyData.nodeMoved(NodeMovedEvent event) |
void |
MultipolygonCache.nodeMoved(NodeMovedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
TestError.nodeMoved(NodeMovedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
FilterDialog.nodeMoved(NodeMovedEvent event) |
void |
SelectionListDialog.SelectionListModel.nodeMoved(NodeMovedEvent event) |
void |
RelationListDialog.nodeMoved(NodeMovedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetsInActiveDataLayerListModel.nodeMoved(NodeMovedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MemberTableModel.nodeMoved(NodeMovedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryBrowserModel.nodeMoved(NodeMovedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AutoCompletionManager.nodeMoved(NodeMovedEvent event) |