|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.architecture.traffic.edit.EditController.MousePosListener
protected class EditController.MousePosListener
Shows the mouse position in the status bar.
| Constructor Summary | |
|---|---|
protected |
EditController.MousePosListener()
|
| Method Summary | |
|---|---|
void |
mouseClicked(java.awt.event.MouseEvent e)
Empty implementation, required by the MouseListener interface. |
void |
mouseDragged(java.awt.event.MouseEvent e)
Invoked when the mouse cursor is dragged over the View. |
void |
mouseEntered(java.awt.event.MouseEvent e)
Invoked when the mouse cursor enters the View. |
void |
mouseExited(java.awt.event.MouseEvent e)
Invoked when the mouse cursor exits the View. |
void |
mouseMoved(java.awt.event.MouseEvent e)
Invoked when the mouse cursor is moved over the View. |
void |
mousePressed(java.awt.event.MouseEvent e)
Invoked when a mouse button is pressed on the View. |
void |
mouseReleased(java.awt.event.MouseEvent e)
Invoked when a mouse button is released on the View. |
protected void |
posToScreen(java.awt.Point p)
Sets the status bar text to be the current mouse position. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EditController.MousePosListener()
| Method Detail |
|---|
protected void posToScreen(java.awt.Point p)
p - DOCUMENT ME!public void mousePressed(java.awt.event.MouseEvent e)
mousePressed in interface java.awt.event.MouseListenere - DOCUMENT ME!public void mouseReleased(java.awt.event.MouseEvent e)
mouseReleased in interface java.awt.event.MouseListenere - DOCUMENT ME!public void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenere - DOCUMENT ME!public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenere - DOCUMENT ME!public void mouseEntered(java.awt.event.MouseEvent e)
mouseEntered in interface java.awt.event.MouseListenere - DOCUMENT ME!public void mouseExited(java.awt.event.MouseEvent e)
mouseExited in interface java.awt.event.MouseListenere - DOCUMENT ME!public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface java.awt.event.MouseListenere - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||