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