Class ClearHoverStylingAction

    • Constructor Detail

      • ClearHoverStylingAction

        public ClearHoverStylingAction()
        Create a ClearHoverStylingAction that will trigger clearing the hover styling in every HoverLayer that exists in the layer composition.
      • ClearHoverStylingAction

        public ClearHoverStylingAction​(HoverLayer hoverLayer)
        Create a ClearHoverStylingAction that will trigger clearing the hover styling in every HoverLayer that exists in the layer composition, except the given HoverLayer.
        Parameters:
        hoverLayer - The HoverLayer whose hover styling should not be cleared.
    • Method Detail

      • run

        public void run​(NatTable natTable,
                        org.eclipse.swt.events.MouseEvent event)
        Description copied from interface: IMouseAction
        Translates the SWT MouseEvent to a NatTable command and executes that command accordingly.
        Specified by:
        run in interface IMouseAction
        Overrides:
        run in class ClearCursorAction
        Parameters:
        natTable - The NatTable instance on which the MouseEvent was fired and on which the command should be executed.
        event - The received MouseEvent.