Class ClearHoverStylingAction
java.lang.Object
org.eclipse.nebula.widgets.nattable.hover.action.ClearHoverStylingAction
- All Implemented Interfaces:
IMouseAction
IMouseAction that will clear a hover styling that is currently applied in a
HoverLayer.
Will also clear any set cursor by default.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a ClearHoverStylingAction that will trigger clearing the hover styling in every HoverLayer that exists in the layer composition.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. -
Method Summary
-
Constructor Details
-
ClearHoverStylingAction
public ClearHoverStylingAction()Create a ClearHoverStylingAction that will trigger clearing the hover styling in every HoverLayer that exists in the layer composition. -
ClearHoverStylingAction
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 Details
-
run
Description copied from interface:IMouseActionTranslates the SWT MouseEvent to a NatTable command and executes that command accordingly.- Specified by:
runin interfaceIMouseAction- Parameters:
natTable- The NatTable instance on which the MouseEvent was fired and on which the command should be executed.event- The received MouseEvent.
-