Uses of Class
com.bbn.openmap.tools.drawing.OMDrawingToolMouseMode

Packages that use OMDrawingToolMouseMode
com.bbn.openmap.layer.editor This package provides the infrastructure to create layers that provide a Tool interface that controls their content. 
com.bbn.openmap.tools.drawing Provides classes to implement a drawing tool. 
 

Uses of OMDrawingToolMouseMode in com.bbn.openmap.layer.editor
 

Fields in com.bbn.openmap.layer.editor declared as OMDrawingToolMouseMode
protected  OMDrawingToolMouseMode DrawingEditorTool.omdtmm
          A handler on the OMDrawingToolMouseMode that the OMDrawingTool is using, for convenience.
 

Methods in com.bbn.openmap.layer.editor that return OMDrawingToolMouseMode
protected  OMDrawingToolMouseMode DrawingEditorTool.activateDrawingTool(java.lang.String ttc)
          Method to set up the drawing tool with default behavior in order to create a new OMGraphic.
 

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

Fields in com.bbn.openmap.tools.drawing declared as OMDrawingToolMouseMode
protected  OMDrawingToolMouseMode OMDrawingTool.dtmm
          The MouseMode used for the drawing tool.
 

Methods in com.bbn.openmap.tools.drawing that return OMDrawingToolMouseMode
protected  OMDrawingToolMouseMode OMDrawingTool.createMouseMode()
          Create the mouse mode used with the drawing tool.
 OMDrawingToolMouseMode OMDrawingTool.getMouseMode()
          If you want to run the drawing tool in passive mode, you'll need a handle on the mouseMode to feed events to.
 

Methods in com.bbn.openmap.tools.drawing with parameters of type OMDrawingToolMouseMode
 void OMDrawingTool.setMouseMode(OMDrawingToolMouseMode adtmm)
          If you need your OMDrawingToolMouseMode to do something a little different, you can substitute your subclass here.
 



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