|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
CenterListener | Listens for requests to recenter the map. |
InfoDisplayListener | Listens for requests to display information. |
LayerListener | Listens for requests to add, remove, or shuffle layers of the map. |
LayerStatusListener | Listens for the computational status of layers. |
MapMouseListener | The MapMouseListener interface is for use by a layer interested in getting mouse events when the mouse cursor is over the MapBean. |
MapMouseMode | Interface for handling mouse behavior while the mouse is operating over the MapBean. |
OverviewMapStatusListener | |
PaintListener | A PaintListener is an object that wants to know when another object is painted(); |
PanListener | Listens for requests to pan the map. |
ProgressListener | Listens for ProgressEvents from something doing some work. |
ProjectionListener | Interface for listening to ProjectionEvents. |
ZoomListener | Listens for requests to zoom the map in and out. |
Class Summary | |
AbstractMouseMode | Base class of the MouseModes. |
CenterEvent | An event to request the map should recenter to a new latitude and longitude. |
CenterSupport | This is a utility class that can be used by beans that need support for handling CenterListeners and firing CenterEvents You can use an instance of this class as a member field of your bean and delegate work to it. |
CoordMouseMode | The CoordMouseMode is an abstract MouseMode extension to AbstractMouseMode that can be used for Modes that want to use the BeanContext to hook up with the InformationDelegator, and to send coordinate updates to be displayed in the infoline. |
DefaultOverviewMouseMode | A MouseMode that handles drawing a box, or clicking on a point, but directs the updates to the ControlledMapSupport of the overview map handler, instead of the overview MapBean, which would have been the normal behavior. |
DistanceMouseMode | This mouse mode draws a rubberband line and circle between each mouse click as the mouse is moved and displays the cumulative distance in nautical miles (nm), kilometers (km), statute miles (miles) and the azimuth angle in decimal degrees from north on the status bar. |
InfoDisplayEvent | An event to request that information be displayed. |
LayerEvent | An event to request that layers be added, removed, or shuffled around. |
LayerStatusEvent | An event to describe the computational status of a Layer. |
LayerSupport | This is a utility class that can be used by beans that need support for handling LayerListeners and firing LayerEvents. |
ListenerSupport | This is an utility class that can be used by beans that need support for handling listeners and firing events. |
MapBeanKeyListener | |
MapMouseAdapter | Basic implementation of the MapMouseListener interface provided as a convenience. |
MapMouseEvent | MouseEvent extension and wrapper that provides the additional capability to get a lat/lon translation for the x,y location for the MouseEvent if the source is a MapBean, and also to get a handle to the MapMouseMode that is currently active and distributing the MouseEvents. |
MapMouseSupport | This is a utility class that can be used by beans that need support for handling MapMouseListeners and firing MapMouseEvents. |
NavMouseMode | The Navigation Mouse Mode interprets mouse clicks and mouse drags to recenter and rescale the map. |
NavMouseMode2 | The Navigation Mouse Mode interprets mouse clicks and mouse drags to recenter and rescale the map. |
NullMouseMode | The NullMouseMode takes no action on mouse events and does not keep a list of map mouse listeners. |
PaintListenerSupport | This is a utility class that can be used by beans that need support for handling PaintListeners and calling the PaintListener.paint() method. |
PanEvent | An event to request the map to pan. |
PanSupport | This is a utility class that can be used by beans that need support for handling PanListeners and firing PanEvents. |
ProgressEvent | An event that provides information on progress on a certain task. |
ProgressSupport | This is a utility class that can be used by beans that need support for handling ProgressListeners and firing ProgressEvents. |
ProjectionEvent | An event with an updated MapBean projection. |
ProjectionSupport | This is a utility class that can be used by beans that need support for handling ProjectionListeners and firing ProjectionEvents. |
ProjMapBeanKeyListener | The ProjMapBeanKeyListener is a KeyListener that gets events when the MapBean has focus, and responds to certain keys by changing the projection. |
SelectMouseMode | The SelectMouseMode delegates handling of mouse events to the listeners. |
ZoomEvent | An event to request that the map zoom in or out. |
ZoomSupport | This is a utility class that can be used by beans that need support for handling ZoomListeners and firing ZoomEvents. |
Provides the various event object and listener interfaces for using the MapBean.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |