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

Packages that use CenterListener
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.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.layer Contains OpenMap layers that read and display a variety of data formats, and a few that create their own data for display. 
 

Uses of CenterListener in com.bbn.openmap
 

Classes in com.bbn.openmap that implement CenterListener
 class BufferedLayerMapBean
          The BufferedLayerMapBean is a BufferedMapBean with an additional image buffer that holds Layers designated as background layers.
 class BufferedMapBean
          The BufferedMapBean extends the MapBean by adding (you guessed it) buffering.
 class MapBean
          The MapBean is the main component of the OpenMap Development Kit.
 

Uses of CenterListener in com.bbn.openmap.event
 

Methods in com.bbn.openmap.event with parameters of type CenterListener
 void CenterSupport.addCenterListener(CenterListener listener)
          Add a CenterListener to the listener list.
 void CenterSupport.removeCenterListener(CenterListener listener)
          Remove a CenterListener from the listener list.
 

Uses of CenterListener in com.bbn.openmap.gui
 

Classes in com.bbn.openmap.gui that implement CenterListener
 class CombinedCoordPanel
          A JPanel containing a tabbed set of CoordPanels.
 

Methods in com.bbn.openmap.gui with parameters of type CenterListener
 void NavigatePanel.addCenterListener(CenterListener listener)
          Add a CenterListener.
 void NavigatePanel.removeCenterListener(CenterListener listener)
          Remove a CenterListener
 void CoordPanel.addCenterListener(CenterListener listener)
          Add a CenterListener to the listener list.
 void CoordPanel.removeCenterListener(CenterListener listener)
          Remove a CenterListener from the listener list.
 void CoordInternalFrame.addCenterListener(CenterListener listener)
          Add a CenterListener to the CombinedCoordPanel to receive events when the apply button is hit.
 void CoordInternalFrame.removeCenterListener(CenterListener listener)
          Remove a CenterListener from the listener list.
 void CoordDialog.addCenterListener(CenterListener listener)
          Add a CenterListener to the CombinedCoordPanel to receive events when the apply button is hit.
 void CoordDialog.removeCenterListener(CenterListener listener)
          Remove a CenterListener from the listener list.
 void CombinedCoordPanel.addCenterListener(CenterListener listener)
          Add a CenterListener to the listener list.
 void CombinedCoordPanel.removeCenterListener(CenterListener listener)
          Remove a CenterListener from the listener list.
 

Uses of CenterListener in com.bbn.openmap.layer
 

Classes in com.bbn.openmap.layer that implement CenterListener
 class BufferedLayer.BLMapBean
          An simple extension of the BufferedMapBean that calls a layer, presumably its parent, to call repaint().
 



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