Class RowSizeConfigurationCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.resize.command.RowSizeConfigurationCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<RowSizeConfigurationCommand>
public class RowSizeConfigurationCommandHandler
extends Object
implements ILayerCommandHandler<RowSizeConfigurationCommand>
ILayerCommandHandler for the RowSizeConfigurationCommand.
Determines the row positions to resize based on the given label.- Since:
- 1.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandoCommand(ILayer targetLayer, RowSizeConfigurationCommand command)
-
Constructor Details
-
RowSizeConfigurationCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommandin interfaceILayerCommandHandler<RowSizeConfigurationCommand>- Parameters:
targetLayer- the target layercommand- the command- Returns:
- true if the command has been handled, false otherwise
-
getCommandClass
- Specified by:
getCommandClassin interfaceILayerCommandHandler<RowSizeConfigurationCommand>
-