Class HoverEvent

java.lang.Object
net.infonode.gui.hover.HoverEvent

public class HoverEvent extends Object
HoverEvent contains information about a component hovered by the mouse
  • Constructor Details

    • HoverEvent

      public HoverEvent(Component source)
      Creates a HoverEvent
      Parameters:
      source - the hoverable component that is the source for this event
  • Method Details

    • getSource

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