Uses of Interface javax.print.PrintService

Uses in package javax.print.event

Constructors with parameter type javax.print.PrintService

Constructs a PrintServiceAttributeEvent object.

Methods with return type javax.print.PrintService

PrintService
Returns the print service that generated this event.

Uses in package gnu.java.awt.print

Methods with parameter type javax.print.PrintService

void
Change the printer for this print job to service.

Uses in package gnu.javax.print

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

Constructs a page settings only dialog.
Constructs a printer dialog.

Methods with parameter type javax.print.PrintService

boolean
Checks the given print service - own method so it can be used also to check application registered print services from PrintServiceLookup.
boolean
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.

Uses in package java.awt.print

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.

Uses in package gnu.javax.print.ipp

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

Uses in package javax.print

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.