Class DelayedHoverExitAction

java.lang.Object
net.infonode.gui.hover.action.DelayedHoverExitAction
All Implemented Interfaces:
HoverListener

public class DelayedHoverExitAction extends Object implements HoverListener
  • Constructor Details

    • DelayedHoverExitAction

      public DelayedHoverExitAction(HoverListener action, int delay)
  • Method Details

    • getDelay

      public int getDelay()
    • setDelay

      public void setDelay(int delay)
    • getHoverAction

      public HoverListener getHoverAction()
    • forceExit

      public void forceExit(Component component)
    • mouseEntered

      public void mouseEntered(HoverEvent event)
      Description copied from interface: HoverListener
      Called when the mouse enters the hoverable component
      Specified by:
      mouseEntered in interface HoverListener
      Parameters:
      event - the hover event
    • mouseExited

      public void mouseExited(HoverEvent event)
      Description copied from interface: HoverListener
      Called when the mouse exits the hoverable component
      Specified by:
      mouseExited in interface HoverListener
      Parameters:
      event - the hover event