Class PrinterSelector

    • Method Detail

      • getPrinterSelector

        public static PrinterSelector getPrinterSelector​(Component parent)
        Return the instance of the PrinterSelector.
        Parameters:
        parent - the parent component of this dialog
        Returns:
        selector
      • getPrintService

        public PrintService getPrintService​(PrintService previousService)
        Shows the PrinterSelector and return the selected PrintService if SAVE button is pressed. If the SKIP button is pressed method returns null.
        Parameters:
        previousService - previousService
        Returns:
        selected PrintService.