Package | Description |
---|---|
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.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.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.tagging.ac |
Provides classes for handling autocompletion of tags.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSetListener.tagsChanged(TagsChangedEvent event)
There was some change in the tag set of a primitive.
|
void |
DataSetListenerAdapter.tagsChanged(TagsChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MultipolygonCache.tagsChanged(TagsChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SelectionListDialog.SelectionListModel.tagsChanged(TagsChangedEvent event) |
void |
RelationListDialog.tagsChanged(TagsChangedEvent event) |
void |
FilterDialog.tagsChanged(TagsChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetsInActiveDataLayerListModel.tagsChanged(TagsChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MemberTableModel.tagsChanged(TagsChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorTreePanel.tagsChanged(TagsChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryBrowserModel.tagsChanged(TagsChangedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AutoCompletionManager.tagsChanged(TagsChangedEvent event) |