Uses of Interface
org.geotools.swing.event.MapMouseListener
Packages that use MapMouseListener
Package
Description
Simple Swing widgets for map display.
Mouse events and listener classes to work with both window and map positions.
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Uses of MapMouseListener in org.geotools.swing
Methods in org.geotools.swing with parameters of type MapMouseListenerModifier and TypeMethodDescriptionvoid
AbstractMapPane.addMouseListener
(MapMouseListener listener) Registers an object that wishes to receiveMapMouseEvent
s such as a JMapStatusBar.void
MapPane.addMouseListener
(MapMouseListener listener) Registers an object that wishes to receiveMapMouseEvent
s such as a JMapStatusBar.void
AbstractMapPane.removeMouseListener
(MapMouseListener listener) Removes the specified listener.void
MapPane.removeMouseListener
(MapMouseListener listener) Removes the specified listener. -
Uses of MapMouseListener in org.geotools.swing.event
Classes in org.geotools.swing.event that implement MapMouseListenerModifier and TypeClassDescriptionclass
An adapter class that implements all of the mouse event handling methods defined in the MapMouseListener interface as empty methods, allowing sub-classes to just override the methods they need.Methods in org.geotools.swing.event with parameters of type MapMouseListenerModifier and TypeMethodDescriptionboolean
DefaultMapMouseEventDispatcher.addMouseListener
(MapMouseListener listener) Adds a listener for map pane mouse events.boolean
MapMouseEventDispatcher.addMouseListener
(MapMouseListener listener) Adds a listener for map pane mouse events.boolean
DefaultMapMouseEventDispatcher.removeMouseListener
(MapMouseListener listener) Removes the given listener.boolean
MapMouseEventDispatcher.removeMouseListener
(MapMouseListener listener) Removes the given listener. -
Uses of MapMouseListener in org.geotools.swing.tool
Classes in org.geotools.swing.tool that implement MapMouseListenerModifier and TypeClassDescriptionclass
Abstract base class for the zoom-in and zoom-out tools.class
The base class for map pane cursor tools.class
A cursor tool to retrieve information about features that the user clicks on with the mouse.class
A cursor tool to pan the map pane display.class
Allow scrolling with the mouse wheel.class
A cursor tool to zoom in the map pane display.class
A cursor tool to zoom out the map pane display.