Uses of Class
com.bbn.openmap.InformationDelegator

Packages that use InformationDelegator
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.menu This package contains OpenMap Swing GUI components that can be used in menus. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of InformationDelegator in com.bbn.openmap.event
 

Fields in com.bbn.openmap.event declared as InformationDelegator
 InformationDelegator CoordMouseMode.infoDelegator
          The info delegator that will display the distance information
 

Methods in com.bbn.openmap.event that return InformationDelegator
 InformationDelegator CoordMouseMode.getInfoDelegator()
          Return the information delegator.
 

Methods in com.bbn.openmap.event with parameters of type InformationDelegator
 void CoordMouseMode.setInfoDelegator(InformationDelegator id)
          Set the information delegator.
 

Constructors in com.bbn.openmap.event with parameters of type InformationDelegator
DistanceMouseMode(boolean consumeEvents, InformationDelegator id)
          Construct a DistanceMouseMode.
DistanceMouseMode(boolean consumeEvents, InformationDelegator id, Length units)
          Construct a DistanceMouseMode.
DistanceMouseMode(boolean consumeEvents, InformationDelegator id, Length units, int lType)
          Construct a DistanceMouseMode.
DistanceMouseMode(java.lang.String name, boolean consumeEvents, InformationDelegator id)
          Construct a DistanceMouseMode.
 

Uses of InformationDelegator in com.bbn.openmap.gui
 

Methods in com.bbn.openmap.gui that return InformationDelegator
protected  InformationDelegator UserGuideMenuItems.getInformationDelegator()
          Return current value of InformationDelegator.
 

Methods in com.bbn.openmap.gui with parameters of type InformationDelegator
 void UserGuideMenuItems.setInformationDelegator(InformationDelegator in_informationDelegator)
           
 

Constructors in com.bbn.openmap.gui with parameters of type InformationDelegator
UserGuideMenuItems(InformationDelegator in_informationDelegator)
          Initializes the object with given InformationDelegator.
 

Uses of InformationDelegator in com.bbn.openmap.gui.menu
 

Fields in com.bbn.openmap.gui.menu declared as InformationDelegator
protected  InformationDelegator DataBoundsViewMenuItem.infoDelegator
           
protected  InformationDelegator WebSiteHelpMenuItem.informationDelegator
           
 

Methods in com.bbn.openmap.gui.menu that return InformationDelegator
protected  InformationDelegator WebSiteHelpMenuItem.getInformationDelegator()
          Return current value of InformationDelegator.
 

Methods in com.bbn.openmap.gui.menu with parameters of type InformationDelegator
 void WebSiteHelpMenuItem.setInformationDelegator(InformationDelegator in_informationDelegator)
           
 

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

Fields in com.bbn.openmap.tools.drawing declared as InformationDelegator
protected  InformationDelegator OMDrawingTool.informationDelegator
          A handle to the InformationDelegator to use for status messages.
 

Methods in com.bbn.openmap.tools.drawing that return InformationDelegator
 InformationDelegator OMDrawingTool.getInformationDelegator()
           
 

Methods in com.bbn.openmap.tools.drawing with parameters of type InformationDelegator
 void OMDrawingTool.setInformationDelegator(InformationDelegator id)
           
 



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