Class TablePrinter

    • Constructor Detail

      • TablePrinter

        public TablePrinter()
    • Method Detail

      • print

        public static void print​(FxTableView<?> table,
                                 String title,
                                 javafx.print.PrinterJob job)
        Prints a table.
        Parameters:
        table - the table to be printed
        title - the job title
        job - the printer job
      • print

        public static void print​(FxTreeTableView<?> treeTable,
                                 String title,
                                 javafx.print.PrinterJob job)
        Prints a treetable.
        Parameters:
        treeTable - the table to be printed
        title - the job title
        job - the printer job