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