net.infonode.gui.hover.action

Class DelayedHoverExitAction

public class DelayedHoverExitAction extends Object implements HoverListener

Author: johan

Constructor Summary
DelayedHoverExitAction(HoverListener action, int delay)
Method Summary
voidforceExit(Component component)
intgetDelay()
HoverListenergetHoverAction()
voidmouseEntered(HoverEvent event)
voidmouseExited(HoverEvent event)
voidsetDelay(int delay)

Constructor Detail

DelayedHoverExitAction

public DelayedHoverExitAction(HoverListener action, int delay)

Method Detail

forceExit

public void forceExit(Component component)

getDelay

public int getDelay()

getHoverAction

public HoverListener getHoverAction()

mouseEntered

public void mouseEntered(HoverEvent event)

mouseExited

public void mouseExited(HoverEvent event)

setDelay

public void setDelay(int delay)