javax.swing

Class ToolTipManager.stillInsideTimerAction

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 stillInsideTimerAction()
This method creates a new stillInsideTimerAction object.
Method Summary
voidactionPerformed(ActionEvent event)
This method hides the JToolTip when the Timer has finished.

Constructor Detail

stillInsideTimerAction

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

Parameters: event The ActionEvent.