net.infonode.gui.hover.hoverable

Class HoverManager

public class HoverManager extends Object

Author: johan

Method Summary
voidaddHoverable(Hoverable hoverable)
voiddispatchEvent(MouseEvent event)
static HoverManagergetInstance()
voidinit()
booleanisEventListeningActive()
booleanisHovered(Hoverable c)
voidremoveHoverable(Hoverable hoverable)
voidsetEventListeningActive(boolean active)

Method Detail

addHoverable

public void addHoverable(Hoverable hoverable)

dispatchEvent

public void dispatchEvent(MouseEvent event)

getInstance

public static HoverManager getInstance()

init

public void init()

isEventListeningActive

public boolean isEventListeningActive()

isHovered

public boolean isHovered(Hoverable c)

removeHoverable

public void removeHoverable(Hoverable hoverable)

setEventListeningActive

public void setEventListeningActive(boolean active)