Uses of Package
org.geotools.swing.event
-
Packages that use org.geotools.swing.event Package Description org.geotools.swing Simple Swing widgets for map display.org.geotools.swing.event Mouse events and listener classes to work with both window and map positions.org.geotools.swing.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. -
Classes in org.geotools.swing.event used by org.geotools.swing Class Description MapMouseEventDispatcher Takes Java AWT mouse events received by a map pane and converts them toMapMouseEvents
which add world location data.MapMouseListener Interface for classes that listen to MapMouseEventsMapPaneEvent An event class used byMapPane
to signal changes of state to listeners.MapPaneListener Listens to events published by the MapPane. -
Classes in org.geotools.swing.event used by org.geotools.swing.event Class Description KeyInfo Represents a keyboard key or key combination.MapMouseEvent AMouseEvent
with methods to retrieve position in world coordinates.MapMouseEventDispatcher Takes Java AWT mouse events received by a map pane and converts them toMapMouseEvents
which add world location data.MapMouseListener Interface for classes that listen to MapMouseEventsMapPaneEvent An event class used byMapPane
to signal changes of state to listeners.MapPaneEvent.Type Type of MapPane eventMapPaneKeyHandler.Action Constants for supported actions.MapPaneListener Listens to events published by the MapPane. -
Classes in org.geotools.swing.event used by org.geotools.swing.tool Class Description 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.MapMouseEvent AMouseEvent
with methods to retrieve position in world coordinates.MapMouseListener Interface for classes that listen to MapMouseEvents