use of net.sourceforge.nattable.print.command.PrintCommand in project translationstudio8 by heartsome.
the class PrintAction method run.
public void run(NatTable natTable, KeyEvent event) {
natTable.doCommand(new TurnViewportOffCommand());
natTable.doCommand(new PrintCommand(natTable.getConfigRegistry(), natTable.getShell()));
natTable.doCommand(new TurnViewportOnCommand());
}
Aggregations