public class HoverManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
public static HoverManager getInstance()
public void init()
public void setEventListeningActive(boolean active)
public void dispatchEvent(java.awt.event.MouseEvent event)
public void addHoverable(Hoverable hoverable)
public void removeHoverable(Hoverable hoverable)
public boolean isHovered(Hoverable c)
public boolean isEventListeningActive()