| |
|
| java.lang.Object net.infonode.gui.hover.HoverEvent
HoverEvent | public class HoverEvent (Code) | | HoverEvent contains information about a component hovered by the
mouse
author: $Author: jesper $ version: $Revision: 1.5 $ |
HoverEvent | public HoverEvent(Component source)(Code) | | Creates a HoverEvent
Parameters: source - the hoverable component that is the source for this event |
getSource | public Component getSource()(Code) | | Gets the hoverable component that is the source for this event
the hoverable component |
|
|
|