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.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 classAutoScaleAction.MapFrameAdapterAdapter for MapFrame change eventsclassSessionSaveActionSaves a JOSM sessionclassSessionSaveAsActionSaves a JOSM session to a new file -
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 java.util.concurrent.CopyOnWriteArrayList<MapFrameListener>MainPanel. mapFrameListenersMethods in org.openstreetmap.josm.gui with parameters of type MapFrameListener Modifier and Type Method Description static booleanMainApplication. addAndFireMapFrameListener(MapFrameListener listener)Registers a newMapFrameListenerthat will be notified of MapFrame changes.booleanMainPanel. addAndFireMapFrameListener(MapFrameListener listener)Registers a newMapFrameListenerthat will be notified of MapFrame changes.static booleanMainApplication. addMapFrameListener(MapFrameListener listener)Registers a newMapFrameListenerthat will be notified of MapFrame changesbooleanMainPanel. addMapFrameListener(MapFrameListener listener)Registers a newMapFrameListenerthat will be notified of MapFrame changesstatic booleanMainApplication. removeMapFrameListener(MapFrameListener listener)Unregisters the givenMapFrameListenerfrom MapFrame changesbooleanMainPanel. removeMapFrameListener(MapFrameListener listener)Unregisters the givenMapFrameListenerfrom MapFrame changes -
Uses of MapFrameListener in org.openstreetmap.josm.plugins
Classes in org.openstreetmap.josm.plugins that implement MapFrameListener Modifier and Type Class Description classPluginFor 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).classPluginProxyHelper class for the JOSM system to communicate with the plugin.
-