|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
schmitzm.swing.event.SelectiveMouseAdapter
skrueger.geotools.XMapPaneMouseListener
public class XMapPaneMouseListener
Field Summary |
---|
Fields inherited from class schmitzm.swing.event.SelectiveMouseAdapter |
---|
activationMap, dragButton, dragLastPos, dragStartPos |
Constructor Summary | |
---|---|
XMapPaneMouseListener(XMapPane xMapPane)
|
Method Summary | |
---|---|
void |
configure(XMapPaneTool tool)
Configures the instance with definitions from a XMapPaneTool |
DirectPosition2D |
getDragStartCoord()
Returns the drag position in map CRS |
void |
performMouseClicked(MouseEvent mEv)
Empty implementation. |
void |
performMouseDragged(MouseEvent mEv)
Empty implementation. |
void |
performMouseReleased(MouseEvent mEv)
Empty implementation. |
void |
performMouseWheelMoved(MouseWheelEvent mEv)
Empty implementation. |
Methods inherited from class schmitzm.swing.event.SelectiveMouseAdapter |
---|
getDragButton, getDragLastPoint, getDragStartPoint, isEnabled, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, performMouseEntered, performMouseExited, performMouseMoved, performMousePressed, setEnabled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMapPaneMouseListener(XMapPane xMapPane)
Method Detail |
---|
public void configure(XMapPaneTool tool)
XMapPaneTool
public void performMouseClicked(MouseEvent mEv)
SelectiveMouseAdapter
performMouseClicked
in class SelectiveMouseAdapter
public void performMouseDragged(MouseEvent mEv)
SelectiveMouseAdapter
performMouseDragged
in class SelectiveMouseAdapter
public void performMouseWheelMoved(MouseWheelEvent mEv)
SelectiveMouseAdapter
performMouseWheelMoved
in class SelectiveMouseAdapter
public void performMouseReleased(MouseEvent mEv)
SelectiveMouseAdapter
performMouseReleased
in class SelectiveMouseAdapter
public DirectPosition2D getDragStartCoord()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |