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 TypeMethodDescriptionvoidintgetDelay()voidmouseEntered(HoverEvent event) Called when the mouse enters the hoverable componentvoidmouseExited(HoverEvent event) Called when the mouse exits the hoverable componentvoidsetDelay(int delay)
-
Constructor Details
-
DelayedHoverExitAction
-
-
Method Details
-
getDelay
public int getDelay() -
setDelay
public void setDelay(int delay) -
getHoverAction
-
forceExit
-
mouseEntered
Description copied from interface:HoverListenerCalled when the mouse enters the hoverable component- Specified by:
mouseEnteredin interfaceHoverListener- Parameters:
event- the hover event
-
mouseExited
Description copied from interface:HoverListenerCalled when the mouse exits the hoverable component- Specified by:
mouseExitedin interfaceHoverListener- Parameters:
event- the hover event
-