|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.util.swing.plaf.SIPCommTextFieldUI.TextFieldMouseListener
protected class SIPCommTextFieldUI.TextFieldMouseListener
The MouseListener that listens for mouse events in order to update the delete icon.
| Constructor Summary | |
|---|---|
protected |
SIPCommTextFieldUI.TextFieldMouseListener()
|
| Method Summary | |
|---|---|
void |
mouseClicked(MouseEvent e)
Updates the delete icon when the mouse was clicked. |
void |
mouseEntered(MouseEvent e)
Updates the delete icon when the mouse is enters the component area. |
void |
mouseExited(MouseEvent e)
Updates the delete icon when the mouse exits the component area. |
void |
mousePressed(MouseEvent e)
|
void |
mouseReleased(MouseEvent e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SIPCommTextFieldUI.TextFieldMouseListener()
| Method Detail |
|---|
public void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenere - the MouseEvent that notified us of the clickpublic void mouseEntered(MouseEvent e)
mouseEntered in interface MouseListenere - the MouseEvent that notified uspublic void mouseExited(MouseEvent e)
mouseExited in interface MouseListenere - the MouseEvent that notified uspublic void mousePressed(MouseEvent e)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListener
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||