javax.swing
Class ToolTipManager.stillInsideTimerAction

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

protected class ToolTipManager.stillInsideTimerAction
extends Object
implements ActionListener

This ActionListener is associated with the Timer that listens to whether the JToolTip can be hidden after four seconds.


Constructor Summary
protected ToolTipManager.stillInsideTimerAction()
          This method creates a new stillInsideTimerAction object.
 
Method Summary
 void actionPerformed(ActionEvent event)
          This method hides the JToolTip when the Timer has finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolTipManager.stillInsideTimerAction

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

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
This method hides the JToolTip when the Timer has finished.

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