Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.JobAttributes.DestinationType

Uses of JobAttributes.DestinationType in java.awt
 

Fields in java.awt declared as JobAttributes.DestinationType
private  JobAttributes.DestinationType JobAttributes.destination
           
static JobAttributes.DestinationType JobAttributes.DestinationType.FILE
           
static JobAttributes.DestinationType JobAttributes.DestinationType.PRINTER
           
 

Methods in java.awt that return JobAttributes.DestinationType
 JobAttributes.DestinationType JobAttributes.getDestination()
           
 

Methods in java.awt with parameters of type JobAttributes.DestinationType
 void JobAttributes.setDestination(JobAttributes.DestinationType destination)
           
 

Constructors in java.awt with parameters of type JobAttributes.DestinationType
JobAttributes(int copies, JobAttributes.DefaultSelectionType selection, JobAttributes.DestinationType destination, JobAttributes.DialogType dialog, java.lang.String filename, int max, int min, JobAttributes.MultipleDocumentHandlingType multiple, int[][] pageRanges, java.lang.String printer, JobAttributes.SidesType sides)