Uses of Interface
org.openstreetmap.josm.gui.layer.LayerManager.LayerChangeListener
-
Packages that use LayerManager.LayerChangeListener Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory
(edition revisions).org.openstreetmap.josm.data.osm.visitor.paint.relations Provides the classes for painting and cachingMultipolygon
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.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.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.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. -
-
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.actions
Classes in org.openstreetmap.josm.actions that implement LayerManager.LayerChangeListener Modifier and Type Class Description protected class
JosmAction.LayerChangeAdapter
Adapter for layer change events.class
ZoomToAction
An action that zooms to the selected OSM primitive in a table of primitives. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.data.osm.history
Classes in org.openstreetmap.josm.data.osm.history that implement LayerManager.LayerChangeListener Modifier and Type Class Description class
HistoryDataSet
A data set holding histories of OSM primitives. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.data.osm.visitor.paint.relations
Classes in org.openstreetmap.josm.data.osm.visitor.paint.relations that implement LayerManager.LayerChangeListener Modifier and Type Class Description class
MultipolygonCache
A memory cache forMultipolygon
objects. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui
Classes in org.openstreetmap.josm.gui that implement LayerManager.LayerChangeListener Modifier and Type Class Description class
ImageryMenu
Imagery menu, holding entries for imagery preferences, offset actions and dynamic imagery entries depending on current mapview coordinates.private class
MainFrame.ManageLayerListeners
Manages the layer listeners, adds them to every layer.class
MapFrame
One Map frame with one dataset behind.class
MapView
This is a component used in theMapFrame
for browsing the map.Fields in org.openstreetmap.josm.gui declared as LayerManager.LayerChangeListener Modifier and Type Field Description private static LayerManager.LayerChangeListener
MainApplication. undoRedoCleaner
-
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui.autofilter
Classes in org.openstreetmap.josm.gui.autofilter that implement LayerManager.LayerChangeListener Modifier and Type Class 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. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui.bbox
Classes in org.openstreetmap.josm.gui.bbox that implement LayerManager.LayerChangeListener Modifier and Type Class Description class
SlippyMapBBoxChooser
This panel displays a map and lets the user chose aBBox
. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui.dialogs
Classes in org.openstreetmap.josm.gui.dialogs that implement LayerManager.LayerChangeListener Modifier and Type Class Description private class
LayerListDialog.ColumnWidthAdaptionListener
static class
LayerListDialog.LayerListModel
The layer list model.class
NotesDialog
Dialog to display and manipulate notes.(package private) static class
RelationListDialog.NewAction
The action for creating a new relation. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui.dialogs.relation
Classes in org.openstreetmap.josm.gui.dialogs.relation that implement LayerManager.LayerChangeListener Modifier and Type Class Description private class
MemberTable.ZoomToGapAction
class
RelationDialogManager
RelationDialogManager keeps track of the open relation editors.class
SelectionTableModel
This table shows the primitives that are currently selected in the main OSM view. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui.history
Classes in org.openstreetmap.josm.gui.history that implement LayerManager.LayerChangeListener Modifier and Type Class Description class
HistoryBrowserDialogManager
Manager allowing to show/hide history dialogs. -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui.layer
Classes in org.openstreetmap.josm.gui.layer that implement LayerManager.LayerChangeListener Modifier and Type Class Description class
AutosaveTask
Saves data and note layers periodically so they can be recovered in case of a crash.class
ValidatorLayer
A layer showing error messages.Fields in org.openstreetmap.josm.gui.layer with type parameters of type LayerManager.LayerChangeListener Modifier and Type Field Description private List<LayerManager.LayerChangeListener>
LayerManager. layerChangeListeners
Methods in org.openstreetmap.josm.gui.layer with parameters of type LayerManager.LayerChangeListener Modifier and Type Method Description void
LayerManager. addAndFireLayerChangeListener(LayerManager.LayerChangeListener listener)
Adds a layer change listener and fire an add event for every layer in this manager.void
LayerManager. addLayerChangeListener(LayerManager.LayerChangeListener listener)
Adds a layer change listenervoid
LayerManager. removeAndFireLayerChangeListener(LayerManager.LayerChangeListener listener)
Removes a layer change listener and fire a remove event for every layer in this manager.void
LayerManager. removeLayerChangeListener(LayerManager.LayerChangeListener listener)
Removes a layer change listener -
Uses of LayerManager.LayerChangeListener in org.openstreetmap.josm.gui.layer.geoimage
Classes in org.openstreetmap.josm.gui.layer.geoimage that implement LayerManager.LayerChangeListener Modifier and Type Class Description private static class
CorrelateGpxWithImages.GpxLayerAddedListener
class
ImageViewerDialog
Dialog to view and manipulate geo-tagged images from aGeoImageLayer
.
-