Package | Description |
---|---|
org.openstreetmap.josm.gui | |
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.properties |
Toggle dialog allowing to display/edit tags and relation memberships of currently selected OSM objects.
|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Class and Description |
---|---|
class |
MapScaler |
(package private) class |
MapSlider |
class |
MapStatus
A component that manages some status information display about the map.
|
class |
MapView
This is a component used in the
MapFrame for browsing the map. |
class |
NavigatableComponent
A component that can be navigated by a
MapMover . |
Modifier and Type | Class and Description |
---|---|
class |
ChangesetDialog
ChangesetDialog is a toggle dialog which displays the current list of changesets.
|
class |
CommandStackDialog
Dialog displaying list of all executed commands (undo/redo buffer).
|
class |
ConflictDialog
This dialog displays the
ConflictCollection of the active OsmDataLayer in a toggle
dialog on the right of the main frame. |
class |
FilterDialog |
class |
LayerListDialog
This is a toggle dialog which displays the list of layers.
|
class |
MapPaintDialog |
class |
MinimapDialog
A small map of the current edit location implemented as
ToggleDialog . |
class |
NotesDialog
Dialog to display and manipulate notes.
|
class |
RelationListDialog
A dialog showing all known relations, with buttons to add, edit, and
delete them.
|
class |
SelectionListDialog
A small tool dialog for displaying the current selection.
|
class |
ToggleDialog
This class is a toggle dialog that can be turned on and off.
|
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 |
PropertiesDialog
This dialog displays the tags of the current selected primitives.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageViewerDialog |