|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|---|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||