Class InitializeAutoResizeRowsCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<InitializeAutoResizeRowsCommand>
org.eclipse.nebula.widgets.nattable.grid.command.InitializeAutoResizeRowsCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<InitializeAutoResizeRowsCommand>
public class InitializeAutoResizeRowsCommandHandler
extends AbstractLayerCommandHandler<InitializeAutoResizeRowsCommand>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doCommand
(InitializeAutoResizeRowsCommand initCommand) Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Constructor Details
-
InitializeAutoResizeRowsCommandHandler
-
-
Method Details
-
getCommandClass
-
doCommand
- Specified by:
doCommand
in classAbstractLayerCommandHandler<InitializeAutoResizeRowsCommand>
-