Uses of Package
org.geotools.swing.event
Packages that use org.geotools.swing.event
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.
-
Classes in org.geotools.swing.event used by org.geotools.swingClassDescriptionTakes Java AWT mouse events received by a map pane and converts them to
MapMouseEventswhich add world location data.Interface for classes that listen to MapMouseEventsAn event class used byMapPaneto signal changes of state to listeners.Listens to events published by the MapPane. -
Classes in org.geotools.swing.event used by org.geotools.swing.eventClassDescriptionRepresents a keyboard key or key combination.A
MouseEventwith methods to retrieve position in world coordinates.Takes Java AWT mouse events received by a map pane and converts them toMapMouseEventswhich add world location data.Interface for classes that listen to MapMouseEventsAn event class used byMapPaneto signal changes of state to listeners.Type of MapPane eventConstants for supported actions.Listens to events published by the MapPane. -
Classes in org.geotools.swing.event used by org.geotools.swing.toolClassDescriptionAn 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.A
MouseEventwith methods to retrieve position in world coordinates.Interface for classes that listen to MapMouseEvents