Class TabbedPanelHoverAction

    • Constructor Detail

      • TabbedPanelHoverAction

        public TabbedPanelHoverAction()
        Creates a TabbedPanelHoverAction containing an empty TabbedPanelProperties object.
      • TabbedPanelHoverAction

        public TabbedPanelHoverAction​(TabbedPanelProperties props)
        Creates a TabbedPanelHoverAction with the given TabbedPanelProperties object.
        Parameters:
        props - reference to a TabbedPanelProperties object
    • Method Detail

      • getTabbedPanelProperties

        public TabbedPanelProperties getTabbedPanelProperties()
        Gets the TabbedPanelProperties object for this action.
        Returns:
        reference to the TabbedPanelProperties
      • mouseEntered

        public void mouseEntered​(HoverEvent event)
        Description copied from interface: HoverListener
        Called when the mouse enters the hoverable component
        Specified by:
        mouseEntered in interface HoverListener
        Parameters:
        event - the hover event
      • mouseExited

        public void mouseExited​(HoverEvent event)
        Description copied from interface: HoverListener
        Called when the mouse exits the hoverable component
        Specified by:
        mouseExited in interface HoverListener
        Parameters:
        event - the hover event