Uses of Interface
org.openstreetmap.josm.gui.MapView.LayerChangeListener

Packages that use MapView.LayerChangeListener
org.openstreetmap.josm.actions   
org.openstreetmap.josm.data   
org.openstreetmap.josm.data.osm.history   
org.openstreetmap.josm.data.osm.visitor.paint.relations   
org.openstreetmap.josm.data.validation   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.dialogs.relation   
org.openstreetmap.josm.gui.history   
org.openstreetmap.josm.gui.layer   
org.openstreetmap.josm.gui.tagging   
org.openstreetmap.josm.io   
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.actions
 

Classes in org.openstreetmap.josm.actions that implement MapView.LayerChangeListener
private  class JosmAction.LayerChangeAdapter
          Adapter for layer change events
 class ZoomToAction
           
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.data
 

Classes in org.openstreetmap.josm.data that implement MapView.LayerChangeListener
 class AutosaveTask
          Saves data layers periodically so they can be recovered in case of a crash.
 class UndoRedoHandler
           
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.data.osm.history
 

Classes in org.openstreetmap.josm.data.osm.history that implement MapView.LayerChangeListener
 class HistoryDataSet
          A data set holding histories of OSM primitives.
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.data.osm.visitor.paint.relations
 

Classes in org.openstreetmap.josm.data.osm.visitor.paint.relations that implement MapView.LayerChangeListener
 class MultipolygonCache
           
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.data.validation
 

Classes in org.openstreetmap.josm.data.validation that implement MapView.LayerChangeListener
 class OsmValidator
          A OSM data validator
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.gui
 

Classes in org.openstreetmap.josm.gui that implement MapView.LayerChangeListener
 class ImageryMenu
           
(package private) static class MainMenu.PresetsMenuEnabler
           
 class MapFrame
          One Map frame with one dataset behind.
 

Fields in org.openstreetmap.josm.gui with type parameters of type MapView.LayerChangeListener
private static java.util.concurrent.CopyOnWriteArrayList<MapView.LayerChangeListener> MapView.layerChangeListeners
          the layer listeners
 

Methods in org.openstreetmap.josm.gui with parameters of type MapView.LayerChangeListener
static void MapView.addLayerChangeListener(MapView.LayerChangeListener listener)
          Adds a layer change listener
static void MapView.removeLayerChangeListener(MapView.LayerChangeListener listener)
          Removes a layer change listener
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.gui.dialogs
 

Classes in org.openstreetmap.josm.gui.dialogs that implement MapView.LayerChangeListener
 class LayerListDialog.ActivateLayerAction
          The action to activate the currently selected layer
 class LayerListDialog.LayerListModel
          The layer list model.
(package private) static class RelationListDialog.NewAction
          The action for creating a new relation
 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 MapView.LayerChangeListener in org.openstreetmap.josm.gui.dialogs.relation
 

Classes in org.openstreetmap.josm.gui.dialogs.relation that implement MapView.LayerChangeListener
private  class MemberTable.ZoomToGapAction
           
 class RelationDialogManager
          RelationDialogManager keeps track of the open relation editors.
 class SelectionTableModel
           
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.gui.history
 

Classes in org.openstreetmap.josm.gui.history that implement MapView.LayerChangeListener
 class HistoryBrowserDialogManager
           
 class HistoryBrowserModel
          This is the model used by the history browser.
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.gui.layer
 

Classes in org.openstreetmap.josm.gui.layer that implement MapView.LayerChangeListener
 class ValidatorLayer
          A layer showing error messages.
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.gui.tagging
 

Classes in org.openstreetmap.josm.gui.tagging that implement MapView.LayerChangeListener
 class TaggingPreset
          This class read encapsulate one tagging preset.
 class TaggingPresetMenu
           
 class TaggingPresetSeparator
           
 

Uses of MapView.LayerChangeListener in org.openstreetmap.josm.io
 

Classes in org.openstreetmap.josm.io that implement MapView.LayerChangeListener
 class AllFormatsImporter
          Dummy importer that adds the "All Formats"-Filter when opening files
 class FileExporter
           
 class FileImporter
           
 class GeoJSONExporter
           
 class GpxExporter
           
 class GpxImporter
           
 class JpgImporter
          File importer allowing to import geottaged images (*.jpg files).
 class NMEAImporter
           
 class OsmBzip2Exporter
           
 class OsmBzip2Importer
           
 class OsmChangeImporter
           
 class OsmExporter
           
 class OsmGzipExporter
           
 class OsmGzipImporter
           
 class OsmImporter
           
 class WMSLayerExporter
          Export a WMS layer to a serialized binary file that can be imported later via WMSLayerImporter.
 class WMSLayerImporter
          Import a WMS layer from a serialized binary file previously exported via WMSLayerExporter.
 



JOSM