org.eclipse.nebula.widgets.nattable.hover.command
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:
HoverLayer
,
ClearHoverStylingCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClearHoverStylingCommandHandler
public ClearHoverStylingCommandHandler(HoverLayer layer)
- Parameters:
layer
- The HoverLayer this command handler is connected to.
doCommand
protected boolean doCommand(ClearHoverStylingCommand command)
- Specified by:
doCommand
in class AbstractLayerCommandHandler<ClearHoverStylingCommand>
getCommandClass
public Class<ClearHoverStylingCommand> getCommandClass()
Copyright © 2014. All rights reserved.