|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CenterListener | |
|---|---|
| com.bbn.openmap | The com.bbn.openmap package contains the core OpenMap classes. |
| 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.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 |
EmbeddedNavPanel.addCenterListener(CenterListener listener)
|
void |
CoordPanel.addCenterListener(CenterListener listener)
Add a CenterListener to the listener list. |
void |
CombinedCoordPanel.addCenterListener(CenterListener listener)
Add a CenterListener to the listener list. |
void |
NavigatePanel.removeCenterListener(CenterListener listener)
Remove a CenterListener |
void |
EmbeddedNavPanel.removeCenterListener(CenterListener listener)
|
void |
CoordPanel.removeCenterListener(CenterListener listener)
Remove a CenterListener from 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(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||