Class ColumnHideCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<ColumnHideCommand>
org.eclipse.nebula.widgets.nattable.hideshow.command.ColumnHideCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<ColumnHideCommand>
-
Constructor Summary
ConstructorsConstructorDescriptionColumnHideCommandHandler(ColumnHideShowLayer columnHideShowLayer) ColumnHideCommandHandler(IColumnHideShowLayer columnHideShowLayer) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
ColumnHideCommandHandler
- Parameters:
columnHideShowLayer- TheIColumnHideShowLayeron which this command handler should operate.
-
ColumnHideCommandHandler
- Parameters:
columnHideShowLayer- TheIColumnHideShowLayeron which this command handler should operate.- Since:
- 1.6
-
-
Method Details
-
getCommandClass
-
doCommand
- Specified by:
doCommandin classAbstractLayerCommandHandler<ColumnHideCommand>
-