Modifier and Type | Field and Description |
---|---|
private CopyOnWriteArrayList<DataSetListener> |
DataSet.listeners |
Modifier and Type | Method and Description |
---|---|
void |
DataSet.addDataSetListener(DataSetListener dsl) |
void |
DataSet.removeDataSetListener(DataSetListener dsl) |
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 |
---|---|
(package 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 |
ChangesetIdChangedEvent.fire(DataSetListener listener) |
void |
PrimitivesAddedEvent.fire(DataSetListener listener) |
void |
WayNodesChangedEvent.fire(DataSetListener listener) |
void |
NodeMovedEvent.fire(DataSetListener listener) |
void |
PrimitivesRemovedEvent.fire(DataSetListener listener) |
void |
RelationMembersChangedEvent.fire(DataSetListener listener) |
abstract void |
AbstractDatasetChangedEvent.fire(DataSetListener listener) |
void |
DataChangedEvent.fire(DataSetListener listener) |
void |
TagsChangedEvent.fire(DataSetListener listener) |
void |
DatasetEventManager.removeDatasetListener(DataSetListener listener) |
Constructor and Description |
---|
ListenerInfo(DataSetListener listener,
boolean consolidate) |
Modifier and Type | Class and Description |
---|---|
class |
MultipolygonCache |
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 |
private class |
DeprecatedTags.DeprecationError |
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.
|