Uses of Class
org.gvsig.fmap.mapcontrol.tools.BehaviorException

Packages that use BehaviorException
org.gvsig.fmap.mapcontrol.tools   
org.gvsig.fmap.mapcontrol.tools.Behavior   
org.gvsig.fmap.mapcontrol.tools.Listeners   
 

Uses of BehaviorException in org.gvsig.fmap.mapcontrol.tools
 

Methods in org.gvsig.fmap.mapcontrol.tools that throw BehaviorException
 void CompoundBehavior.mouseClicked(MouseEvent e)
           
 void CompoundBehavior.mouseDragged(MouseEvent e)
           
 void CompoundBehavior.mouseEntered(MouseEvent e)
           
 void CompoundBehavior.mouseExited(MouseEvent e)
           
 void CompoundBehavior.mouseMoved(MouseEvent e)
           
 void CompoundBehavior.mousePressed(MouseEvent e)
           
 void CompoundBehavior.mouseReleased(MouseEvent e)
           
 void CompoundBehavior.mouseWheelMoved(MouseWheelEvent e)
           
 void PointSelectionListener.point(PointEvent event)
           
 void PointSelectionListener.pointDoubleClick(PointEvent event)
           
 void PolygonSelectionListener.pointFixed(MeasureEvent event)
           
 void PolygonSelectionListener.points(MeasureEvent event)
           
 void PolygonSelectionListener.polylineFinished(MeasureEvent event)
           
 void RectangleSelectionListener.rectangle(EnvelopeEvent event)
           
 

Uses of BehaviorException in org.gvsig.fmap.mapcontrol.tools.Behavior
 

Methods in org.gvsig.fmap.mapcontrol.tools.Behavior that throw BehaviorException
 void IBehavior.mouseClicked(MouseEvent e)
           
 void Behavior.mouseClicked(MouseEvent e)
           
 void PolylineBehavior.mouseDragged(MouseEvent e)
           
 void PolygonBehavior.mouseDragged(MouseEvent e)
           
 void MouseMovementBehavior.mouseDragged(MouseEvent e)
           
 void IBehavior.mouseDragged(MouseEvent e)
           
 void DraggerBehavior.mouseDragged(MouseEvent e)
           
 void CircleBehavior.mouseDragged(MouseEvent e)
           
 void Behavior.mouseDragged(MouseEvent e)
           
 void IBehavior.mouseEntered(MouseEvent e)
           
 void Behavior.mouseEntered(MouseEvent e)
           
 void IBehavior.mouseExited(MouseEvent e)
           
 void Behavior.mouseExited(MouseEvent e)
           
 void PolylineBehavior.mouseMoved(MouseEvent e)
           
 void PolygonBehavior.mouseMoved(MouseEvent e)
           
 void MouseMovementBehavior.mouseMoved(MouseEvent e)
           
 void IBehavior.mouseMoved(MouseEvent e)
           
 void CircleBehavior.mouseMoved(MouseEvent e)
           
 void Behavior.mouseMoved(MouseEvent e)
           
 void PolylineBehavior.mousePressed(MouseEvent e)
           
 void PolygonBehavior.mousePressed(MouseEvent e)
           
 void IBehavior.mousePressed(MouseEvent e)
           
 void Behavior.mousePressed(MouseEvent e)
           
 void RectangleBehavior.mouseReleased(MouseEvent e)
           
 void PointBehavior.mouseReleased(MouseEvent e)
           
 void MoveBehavior.mouseReleased(MouseEvent e)
           
 void IBehavior.mouseReleased(MouseEvent e)
           
 void DraggerBehavior.mouseReleased(MouseEvent e)
           
 void CircleBehavior.mouseReleased(MouseEvent e)
           
 void Behavior.mouseReleased(MouseEvent e)
           
 void MouseWheelBehavior.mouseWheelMoved(MouseWheelEvent event)
           
 void IBehavior.mouseWheelMoved(MouseWheelEvent e)
           
 void Behavior.mouseWheelMoved(MouseWheelEvent e)
           
 

Uses of BehaviorException in org.gvsig.fmap.mapcontrol.tools.Listeners
 

Methods in org.gvsig.fmap.mapcontrol.tools.Listeners that throw BehaviorException
 void CircleListener.circle(MeasureEvent event)
          Called when user defines a circular area.
 void PanListener.move(MoveEvent event)
          Called when user drags the mouse on the view.
 void PointListener.point(PointEvent event)
          Called when one click is pressed on the associated MapControl, or the location of the cursor of the mouse has changed on it.
 void PointListener.pointDoubleClick(PointEvent event)
          Called when a double click is pressed on the associated MapControl.
 void AbstractPointListener.pointDoubleClick(PointEvent event)
           
 void PolylineListener.pointFixed(MeasureEvent event)
          Called when user executes a mouse click and selects a vertex of the polyline.
 void PolylineListener.points(MeasureEvent event)
          Called when user moves the mouse after selecting a vertex of the polyline.
 void PolylineListener.polylineFinished(MeasureEvent event)
          Called when user executes a double click with the mouse, finishing the drawn of the polyline.
 void RectangleListener.rectangle(EnvelopeEvent event)
          Called when user executes a double click with the mouse, finishing the drawn of the rectangle.
 



Copyright © 2004-2013 gvSIG. All Rights Reserved.