Class HoverStylingCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<HoverStylingCommand>
org.eclipse.nebula.widgets.nattable.hover.command.HoverStylingCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<HoverStylingCommand>
Command handler that is responsible for handling the HoverStylingCommand.
Will set the current hovered cell position to the connected HoverLayer to
apply hover styling accordingly.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
HoverStylingCommandHandler
- Parameters:
layer- The HoverLayer this command handler is connected to.
-
-
Method Details
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<HoverStylingCommand>
-
getCommandClass
-