Modifier and Type | Class and Description |
---|---|
private class |
JosmAction.SelectionChangeAdapter
Adapter for selection change events
|
Modifier and Type | Class and Description |
---|---|
class |
DrawAction
Mapmode to add nodes, create and extend ways.
|
class |
ImproveWayAccuracyAction |
Modifier and Type | Class and Description |
---|---|
class |
AddSelectionToRelations
Add all objects selected in the current dataset after the last member of relation(s).
|
Modifier and Type | Field and Description |
---|---|
private static Collection<SelectionChangedListener> |
DataSet.selListeners
A list of listeners to selection changed events.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataSet.addSelectionListener(SelectionChangedListener listener)
Adds a new selection listener.
|
static void |
DataSet.removeSelectionListener(SelectionChangedListener listener)
Removes a selection listener.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectionEventManager
Similar like
DatasetEventManager , just for selection events. |
Modifier and Type | Field and Description |
---|---|
(package private) SelectionChangedListener |
SelectionEventManager.ListenerInfo.listener |
Modifier and Type | Method and Description |
---|---|
void |
SelectionEventManager.addSelectionListener(SelectionChangedListener listener,
DatasetEventManager.FireMode fireMode) |
void |
SelectionEventManager.removeSelectionListener(SelectionChangedListener listener) |
Constructor and Description |
---|
SelectionEventManager.ListenerInfo(SelectionChangedListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
MultipolygonCache
A memory cache for
Multipolygon objects. |
Modifier and Type | Field and Description |
---|---|
private SelectionChangedListener |
MapView.repaintSelectionChangedListener |
Modifier and Type | Class and Description |
---|---|
class |
ConflictDialog
This dialog displays the
ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |
private static class |
SelectionListDialog.SelectionListModel
The list model for the list of OSM primitives in the current JOSM selection.
|
(package private) class |
SelectionListDialog.ShowHistoryAction
The action for showing history information of the current history item.
|
class |
UserListDialog
Displays a dialog with all users who have last edited something in the
selection area, along with the number of objects.
|
class |
ValidatorDialog
A small tool dialog for displaying the current errors.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangesetInSelectionListModel |
Modifier and Type | Class and Description |
---|---|
class |
PropertiesDialog
This dialog displays the tags of the current selected primitives.
|
Modifier and Type | Class and Description |
---|---|
class |
MemberTableModel |
class |
SelectionTableModel |
Modifier and Type | Class and Description |
---|---|
class |
OsmDataLayer
A layer that holds OSM data from a specific dataset.
|
Modifier and Type | Class and Description |
---|---|
class |
TaggingPresetSelector
GUI component to select tagging preset: the list with filter and two checkboxes
|