Class ColumnWidthResetCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<ColumnWidthResetCommand>
org.eclipse.nebula.widgets.nattable.resize.command.ColumnWidthResetCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<ColumnWidthResetCommand>
public class ColumnWidthResetCommandHandler
extends AbstractLayerCommandHandler<ColumnWidthResetCommand>
Command handler to handle the
ColumnWidthResetCommand
.- Since:
- 1.6
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
ColumnWidthResetCommandHandler
-
-
Method Details
-
getCommandClass
-
doCommand
- Specified by:
doCommand
in classAbstractLayerCommandHandler<ColumnWidthResetCommand>
-