net.infonode.gui.hover.action
public class DelayedHoverExitAction extends Object implements HoverListener
Constructor Summary | |
---|---|
DelayedHoverExitAction(HoverListener action, int delay) |
Method Summary | |
---|---|
void | forceExit(Component component) |
int | getDelay() |
HoverListener | getHoverAction() |
void | mouseEntered(HoverEvent event) |
void | mouseExited(HoverEvent event) |
void | setDelay(int delay) |