Package net.infonode.gui.hover.action
Class DelayedHoverExitAction
java.lang.Object
net.infonode.gui.hover.action.DelayedHoverExitAction
- All Implemented Interfaces:
HoverListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
getDelay()
void
mouseEntered
(HoverEvent event) Called when the mouse enters the hoverable componentvoid
mouseExited
(HoverEvent event) Called when the mouse exits the hoverable componentvoid
setDelay
(int delay)
-
Constructor Details
-
DelayedHoverExitAction
-
-
Method Details
-
getDelay
public int getDelay() -
setDelay
public void setDelay(int delay) -
getHoverAction
-
forceExit
-
mouseEntered
Description copied from interface:HoverListener
Called when the mouse enters the hoverable component- Specified by:
mouseEntered
in interfaceHoverListener
- Parameters:
event
- the hover event
-
mouseExited
Description copied from interface:HoverListener
Called when the mouse exits the hoverable component- Specified by:
mouseExited
in interfaceHoverListener
- Parameters:
event
- the hover event
-