Package | Description |
---|---|
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.autofilter |
Provides the classes for automatic filters (filters automatically created on current data).
|
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 GUI 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 |
RelationMembersChangedEvent.fire(DataSetListener listener) |
void |
NodeMovedEvent.fire(DataSetListener listener) |
void |
TagsChangedEvent.fire(DataSetListener listener) |
void |
FilterChangedEvent.fire(DataSetListener listener) |
void |
WayNodesChangedEvent.fire(DataSetListener listener) |
void |
DataChangedEvent.fire(DataSetListener listener) |
abstract void |
AbstractDatasetChangedEvent.fire(DataSetListener listener)
Calls the appropriate method of the listener for this event.
|
void |
PrimitiveFlagsChangedEvent.fire(DataSetListener listener) |
void |
ChangesetIdChangedEvent.fire(DataSetListener listener) |
void |
PrimitivesRemovedEvent.fire(DataSetListener listener) |
void |
PrimitivesAddedEvent.fire(DataSetListener listener) |
void |
DatasetEventManager.removeDatasetListener(DataSetListener listener)
Unregister 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 |
MapStatus
A component that manages some status information display about the map.
|
Modifier and Type | Class and Description |
---|---|
class |
AutoFilterManager
The auto filter manager keeps track of registered auto filter rules and applies the active one on the fly,
when the map contents, location or zoom changes.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterDialog
The filter dialog displays a list of filters that are active on the current edit layer.
|
class |
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and delete them.
|
(package 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
This is the base model used for the
MemberTable . |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorTreePanel
A panel that displays the error tree.
|
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.
|