org.nuiton.widget.tooltip
Class FocusableTip.AttachedComponentListener
java.lang.Object
java.awt.event.MouseAdapter
javax.swing.event.MouseInputAdapter
org.nuiton.widget.tooltip.FocusableTip.AttachedComponentListener
- All Implemented Interfaces:
- ComponentListener, FocusListener, KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener, CaretListener, MouseInputListener
- Enclosing class:
- FocusableTip
protected class FocusableTip.AttachedComponentListener
- extends MouseInputAdapter
- implements CaretListener, ComponentListener, FocusListener, KeyListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FocusableTip.AttachedComponentListener
protected FocusableTip.AttachedComponentListener()
caretUpdate
public void caretUpdate(CaretEvent e)
- Specified by:
caretUpdate in interface CaretListener
componentHidden
public void componentHidden(ComponentEvent e)
- Specified by:
componentHidden in interface ComponentListener
componentMoved
public void componentMoved(ComponentEvent e)
- Specified by:
componentMoved in interface ComponentListener
componentResized
public void componentResized(ComponentEvent e)
- Specified by:
componentResized in interface ComponentListener
componentShown
public void componentShown(ComponentEvent e)
- Specified by:
componentShown in interface ComponentListener
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained in interface FocusListener
focusLost
public void focusLost(FocusEvent e)
- Specified by:
focusLost in interface FocusListener
handleComponentEvent
protected void handleComponentEvent(ComponentEvent e)
install
public void install(JComponent attachedComponent)
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased in interface KeyListener
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTyped in interface KeyListener
mouseExited
public void mouseExited(MouseEvent e)
- Specified by:
mouseExited in interface MouseListener- Overrides:
mouseExited in class MouseAdapter
mouseMoved
public void mouseMoved(MouseEvent e)
- Specified by:
mouseMoved in interface MouseMotionListener- Overrides:
mouseMoved in class MouseAdapter
uninstall
public void uninstall()
Copyright © 2004-2010 CodeLutin. All Rights Reserved.