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

Packages that use MapView.EditLayerChangeListener
org.openstreetmap.josm.data.osm.event   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.gui.dialogs   
org.openstreetmap.josm.gui.dialogs.changeset   
org.openstreetmap.josm.gui.dialogs.properties   
 

Uses of MapView.EditLayerChangeListener in org.openstreetmap.josm.data.osm.event
 

Classes in org.openstreetmap.josm.data.osm.event that implement MapView.EditLayerChangeListener
 class DatasetEventManager
          This class allows to add DatasetListener to currently active dataset.
 

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

Fields in org.openstreetmap.josm.gui with type parameters of type MapView.EditLayerChangeListener
private static java.util.concurrent.CopyOnWriteArrayList<MapView.EditLayerChangeListener> MapView.editLayerChangeListeners
           
 

Methods in org.openstreetmap.josm.gui with parameters of type MapView.EditLayerChangeListener
static void MapView.addEditLayerChangeListener(MapView.EditLayerChangeListener listener)
          Adds an edit layer change listener
static void MapView.addEditLayerChangeListener(MapView.EditLayerChangeListener listener, boolean initialFire)
          Adds an edit layer change listener
static void MapView.removeEditLayerChangeListener(MapView.EditLayerChangeListener listener)
           
 

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

Classes in org.openstreetmap.josm.gui.dialogs that implement MapView.EditLayerChangeListener
 class ConflictDialog
          This dialog displays the ConflictCollection of the active OsmDataLayer in a toggle dialog on the right of the main frame.
(package private) static class SelectionListDialog.SearchAction
          Launches the search dialog
private static class SelectionListDialog.SelectionListModel
          The list model for the list of OSM primitives in the current JOSM selection.
 

Uses of MapView.EditLayerChangeListener in org.openstreetmap.josm.gui.dialogs.changeset
 

Classes in org.openstreetmap.josm.gui.dialogs.changeset that implement MapView.EditLayerChangeListener
(package private)  class ChangesetContentPanel.SelectInCurrentLayerAction
           
(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 ChangesetInSelectionListModel
           
 class ChangesetsInActiveDataLayerListModel
          This is the list model for the list of changeset in the current edit layer.
 

Uses of MapView.EditLayerChangeListener in org.openstreetmap.josm.gui.dialogs.properties
 

Classes in org.openstreetmap.josm.gui.dialogs.properties that implement MapView.EditLayerChangeListener
 class PropertiesDialog
          This dialog displays the properties of the current selected primitives.
 



JOSM