public class DelayedHoverExitAction extends java.lang.Object implements HoverListener
| Constructor and Description |
|---|
DelayedHoverExitAction(HoverListener action,
int delay) |
| Modifier and Type | Method and Description |
|---|---|
void |
forceExit(java.awt.Component component) |
int |
getDelay() |
HoverListener |
getHoverAction() |
void |
mouseEntered(HoverEvent event)
Called when the mouse enters the hoverable component
|
void |
mouseExited(HoverEvent event)
Called when the mouse exits the hoverable component
|
void |
setDelay(int delay) |
public DelayedHoverExitAction(HoverListener action, int delay)
public int getDelay()
public void setDelay(int delay)
public HoverListener getHoverAction()
public void forceExit(java.awt.Component component)
public void mouseEntered(HoverEvent event)
HoverListenermouseEntered in interface HoverListenerevent - the hover eventpublic void mouseExited(HoverEvent event)
HoverListenermouseExited in interface HoverListenerevent - the hover event