Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.contactlist
Class SearchFieldUI.TextFieldMouseMotionListener

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.main.contactlist.SearchFieldUI.TextFieldMouseMotionListener
All Implemented Interfaces:
MouseMotionListener, EventListener
Enclosing class:
SearchFieldUI

protected class SearchFieldUI.TextFieldMouseMotionListener
extends Object
implements MouseMotionListener

The MouseMotionListener that listens for mouse events in order to update the delete icon.


Constructor Summary
protected SearchFieldUI.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

SearchFieldUI.TextFieldMouseMotionListener

protected SearchFieldUI.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.