Uses of Interface
org.openstreetmap.josm.gui.layer.MainLayerManager.ActiveLayerChangeListener
-
Packages that use MainLayerManager.ActiveLayerChangeListener Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.data.osm.event Provides the classes for OSM dataset events.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.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 elseorg.openstreetmap.josm.gui.dialogs.changeset Standalone dialog allowing to handle OSM changesets (query and display them).org.openstreetmap.josm.gui.dialogs.layer Toggle dialog allowing to display the list of layers.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.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.io.importexport Provides GUI classes for handling file import/export operations.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.tagging.presets Provides classes for handling tagging presets. -
-
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.actions
Classes in org.openstreetmap.josm.actions that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description protected class
JosmAction.ActiveLayerChangeAdapter
Adapter for layer change events.class
ZoomToAction
An action that zooms to the selected OSM primitive in a table of primitives. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.data.osm.event
Classes in org.openstreetmap.josm.data.osm.event that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
DatasetEventManager
This class allows to add DatasetListener to currently active dataset.class
SelectionEventManager
Similar likeDatasetEventManager
, just for selection events. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description (package private) static class
MainMenu.EditLayerMenuEnabler
class
MapFrame
One Map frame with one dataset behind.class
MapView
This is a component used in theMapFrame
for browsing the map. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.bbox
Classes in org.openstreetmap.josm.gui.bbox that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
SlippyMapBBoxChooser
This panel displays a map and lets the user chose aBBox
. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
ConflictDialog
This dialog displays theConflictCollection
of the activeOsmDataLayer
in a toggle dialog on the right of the main frame.static class
LayerListDialog.LayerListModel
The layer list model.(package private) static class
RelationListDialog.NewAction
The action for creating a new relation.(package private) static class
SelectionListDialog.SearchAction
Launches the search dialog(package private) static class
SelectionListDialog.SelectionListModel
The list model for the list of OSM primitives in the current JOSM selection.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. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.dialogs.changeset
Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description (package private) class
ChangesetContentPanel.SelectInCurrentLayerAction
(package private) class
ChangesetContentPanel.SelectionBasedAction
(package private) class
ChangesetContentPanel.ZoomInCurrentLayerAction
(package private) class
ChangesetDetailPanel.SelectInCurrentLayerAction
Selects the primitives in the content of this changeset in the current data layer.(package private) class
ChangesetDetailPanel.ZoomInCurrentLayerAction
Zooms to the primitives in the content of this changeset in the current data layer.class
ChangesetsInActiveDataLayerListModel
This is the list model for the list of changeset in the current edit layer. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.dialogs.layer
Classes in org.openstreetmap.josm.gui.dialogs.layer that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
ActivateLayerAction
The action to activate the currently selected layer -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.dialogs.properties
Classes in org.openstreetmap.josm.gui.dialogs.properties that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
PropertiesDialog
This dialog displays the tags of the current selected primitives. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.dialogs.relation
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description private class
MemberTable.ZoomToGapAction
class
SelectionTableModel
This table shows the primitives that are currently selected in the main OSM view. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.history
Classes in org.openstreetmap.josm.gui.history that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
HistoryBrowserModel
This is the model used by the history browser. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.io.importexport
Classes in org.openstreetmap.josm.gui.io.importexport that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
FileExporter
Abstract base class for file exporters - IO classes that save layers to a file.class
GeoJSONExporter
Exporter to write map data to a GeoJSON file.class
GpxExporter
Exports data to a .gpx file.class
NoteExporter
Exporter to write note data to an XML fileclass
OsmBzip2Exporter
OSM data exporter that compresses it in Bzip2 format.class
OsmExporter
Exports data to an .osm file.class
OsmGzipExporter
OSM data exporter that compresses it in GZip format.class
OsmXzExporter
OSM data exporter that compresses it in XZ format.class
ValidatorErrorExporter
Exporter to write validator errors to an XML file.class
WMSLayerExporter
Export a WMS layer to a serialized binary file that can be imported later viaWMSLayerImporter
. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer with type parameters of type MainLayerManager.ActiveLayerChangeListener Modifier and Type Field Description private List<MainLayerManager.ActiveLayerChangeListener>
MainLayerManager. activeLayerChangeListeners
Methods in org.openstreetmap.josm.gui.layer with parameters of type MainLayerManager.ActiveLayerChangeListener Modifier and Type Method Description void
MainLayerManager. addActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener)
Adds a active/edit layer change listenervoid
MainLayerManager. addAndFireActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener)
Adds a active/edit layer change listener.void
MainLayerManager. removeActiveLayerChangeListener(MainLayerManager.ActiveLayerChangeListener listener)
Removes an active/edit layer change listener. -
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
ImageViewerDialog
Dialog to view and manipulate geo-tagged images from aGeoImageLayer
.Fields in org.openstreetmap.josm.gui.layer.geoimage declared as MainLayerManager.ActiveLayerChangeListener Modifier and Type Field Description private MainLayerManager.ActiveLayerChangeListener
GeoImageLayer. activeLayerChangeListener
-
Uses of MainLayerManager.ActiveLayerChangeListener in org.openstreetmap.josm.gui.tagging.presets
Classes in org.openstreetmap.josm.gui.tagging.presets that implement MainLayerManager.ActiveLayerChangeListener Modifier and Type Class Description class
TaggingPreset
This class read encapsulate one tagging preset.class
TaggingPresetMenu
Menu that groups several presets from one topic.class
TaggingPresetSeparator
Class used to represent aJSeparator
inside tagging preset menu.
-