Class HoverStylingByIndexCommandHandler

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

public class HoverStylingByIndexCommandHandler extends AbstractLayerCommandHandler<HoverStylingByIndexCommand>
Command handler that is responsible for handling the HoverStylingByIndexCommand. Will set the current hovered cell position to the connected HoverLayer to apply hover styling accordingly.
Since:
2.1
See Also: