net.refractions.udig.tool.select
Class BBoxSelection

java.lang.Object
  extended by SimpleTool
      extended by net.refractions.udig.tool.select.BBoxSelection

public class BBoxSelection
extends SimpleTool

TODO provide type description

Since:
TODO provide version
Author:
jeichar

Field Summary
static java.lang.String ID
          Comment for ID
 
Constructor Summary
BBoxSelection()
          Creates a new instance of BBoxSelection
 
Method Summary
protected  void onMouseDragged(MapMouseEvent e)
           
 void onMousePressed(MapMouseEvent e)
           
 void onMouseReleased(MapMouseEvent e)
           
protected  void sendSelectionCommand(MapMouseEvent e, Envelope bounds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
Comment for ID

See Also:
Constant Field Values
Constructor Detail

BBoxSelection

public BBoxSelection()
Creates a new instance of BBoxSelection

Method Detail

onMouseDragged

protected void onMouseDragged(MapMouseEvent e)
See Also:
net.refractions.udig.project.ui.tool.SimpleTool#onMouseDragged(net.refractions.udig.project.render.displayAdapter.MapMouseEvent)

onMousePressed

public void onMousePressed(MapMouseEvent e)
See Also:
net.refractions.udig.project.ui.tool.AbstractTool#mousePressed(net.refractions.udig.project.render.displayAdapter.MapMouseEvent)

onMouseReleased

public void onMouseReleased(MapMouseEvent e)
See Also:
net.refractions.udig.project.ui.tool.AbstractTool#mouseReleased(net.refractions.udig.project.render.displayAdapter.MapMouseEvent)

sendSelectionCommand

protected void sendSelectionCommand(MapMouseEvent e,
                                    Envelope bounds)
Parameters:
e -
bounds -