javax.swing
Class ToolTipManager.insideTimerAction
java.lang.Object
javax.swing.ToolTipManager.insideTimerAction
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- ToolTipManager
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.
|
Method Summary |
void |
actionPerformed(ActionEvent event)
This method displays the JToolTip when the Mouse has been still for the
delay. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolTipManager.insideTimerAction
protected ToolTipManager.insideTimerAction()
- This method creates a new insideTimerAction object.
actionPerformed
public void actionPerformed(ActionEvent event)
- This method displays the JToolTip when the Mouse has been still for the
delay.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
event - The ActionEvent.