ucar.unidata.gis.worldmap
Class WorldMapBean

java.lang.Object
  extended by ucar.unidata.gis.worldmap.WorldMapBean
All Implemented Interfaces:
MapBean

public class WorldMapBean
extends Object
implements MapBean

Wraps the default WorldMap object into a MapBean


Constructor Summary
WorldMapBean()
          _more_
 
Method Summary
 void addNewRendererListener(NewRendererListener l)
          _more_
 Action getAction()
          Construct the Action that is called when its menu item/buttcon is selected.
 Renderer getRenderer()
          _more_
 void removeNewRendererListener(NewRendererListener l)
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldMapBean

public WorldMapBean()
_more_

Method Detail

getRenderer

public Renderer getRenderer()
_more_

Specified by:
getRenderer in interface MapBean
Returns:
_more_

getAction

public Action getAction()
Construct the Action that is called when its menu item/buttcon is selected. Typically this routine is only called once when the bean is added. The Action itself is called whenever the menu/buttcon is selected.

Specified by:
getAction in interface MapBean
Returns:
the Action to be called.

addNewRendererListener

public void addNewRendererListener(NewRendererListener l)
_more_

Specified by:
addNewRendererListener in interface MapBean
Parameters:
l -

removeNewRendererListener

public void removeNewRendererListener(NewRendererListener l)
_more_

Specified by:
removeNewRendererListener in interface MapBean
Parameters:
l -