org.nuiton.widget.tooltip
Class FocusableTip.AttachedComponentListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by javax.swing.event.MouseInputAdapter
          extended by 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


Constructor Summary
protected FocusableTip.AttachedComponentListener()
           
 
Method Summary
 void caretUpdate(CaretEvent e)
           
 void componentHidden(ComponentEvent e)
           
 void componentMoved(ComponentEvent e)
           
 void componentResized(ComponentEvent e)
           
 void componentShown(ComponentEvent e)
           
 void focusGained(FocusEvent e)
           
 void focusLost(FocusEvent e)
           
protected  void handleComponentEvent(ComponentEvent e)
           
 void install(JComponent attachedComponent)
           
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(KeyEvent e)
           
 void mouseExited(MouseEvent e)
           
 void mouseMoved(MouseEvent e)
           
 void uninstall()
           
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mousePressed, mouseReleased
 
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged
 

Constructor Detail

FocusableTip.AttachedComponentListener

protected FocusableTip.AttachedComponentListener()
Method Detail

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.