Oxygen XML Editor 11.2 Author API

ro.sync.ecss.extensions.api
Class AuthorMouseAdapter

java.lang.Object
  extended by ro.sync.ecss.extensions.api.AuthorMouseAdapter
All Implemented Interfaces:
AuthorMouseListener

public class AuthorMouseAdapter
extends Object
implements AuthorMouseListener

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

AuthorMouseAdapter

public AuthorMouseAdapter()
Method Detail

mouseClicked

public void mouseClicked(AuthorMouseEvent e)
Description copied from interface: AuthorMouseListener
Invoked when the mouse button has been clicked (pressed and released) on the author page.

Specified by:
mouseClicked in interface AuthorMouseListener
Parameters:
e - The AuthorMouseEvent.
See Also:
AuthorMouseListener.mouseClicked(ro.sync.ecss.extensions.api.AuthorMouseEvent)

mouseDragged

public void mouseDragged(AuthorMouseEvent e)
Description copied from interface: AuthorMouseListener
Invoked when a mouse button is pressed on the author page and then dragged. MOUSE_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).

Specified by:
mouseDragged in interface AuthorMouseListener
Parameters:
e - The AuthorMouseEvent.
See Also:
AuthorMouseListener.mouseDragged(ro.sync.ecss.extensions.api.AuthorMouseEvent)

mouseMoved

public void mouseMoved(AuthorMouseEvent e)
Description copied from interface: AuthorMouseListener
Invoked when the mouse cursor has been moved onto the author page but no buttons have been pressed.

Specified by:
mouseMoved in interface AuthorMouseListener
Parameters:
e - The AuthorMouseEvent.
See Also:
AuthorMouseListener.mouseMoved(ro.sync.ecss.extensions.api.AuthorMouseEvent)

mousePressed

public void mousePressed(AuthorMouseEvent e)
Description copied from interface: AuthorMouseListener
Invoked when a mouse button has been pressed on the author page.

Specified by:
mousePressed in interface AuthorMouseListener
Parameters:
e - The AuthorMouseEvent.
See Also:
AuthorMouseListener.mousePressed(ro.sync.ecss.extensions.api.AuthorMouseEvent)

mouseReleased

public void mouseReleased(AuthorMouseEvent e)
Description copied from interface: AuthorMouseListener
Invoked when a mouse button has been released on the author page.

Specified by:
mouseReleased in interface AuthorMouseListener
Parameters:
e - The AuthorMouseEvent.
See Also:
AuthorMouseListener.mouseReleased(ro.sync.ecss.extensions.api.AuthorMouseEvent)

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.