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>

public class PrintCommandHandler extends AbstractLayerCommandHandler<PrintCommand>
ILayerCommandHandler for handling the PrintCommand. Simply delegates to the LayerPrinter
  • Field Details

    • layer

      protected final ILayer layer
      Since:
      1.5
  • Constructor Details

    • PrintCommandHandler

      public PrintCommandHandler(ILayer layer)
      Parameters:
      layer - The layer that should be printed. Usually the top most layer to print, e.g. the GridLayer.
  • Method Details