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

Quick Search    Search Deep

Uses of Class
java.awt.JobAttributes.DefaultSelectionType

Uses of JobAttributes.DefaultSelectionType in java.awt
 

Fields in java.awt declared as JobAttributes.DefaultSelectionType
private  JobAttributes.DefaultSelectionType JobAttributes.selection
           
static JobAttributes.DefaultSelectionType JobAttributes.DefaultSelectionType.ALL
           
static JobAttributes.DefaultSelectionType JobAttributes.DefaultSelectionType.RANGE
           
static JobAttributes.DefaultSelectionType JobAttributes.DefaultSelectionType.SELECTION
           
 

Methods in java.awt that return JobAttributes.DefaultSelectionType
 JobAttributes.DefaultSelectionType JobAttributes.getDefaultSelection()
           
 

Methods in java.awt with parameters of type JobAttributes.DefaultSelectionType
 void JobAttributes.setDefaultSelection(JobAttributes.DefaultSelectionType selection)
           
 

Constructors in java.awt with parameters of type JobAttributes.DefaultSelectionType
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)