protected class ToolTipManager.outsideTimerAction extends java.lang.Object implements java.awt.event.ActionListener
| Modifier | Constructor and Description |
|---|---|
protected |
ToolTipManager.outsideTimerAction()
This method creates a new outsideTimerAction object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent event)
This method is called when the Timer that listens to whether the mouse
cursor has re-entered the JComponent has run out.
|
protected ToolTipManager.outsideTimerAction()
public void actionPerformed(java.awt.event.ActionEvent event)
actionPerformed in interface java.awt.event.ActionListenerevent - The ActionEvent.