API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print. PrintServiceLookup View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      PrintServiceLookup
Implements
Subclasses
Description
publicabstract abstract class PrintServiceLookup
  Implementations of this class provide lookup services for print services (typically equivalent to printers) of a particular type.
See also:   
Constructors
public PrintServiceLookup ()
Methods
Hide/Show inherited methods
publicabstract PrintService getDefaultPrintService ()
  Not called directly by applications.
publicabstract MultiDocPrintService getMultiDocPrintServices (DocFlavor flavors, AttributeSet attributes)
  Not called directly by applications.
publicabstract PrintService getPrintServices ()
  Not called directly by applications.
publicabstract PrintService getPrintServices (DocFlavor flavor, AttributeSet attributes)
  Locates services that can be positively confirmed to support the combination of attributes and DocFlavors specified.
publicfinalstatic PrintService lookupDefaultPrintService ()
  Locates the default print service for this environment.
publicfinalstatic MultiDocPrintService lookupMultiDocPrintServices (DocFlavor flavors, AttributeSet attributes)
  Locates MultiDoc print Services capable of printing MultiDocs containing all the specified doc flavors.
publicfinalstatic PrintService lookupPrintServices (DocFlavor flavor, AttributeSet attributes)
  Locates print services capable of printing the specified DocFlavor.
publicstatic boolean registerService (PrintService service)
  Allows an application to directly register an instance of a class which implements a print service.
publicstatic boolean registerServiceProvider (PrintServiceLookup sp)
  Allows an application to explicitly register a class that implements lookup services.
Fields
Hide/Show inherited fields
Nested Classes
  PrintServiceLookup.Services
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar