javax.swing
Class ToolTipManager.outsideTimerAction
java.lang.Object
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.
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 |
ToolTipManager.outsideTimerAction
protected ToolTipManager.outsideTimerAction()
- This method creates a new outsideTimerAction object.
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.