| Interface | Description |
|---|---|
| AngleListener |
Interface for all tools that reply for a
PointEvent produced in the
associated MapControl object, produced by a simple or double click of a button
of the mouse. |
| CircleListener |
Interface for all tools that reply for a
MeasureEvent produced in the
associated MapControl object, as a consequence of a circle area drawn by the mouse. |
| EllipseListener |
Interface for all tools that reply for a
MeasureEvent produced in the
associated MapControl object, as a consequence of a 2D polyline drawn by the mouse. |
| PanListener |
Interface for all tools that reply for a
MoveEvent produced in the
associated MapControl object, as a consequence of a 2D drag and drop
movement of the mouse. |
| PointListener |
Interface for all tools that reply for a
PointEvent produced in the
associated MapControl object, produced by a simple or double click of a button
of the mouse. |
| PolylineListener |
Interface for all tools that reply for a
MeasureEvent produced in the
associated MapControl object, as a consequence of a 2D polyline drawn by the mouse. |
| RectangleListener |
Interface specialized for tools that reply for a
RectangleEvent produced in the
associated MapControl object, as a consequence of a 2D rectangle drawn by the mouse. |
| ToolListener |
User can interact with a
MapControl instance, working with a tool that applies changes on it
processing the events produced by the current Behavior of MapControl. |
| Class | Description |
|---|---|
| AbstractCircleListener | |
| AbstractPointListener | |
| AbstractToolListener | |
| AttributeEditorBehavior | |
| AttributeEditorPointListener |