|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapMouseListener | |
---|---|
org.geotools.swt | Simple SWT widgets for map display. |
org.geotools.swt.event | Mouse events and listener classes to work with both window and map positions. |
org.geotools.swt.tool | Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. |
Uses of MapMouseListener in org.geotools.swt |
---|
Methods in org.geotools.swt with parameters of type MapMouseListener | |
---|---|
void |
SwtMapPane.addMouseListener(MapMouseListener listener)
Register an object that wishes to receive MapMouseEvent s
such as a org.geotools.swing.StatusBar |
void |
SwtMapPane.removeMouseListener(MapMouseListener listener)
Unregister the MapMouseListener object. |
Uses of MapMouseListener in org.geotools.swt.event |
---|
Classes in org.geotools.swt.event that implement MapMouseListener | |
---|---|
class |
MapMouseAdapter
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. |
Uses of MapMouseListener in org.geotools.swt.tool |
---|
Classes in org.geotools.swt.tool that implement MapMouseListener | |
---|---|
class |
AbstractZoomTool
Abstract base class for the zoom-in and zoom-out tools. |
class |
CursorTool
The base class for map pane cursor tools. |
class |
InfoTool
A cursor tool to retrieve information about features that the user clicks on with the mouse. |
class |
PanTool
A map panning tool for SwtMapPane . |
class |
ZoomInTool
A zoom-in tool for JMapPane. |
class |
ZoomOutTool
A zoom-out tool for JMapPane. |
Methods in org.geotools.swt.tool with parameters of type MapMouseListener | |
---|---|
boolean |
MapToolManager.addMouseListener(MapMouseListener listener)
Add a listener for JMapPaneMouseEvents |
boolean |
MapToolManager.removeMouseListener(MapMouseListener listener)
Remove a MapMouseListener from the active listeners |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |