net.java.sip.communicator.util.swing.plaf
Class SIPCommTextFieldUI.TextFieldMouseMotionListener
java.lang.Object
net.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseMotionListener
- All Implemented Interfaces:
- MouseMotionListener, EventListener
- Enclosing class:
- SIPCommTextFieldUI
protected class SIPCommTextFieldUI.TextFieldMouseMotionListener
- extends Object
- implements MouseMotionListener
The MouseMotionListener that listens for mouse events in order
to update the delete icon.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIPCommTextFieldUI.TextFieldMouseMotionListener
protected SIPCommTextFieldUI.TextFieldMouseMotionListener()
mouseDragged
public void mouseDragged(MouseEvent e)
- Updates the delete icon when the mouse is dragged over.
- Specified by:
mouseDragged in interface MouseMotionListener
- Parameters:
e - the MouseEvent that notified us
mouseMoved
public void mouseMoved(MouseEvent e)
- Updates the delete icon when the mouse is moved over.
- Specified by:
mouseMoved in interface MouseMotionListener
- Parameters:
e - the MouseEvent that notified us
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.