javax.swing
Class ToolTipManager.outsideTimerAction

java.lang.Object
  extended by javax.swing.ToolTipManager.outsideTimerAction
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
ToolTipManager

protected class ToolTipManager.outsideTimerAction
extends Object
implements ActionListener

This Actionlistener is associated with the Timer that listens to whether the mouse cursor has re-entered the JComponent in time for an immediate redisplay of the JToolTip.


Constructor Summary
protected ToolTipManager.outsideTimerAction()
          This method creates a new outsideTimerAction object.
 
Method Summary
 void actionPerformed(ActionEvent event)
          This method is called when the Timer that listens to whether the mouse cursor has re-entered the JComponent has run out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolTipManager.outsideTimerAction

protected ToolTipManager.outsideTimerAction()
This method creates a new outsideTimerAction object.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
This method is called when the Timer that listens to whether the mouse cursor has re-entered the JComponent has run out.

Specified by:
actionPerformed in interface ActionListener
Parameters:
event - The ActionEvent.