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.dataAccess.mapTile   
com.bbn.openmap.event Provides the various event object and listener interfaces for using the MapBean. 
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.gui.time   
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.dataAccess.mapTile
 

Classes in com.bbn.openmap.dataAccess.mapTile that implement PaintListener
 class MapTileMakerComponent
          The MapTileMakerComponent is a GUI for creating properties that the MapTileMaker uses to create tiles.
 

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 OMMouseMode
          OMMouseMode is a combination of the PanMouseMode, NavMouseMode and SelectMouseMode.
 class PanMouseMode
          PanMouseMode it is a class for Pan operation on the visible map.
 class RangeRingsMouseMode
          Mouse mode for drawing temporary range rings on a map bean.
The whole map bean is repainted each time the range rings needs to be repainted.
 class SelectMouseMode
          The SelectMouseMode delegates handling of mouse events to the listeners.
 class ZoomMouseMode
          This mouse mode responds to a double click with an animation effect of zooming in the map.
 

Uses of PaintListener in com.bbn.openmap.gui
 

Classes in com.bbn.openmap.gui that implement PaintListener
 class DistQuickTool.MouseMode
           
 

Uses of PaintListener in com.bbn.openmap.gui.time
 

Classes in com.bbn.openmap.gui.time that implement PaintListener
static class TimeSliderPanel.TimeSliderMouseMode
           
 

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