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.primitivesAdded(PrimitivesAddedEvent event)
A bunch of primitives were added into the DataSet, or existing
deleted/invisible primitives were resurrected.
|
void |
DataSetListenerAdapter.primitivesAdded(PrimitivesAddedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MultipolygonCache.primitivesAdded(PrimitivesAddedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SelectionListDialog.SelectionListModel.primitivesAdded(PrimitivesAddedEvent event) |
void |
RelationListDialog.primitivesAdded(PrimitivesAddedEvent event) |
void |
FilterDialog.primitivesAdded(PrimitivesAddedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetsInActiveDataLayerListModel.primitivesAdded(PrimitivesAddedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
MemberTableModel.primitivesAdded(PrimitivesAddedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ValidatorTreePanel.primitivesAdded(PrimitivesAddedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryBrowserModel.primitivesAdded(PrimitivesAddedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AutoCompletionManager.primitivesAdded(PrimitivesAddedEvent event)
Implementation of the DataSetListener interface
|