Package | Description |
---|---|
org.openstreetmap.josm.data.osm | |
org.openstreetmap.josm.data.osm.event | |
org.openstreetmap.josm.data.osm.visitor.paint.relations | |
org.openstreetmap.josm.data.validation | |
org.openstreetmap.josm.data.validation.tests | |
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 | Field and Description |
---|---|
private java.util.concurrent.CopyOnWriteArrayList<DataSetListener> |
DataSet.listeners |
Modifier and Type | Method and Description |
---|---|
void |
DataSet.addDataSetListener(DataSetListener dsl)
Adds a new data set listener.
|
void |
DataSet.removeDataSetListener(DataSetListener dsl)
Removes a data set listener.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSetListenerAdapter
Classes that do not wish to implement all methods of DataSetListener
may use this class.
|
Modifier and Type | Field and Description |
---|---|
private DataSetListener |
DatasetEventManager.ListenerInfo.listener |
private DataSetListener |
DatasetEventManager.myListener |
Modifier and Type | Method and Description |
---|---|
void |
DatasetEventManager.addDatasetListener(DataSetListener listener,
DatasetEventManager.FireMode fireMode)
Register listener, that will receive events from currently active dataset
|
void |
PrimitivesRemovedEvent.fire(DataSetListener listener) |
abstract void |
AbstractDatasetChangedEvent.fire(DataSetListener listener) |
void |
NodeMovedEvent.fire(DataSetListener listener) |
void |
DataChangedEvent.fire(DataSetListener listener) |
void |
PrimitivesAddedEvent.fire(DataSetListener listener) |
void |
WayNodesChangedEvent.fire(DataSetListener listener) |
void |
TagsChangedEvent.fire(DataSetListener listener) |
void |
RelationMembersChangedEvent.fire(DataSetListener listener) |
void |
ChangesetIdChangedEvent.fire(DataSetListener listener) |
void |
DatasetEventManager.removeDatasetListener(DataSetListener listener) |
Constructor and Description |
---|
ListenerInfo(DataSetListener listener,
boolean consolidate) |
Modifier and Type | Class and Description |
---|---|
class |
MultipolygonCache
A memory cache for
Multipolygon objects. |
Modifier and Type | Class and Description |
---|---|
class |
FixableTestError
Validation error easily fixable right at its detection.
|
class |
TestError
Validation error
|
Modifier and Type | Class and Description |
---|---|
protected class |
Addresses.AddressError |
protected class |
Highways.WrongRoundaboutHighway |
protected class |
PowerLines.PowerLineError |
Modifier and Type | Class and Description |
---|---|
class |
FilterDialog |
class |
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and
delete them.
|
private static class |
SelectionListDialog.SelectionListModel
The list model for the list of OSM primitives in the current JOSM selection.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberTableModel |
Modifier and Type | Class and Description |
---|---|
class |
HistoryBrowserModel
This is the model used by the history browser.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoCompletionManager
AutoCompletionManager holds a cache of keys with a list of
possible auto completion values for each key.
|