|
Oxygen XML Editor 12.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectro.sync.ecss.extensions.api.AuthorMouseAdapter
public class AuthorMouseAdapter
Empty implementation of the AuthorMouseListener.
| Constructor Summary | |
|---|---|
AuthorMouseAdapter()
|
|
| Method Summary | |
|---|---|
void |
mouseClicked(AuthorMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on the author page. |
void |
mouseDragged(AuthorMouseEvent e)
Invoked when a mouse button is pressed on the author page and then dragged. |
void |
mouseMoved(AuthorMouseEvent e)
Invoked when the mouse cursor has been moved onto the author page but no buttons have been pressed. |
void |
mousePressed(AuthorMouseEvent e)
Invoked when a mouse button has been pressed on the author page. |
void |
mouseReleased(AuthorMouseEvent e)
Invoked when a mouse button has been released on the author page. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorMouseAdapter()
| Method Detail |
|---|
public void mouseClicked(AuthorMouseEvent e)
AuthorMouseListener
mouseClicked in interface AuthorMouseListenere - The AuthorMouseEvent.AuthorMouseListener.mouseClicked(ro.sync.ecss.extensions.api.AuthorMouseEvent)public void mouseDragged(AuthorMouseEvent e)
AuthorMouseListenerMOUSE_DRAGGED events will continue to be
delivered to the author page where the drag originated until the
mouse button is released (regardless of whether the mouse position
is within the bounds of the author page).
mouseDragged in interface AuthorMouseListenere - The AuthorMouseEvent.AuthorMouseListener.mouseDragged(ro.sync.ecss.extensions.api.AuthorMouseEvent)public void mouseMoved(AuthorMouseEvent e)
AuthorMouseListener
mouseMoved in interface AuthorMouseListenere - The AuthorMouseEvent.AuthorMouseListener.mouseMoved(ro.sync.ecss.extensions.api.AuthorMouseEvent)public void mousePressed(AuthorMouseEvent e)
AuthorMouseListener
mousePressed in interface AuthorMouseListenere - The AuthorMouseEvent.AuthorMouseListener.mousePressed(ro.sync.ecss.extensions.api.AuthorMouseEvent)public void mouseReleased(AuthorMouseEvent e)
AuthorMouseListener
mouseReleased in interface AuthorMouseListenere - The AuthorMouseEvent.AuthorMouseListener.mouseReleased(ro.sync.ecss.extensions.api.AuthorMouseEvent)
|
Oxygen XML Editor 12.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||