Class ClearHoverStylingCommandHandler

java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<ClearHoverStylingCommand>
org.eclipse.nebula.widgets.nattable.hover.command.ClearHoverStylingCommandHandler
All Implemented Interfaces:
ILayerCommandHandler<ClearHoverStylingCommand>

public class ClearHoverStylingCommandHandler extends AbstractLayerCommandHandler<ClearHoverStylingCommand>
Command handler that is responsible for handling the ClearHoverStylingCommand. Will clear the current hovered cell position set within the connected HoverLayer to remove the hover styling accordingly.
Author:
Dirk Fauth
See Also: