Uses of Class
com.bbn.openmap.gui.OMToolComponent

Packages that use OMToolComponent
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.tools.beanbox The beanbox package contains classes that implement a BeanPanel component. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of OMToolComponent in com.bbn.openmap.gui
 

Subclasses of OMToolComponent in com.bbn.openmap.gui
 class DistQuickTool
          The distance quicktool is a Tool object that uses an embedded mouse mode to measure distance on the map.
 class LayersPanel
          The LayersPanel displays the list of layers that OpenMap can display.
 class MouseModeButtonPanel
          The MouseModeButtonPanel is an alternative to the MouseModePanel.
 class MouseModePanel
          MouseModePanel displays the mouse modes available to the map, as a popup option menu.
 class NavigatePanel
          A Navigation Rosette Bean.
 class OMGraphicDeleteTool
          The OMGraphicDeleteTool is a Swing component that contains a button that listens for notifications that tell it that an OMGraphic has been 'selected', and provides the capability to delete that OMGraphic from the component that manages it.
 class OverviewMapHandler
          The OverviewMapHandler contains a MapBean that contains a projection that reflects another MapBean's projection.
 class ProjectionStackTool
          The ProjectionStackTool contains buttons that can trigger a ProjectionStack to change a projection of a MapBean to a previous projection, or to a later projection if the active projection is in the middle of the stack.
 class RotTool
           
 class ScaleTextPanel
          The ScaleTextPanel is a JPanel holding a JTextField that controls and responds to the scale setting of a MapBean's projection.
 class ZoomPanel
          Bean to zoom the Map.
 

Uses of OMToolComponent in com.bbn.openmap.tools.beanbox
 

Subclasses of OMToolComponent in com.bbn.openmap.tools.beanbox
 class BeanPanel
          The BeanPanel class is an openmap component that loads a set of java bean classes upon startup and organizes them into one or more tabbed panes.
 

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

Subclasses of OMToolComponent in com.bbn.openmap.tools.drawing
 class OMDrawingTool
          The OMDrawingTool implements the DrawingTool interface, and can be used to adjust the drawing parameters of OMGraphics.
 class OMDrawingToolLauncher
          This tool is a widget that calls the OMDrawingTool to create a specific graphic.
 



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