Class CSSConfigureScalingCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.e4.css.CSSConfigureScalingCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<ConfigureScalingCommand>
public class CSSConfigureScalingCommandHandler
extends Object
implements ILayerCommandHandler<ConfigureScalingCommand>
ILayerCommandHandler for the ConfigureScalingCommand that
actively triggers an update of the CSS styling.- Since:
- 2.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoCommand(ILayer targetLayer, ConfigureScalingCommand command)
-
Constructor Details
-
CSSConfigureScalingCommandHandler
- Parameters:
natTable- The NatTable instance to which this command handler should be bound. Needed to trigger the styling update on the NatTable Widget.
-
-
Method Details
-
doCommand
- Specified by:
doCommandin interfaceILayerCommandHandler<ConfigureScalingCommand>- Parameters:
targetLayer- the target layercommand- the command- Returns:
- true if the command has been handled, false otherwise
-
getCommandClass
- Specified by:
getCommandClassin interfaceILayerCommandHandler<ConfigureScalingCommand>
-