Uses of Interface
org.geotools.swing.event.MapMouseEventDispatcher
Packages that use MapMouseEventDispatcher
Package
Description
Simple Swing widgets for map display.
Mouse events and listener classes to work with both window and map positions.
-
Uses of MapMouseEventDispatcher in org.geotools.swing
Fields in org.geotools.swing declared as MapMouseEventDispatcherModifier and TypeFieldDescriptionprotected MapMouseEventDispatcherAbstractMapPane.mouseEventDispatcherMethods in org.geotools.swing that return MapMouseEventDispatcherModifier and TypeMethodDescriptionAbstractMapPane.getMouseEventDispatcher()Gets the current mouse event dispatcher which is responsible for converting each input Java AWT mouse event into a MapMouseEvent and forwarding it to each MapMouseListener.MapPane.getMouseEventDispatcher()Gets the current mouse event dispatcher which is responsible for converting each input Java AWT mouse event into a MapMouseEvent and forwarding it to each MapMouseListener.Methods in org.geotools.swing with parameters of type MapMouseEventDispatcherModifier and TypeMethodDescriptionvoidAbstractMapPane.setMouseEventDispatcher(MapMouseEventDispatcher dispatcher) Replaces the current mouse event dispatcher.voidMapPane.setMouseEventDispatcher(MapMouseEventDispatcher dispatcher) Replaces the current mouse event dispatcher. -
Uses of MapMouseEventDispatcher in org.geotools.swing.event
Classes in org.geotools.swing.event that implement MapMouseEventDispatcherModifier and TypeClassDescriptionclassReceives mouse events from a MapPane instance, converts them to MapPaneMouseEvents, and sends these to the active map pane tools.