Uses of Interface
com.bbn.openmap.event.PaintListener

Packages that use PaintListener
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
com.bbn.openmap.layer.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of PaintListener in com.bbn.openmap
 

Methods in com.bbn.openmap with parameters of type PaintListener
 void MapBean.addPaintListener(PaintListener l)
          Add a PaintListener.
 void MapBean.removePaintListener(PaintListener l)
          Remove a PaintListener.
 

Uses of PaintListener in com.bbn.openmap.event
 

Subinterfaces of PaintListener in com.bbn.openmap.event
 interface MapMouseMode
          Interface for handling mouse behavior while the mouse is operating over the MapBean.
 

Classes in com.bbn.openmap.event that implement PaintListener
 class AbstractMouseMode
          Base class of the MouseModes.
 class 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.
 class 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.
 class 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.
 class NavMouseMode
          The Navigation Mouse Mode interprets mouse clicks and mouse drags to recenter and rescale the map.
 class NavMouseMode2
          The Navigation Mouse Mode interprets mouse clicks and mouse drags to recenter and rescale the map.
 class NullMouseMode
          The NullMouseMode takes no action on mouse events and does not keep a list of map mouse listeners.
 class SelectMouseMode
          The SelectMouseMode delegates handling of mouse events to the listeners.
 

Methods in com.bbn.openmap.event with parameters of type PaintListener
 void PaintListenerSupport.addPaintListener(PaintListener l)
          Add a PaintListener.
 void PaintListenerSupport.removePaintListener(PaintListener l)
          Remove a PaintListener.
 

Uses of PaintListener in com.bbn.openmap.layer.editor
 

Classes in com.bbn.openmap.layer.editor that implement PaintListener
 class EditorLayerMouseMode
          The EditorLayerMouseMode is a mouse mode that is made active when the EditorTool needs events.
 

Uses of PaintListener in com.bbn.openmap.tools.drawing
 

Classes in com.bbn.openmap.tools.drawing that implement PaintListener
 class OMDrawingTool
          The OMDrawingTool implements the DrawingTool interface, and can be used to adjust the drawing parameters of OMGraphics.
 class OMDrawingToolMouseMode
          The OMDrawingToolMouseMode is the MapMouseMode that handles the events for the OMDrawingTool.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details