Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.util.swing.plaf
Class SIPCommTextFieldUI.TextFieldMouseMotionListener

java.lang.Object
  extended by 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.


Constructor Summary
protected SIPCommTextFieldUI.TextFieldMouseMotionListener()
           
 
Method Summary
 void mouseDragged(MouseEvent e)
          Updates the delete icon when the mouse is dragged over.
 void mouseMoved(MouseEvent e)
          Updates the delete icon when the mouse is moved over.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIPCommTextFieldUI.TextFieldMouseMotionListener

protected SIPCommTextFieldUI.TextFieldMouseMotionListener()
Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.