Package net.infonode.gui.hover
Class HoverEvent
- java.lang.Object
-
- net.infonode.gui.hover.HoverEvent
-
public class HoverEvent extends java.lang.Object
HoverEvent contains information about a component hovered by the mouse
-
-
Constructor Summary
Constructors Constructor Description HoverEvent(java.awt.Component source)
Creates a HoverEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
getSource()
Gets the hoverable component that is the source for this event
-