Class PrintCommandHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler<PrintCommand>
org.eclipse.nebula.widgets.nattable.print.command.PrintCommandHandler
- All Implemented Interfaces:
ILayerCommandHandler<PrintCommand>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.command.AbstractLayerCommandHandler
doCommand
-
Field Details
-
layer
- Since:
- 1.5
-
-
Constructor Details
-
PrintCommandHandler
- Parameters:
layer
- The layer that should be printed. Usually the top most layer to print, e.g. the GridLayer.
-
-
Method Details
-
doCommand
- Specified by:
doCommand
in classAbstractLayerCommandHandler<PrintCommand>
-
getCommandClass
-