Frames | No Frames |
Constructors with parameter type javax.print.PrintService | |
PrintServiceAttributeEvent.PrintServiceAttributeEvent(PrintService source, PrintServiceAttributeSet attributes) Constructs a PrintServiceAttributeEvent object.
|
Methods with return type javax.print.PrintService | |
PrintService | Returns the print service that generated this event.
|
Methods with parameter type javax.print.PrintService | |
void | Change the printer for this print job to service. |
Classes implementing javax.print.PrintService | |
class | Implementation of the PrintService/MultiDocPrintService
interface for Cups printers (supports Cups 1.1 and up)
|
Constructors with parameter type javax.print.PrintService | |
PrinterDialog.PrinterDialog(GraphicsConfiguration gc, PrintService service, DocFlavor flavor, PrintRequestAttributeSet attributes) Constructs a page settings only dialog.
| |
PrinterDialog.PrinterDialog(GraphicsConfiguration gc, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes) Constructs a printer dialog.
|
Methods with parameter type javax.print.PrintService | |
boolean | CupsPrintServiceLookup.checkMultiDocPrintService(DocFlavor[] flavors, AttributeSet attributes, PrintService service) Checks the given print service - own method so it can be used also
to check application registered print services from PrintServiceLookup.
|
boolean | CupsPrintServiceLookup.checkPrintService(DocFlavor flavor, AttributeSet attributes, PrintService service) Checks the given print service - own method so it can be used also
to check application registered print services from PrintServiceLookup.
|
void | Sets the currently selected print service.
|
Methods with return type javax.print.PrintService | |
PrintService | This is the printer marked as default in CUPS.
|
PrintService[] | These are all printers and printer classes of the CUPS server.
|
PrintService[] | Returns the print service array.
|
PrintService[] | All printers and printer classes of the CUPS server are checked.
|
PrintService | Returns the print service selected by the user.
|
Methods with parameter type javax.print.PrintService | |
void | Change the printer for this print job to service. |
Methods with return type javax.print.PrintService | |
PrintService | Return the printer for this job. |
PrintService[] | Find and return 2D image print services.
|
Classes implementing javax.print.PrintService | |
class | Implementation of the MultiDocPrintService interface
for IPP based printers.
|
class | Implementation of the PrintService interface
for IPP based printers.
|
Methods with return type javax.print.PrintService | |
PrintService |
Classes implementing javax.print.PrintService | |
class | StreamPrintService is a special print service capable of
printing into a supplied output stream.
|
Methods with parameter type javax.print.PrintService | |
PrintService | ServiceUI.printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes) Creates a modal graphical printing dialog at the specified location on
the screen.
|
boolean | Explicitly registers the provided print service instance.
|
Methods with return type javax.print.PrintService | |
PrintService | Not to be called directly by applications.
|
PrintService | Returns the PrintService object this print job is bound to.
|
PrintService[] | Not to be called directly by applications.
|
PrintService[] | Not to be called directly by applications.
|
PrintService | Searches the default print service in the current environment.
|
PrintService[] | Searches print services capable of printing in the given document flavor
which supports the specified printing attributes.
|
PrintService | ServiceUI.printDialog(GraphicsConfiguration gc, int x, int y, PrintService[] services, PrintService defaultService, DocFlavor flavor, PrintRequestAttributeSet attributes) Creates a modal graphical printing dialog at the specified location on
the screen.
|