javax.swing

Class ToolTipManager.outsideTimerAction

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 outsideTimerAction()
This method creates a new outsideTimerAction object.
Method Summary
voidactionPerformed(ActionEvent event)
This method is called when the Timer that listens to whether the mouse cursor has re-entered the JComponent has run out.

Constructor Detail

outsideTimerAction

protected 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.

Parameters: event The ActionEvent.