net.infonode.gui.hover.hoverable
Class HoverManager
java.lang.Object
net.infonode.gui.hover.hoverable.HoverManager
public class HoverManager
- extends java.lang.Object
- Author:
- johan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()