org.eclipse.nebula.widgets.nattable.hover.command
Class ClearHoverStylingCommandHandler

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<ClearHoverStylingCommand>
      extended by 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

Constructor Summary
ClearHoverStylingCommandHandler(HoverLayer layer)
           
 
Method Summary
protected  boolean doCommand(ClearHoverStylingCommand command)
           
 Class<ClearHoverStylingCommand> getCommandClass()
           
 
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearHoverStylingCommandHandler

public ClearHoverStylingCommandHandler(HoverLayer layer)
Parameters:
layer - The HoverLayer this command handler is connected to.
Method Detail

doCommand

protected boolean doCommand(ClearHoverStylingCommand command)
Specified by:
doCommand in class AbstractLayerCommandHandler<ClearHoverStylingCommand>

getCommandClass

public Class<ClearHoverStylingCommand> getCommandClass()


Copyright © 2014. All rights reserved.