Uses of Interface
org.openstreetmap.josm.gui.MapFrameListener
-
Packages that use MapFrameListener Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of MapFrameListener in org.openstreetmap.josm.actions
Classes in org.openstreetmap.josm.actions that implement MapFrameListener Modifier and Type Class Description private class
AutoScaleAction.MapFrameAdapter
Adapter for MapFrame change eventsclass
SessionSaveAsAction
Saves a JOSM session -
Uses of MapFrameListener in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui with type parameters of type MapFrameListener Modifier and Type Field Description private CopyOnWriteArrayList<MapFrameListener>
MainPanel. mapFrameListeners
Methods in org.openstreetmap.josm.gui with parameters of type MapFrameListener Modifier and Type Method Description static boolean
MainApplication. addAndFireMapFrameListener(MapFrameListener listener)
Registers a newMapFrameListener
that will be notified of MapFrame changes.boolean
MainPanel. addAndFireMapFrameListener(MapFrameListener listener)
Registers a newMapFrameListener
that will be notified of MapFrame changes.static boolean
MainApplication. addMapFrameListener(MapFrameListener listener)
Registers a newMapFrameListener
that will be notified of MapFrame changesboolean
MainPanel. addMapFrameListener(MapFrameListener listener)
Registers a newMapFrameListener
that will be notified of MapFrame changesstatic boolean
MainApplication. removeMapFrameListener(MapFrameListener listener)
Unregisters the givenMapFrameListener
from MapFrame changesboolean
MainPanel. removeMapFrameListener(MapFrameListener listener)
Unregisters the givenMapFrameListener
from MapFrame changes -
Uses of MapFrameListener in org.openstreetmap.josm.gui.io
Classes in org.openstreetmap.josm.gui.io that implement MapFrameListener Modifier and Type Class Description (package private) class
SaveLayersDialog.SaveSessionAction
-
Uses of MapFrameListener in org.openstreetmap.josm.plugins
Classes in org.openstreetmap.josm.plugins that implement MapFrameListener Modifier and Type Class Description class
Plugin
For all purposes of loading dynamic resources, the Plugin's class loader should be used (or else, the plugin jar will not be within the class path).class
PluginProxy
Helper class for the JOSM system to communicate with the plugin.
-