net.infonode.gui.hover.hoverable
Class HoverManager

java.lang.Object
  extended by net.infonode.gui.hover.hoverable.HoverManager

public class HoverManager
extends java.lang.Object

Author:
johan

Method Summary
 void addHoverable(Hoverable hoverable)
           
 void dispatchEvent(java.awt.event.MouseEvent event)
           
static HoverManager getInstance()
           
 void init()
           
 boolean isEventListeningActive()
           
 boolean isHovered(Hoverable c)
           
 void removeHoverable(Hoverable hoverable)
           
 void setEventListeningActive(boolean active)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static HoverManager getInstance()

init

public void init()

setEventListeningActive

public void setEventListeningActive(boolean active)

dispatchEvent

public void dispatchEvent(java.awt.event.MouseEvent event)

addHoverable

public void addHoverable(Hoverable hoverable)

removeHoverable

public void removeHoverable(Hoverable hoverable)

isHovered

public boolean isHovered(Hoverable c)

isEventListeningActive

public boolean isEventListeningActive()