Interface ComponentTooltipListener

    • Method Detail

      • tooltipTriggered

        void tooltipTriggered​(Component component,
                              int x,
                              int y)
        Called when a tooltip has been triggered over a component.
        Parameters:
        component - The component in question.
        x - X position of the mouse.
        y - Y position of the mouse.