net.infonode.gui.hover

Class HoverEvent

public class HoverEvent extends Object

HoverEvent contains information about a component hovered by the mouse

Version: $Revision: 1.5 $

Author: $Author: jesper $

Constructor Summary
HoverEvent(Component source)
Creates a HoverEvent
Method Summary
ComponentgetSource()
Gets the hoverable component that is the source for this event

Constructor Detail

HoverEvent

public HoverEvent(Component source)
Creates a HoverEvent

Parameters: source the hoverable component that is the source for this event

Method Detail

getSource

public Component getSource()
Gets the hoverable component that is the source for this event

Returns: the hoverable component