javax.swing

Class ToolTipManager.insideTimerAction

protected class ToolTipManager.insideTimerAction extends Object implements ActionListener

This ActionListener is associated with the Timer that listens to whether it is time for the JToolTip to be displayed after the mouse has entered the JComponent.
Constructor Summary
protected insideTimerAction()
This method creates a new insideTimerAction object.
Method Summary
voidactionPerformed(ActionEvent event)
This method displays the JToolTip when the Mouse has been still for the delay.

Constructor Detail

insideTimerAction

protected insideTimerAction()
This method creates a new insideTimerAction object.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
This method displays the JToolTip when the Mouse has been still for the delay.

Parameters: event The ActionEvent.