javax.swing
Class ToolTipManager.stillInsideTimerAction
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolTipManager.stillInsideTimerAction
protected ToolTipManager.stillInsideTimerAction()
- This method creates a new stillInsideTimerAction object.
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.