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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doCommand
(HoverStylingByIndexCommand command) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
HoverStylingByIndexCommandHandler
- Parameters:
layer
- The HoverLayer this command handler is connected to.
-
-
Method Details
-
doCommand
- Specified by:
doCommand
in classAbstractLayerCommandHandler<HoverStylingByIndexCommand>
-
getCommandClass
-