Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
Sample
Document
Uses of Class java.awt.JobAttributes.DestinationType
Deprecated: ShowHide
View: ClientSubclassPackageImplementation

Uses of Class
java.awt.JobAttributes.DestinationType

  • Packages that use JobAttributes.DestinationType 
    Package Description
    java.awt
    Contains all of the classes for creating user interfaces and for painting graphics and images.
    • Uses of JobAttributes.DestinationType in java.awt

      Fields in java.awt declared as JobAttributes.DestinationType 
      Modifier and Type Field and Description
      static JobAttributes.DestinationType  JobAttributes.DestinationType.FILE
      The DestinationType instance to use for specifying print to file.
      static JobAttributes.DestinationType  JobAttributes.DestinationType.PRINTER
      The DestinationType instance to use for specifying print to printer.
      Methods in java.awt that return JobAttributes.DestinationType 
      Modifier and Type Method and Description
      JobAttributes.DestinationType  JobAttributes.getDestination()
      Specifies whether output will be to a printer or a file for jobs using these attributes.
      Methods in java.awt with parameters of type JobAttributes.DestinationType 
      Modifier and Type Method and Description
      void  JobAttributes.setDestination(JobAttributes.DestinationType destination)
      Specifies whether output will be to a printer or a file for jobs using these attributes.
      Constructors in java.awt with parameters of type JobAttributes.DestinationType 
      Constructor and Description
      JobAttributes(int copies, JobAttributes.DefaultSelectionType defaultSelection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, java.lang.String fileName, int maxPage, int minPage, JobAttributes.MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges, java.lang.String printer, JobAttributes.SidesType sides)
      Constructs a JobAttributes instance with the specified values for every attribute.
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge