JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Interface
javax.print.attribute.PrintJobAttributeSet

Packages that use PrintJobAttributeSet
javax.print Provides the principal classes and interfaces for the JavaTM Print Service API. 
javax.print.attribute Provides classes and interfaces that describe the types of JavaTM Print Service attributes and how they can be collected into attribute sets. 
javax.print.event Package javax.print.event contains event classes and listener interfaces. 
 

Uses of PrintJobAttributeSet in javax.print
 

Methods in javax.print that return PrintJobAttributeSet
 PrintJobAttributeSet DocPrintJob.getAttributes()
          Obtains this Print Job's set of printing attributes.
 

Methods in javax.print with parameters of type PrintJobAttributeSet
 void DocPrintJob.addPrintJobAttributeListener(PrintJobAttributeListener listener, PrintJobAttributeSet attributes)
          Registers a listener for changes in the specified attributes.
 

Uses of PrintJobAttributeSet in javax.print.attribute
 

Classes in javax.print.attribute that implement PrintJobAttributeSet
 class HashPrintJobAttributeSet
          Class HashPrintJobAttributeSet provides an attribute set which inherits its implementation from class HashAttributeSet and enforces the semantic restrictions of interface PrintJobAttributeSet.
 

Methods in javax.print.attribute that return PrintJobAttributeSet
static PrintJobAttributeSet AttributeSetUtilities.unmodifiableView(PrintJobAttributeSet attributeSet)
          Creates an unmodifiable view of the given print job attribute set.
static PrintJobAttributeSet AttributeSetUtilities.synchronizedView(PrintJobAttributeSet attributeSet)
          Creates a synchronized view of the given print job attribute set.
 

Methods in javax.print.attribute with parameters of type PrintJobAttributeSet
static PrintJobAttributeSet AttributeSetUtilities.unmodifiableView(PrintJobAttributeSet attributeSet)
          Creates an unmodifiable view of the given print job attribute set.
static PrintJobAttributeSet AttributeSetUtilities.synchronizedView(PrintJobAttributeSet attributeSet)
          Creates a synchronized view of the given print job attribute set.
 

Constructors in javax.print.attribute with parameters of type PrintJobAttributeSet
HashPrintJobAttributeSet(PrintJobAttributeSet attributes)
          Construct a new attribute set, initially populated with the values from the given set where the members of the attribute set are restricted to the PrintJobAttribute interface.
 

Uses of PrintJobAttributeSet in javax.print.event
 

Methods in javax.print.event that return PrintJobAttributeSet
 PrintJobAttributeSet PrintJobAttributeEvent.getAttributes()
          Determine the printing attributes that changed and their new values.
 

Constructors in javax.print.event with parameters of type PrintJobAttributeSet
PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes)
          Constructs a PrintJobAttributeEvent object.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.