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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
doCommand
(ILayer targetLayer, ColumnSizeConfigurationCommand command)
-
Constructor Details
-
ColumnSizeConfigurationCommandHandler
-
-
Method Details
-
doCommand
- Specified by:
doCommand
in interfaceILayerCommandHandler<ColumnSizeConfigurationCommand>
- Parameters:
targetLayer
- the target layercommand
- the command- Returns:
- true if the command has been handled, false otherwise
-
getCommandClass
- Specified by:
getCommandClass
in interfaceILayerCommandHandler<ColumnSizeConfigurationCommand>
-