-
Package |
Description |
java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
-
-
Modifier and Type |
Field and Description |
static JobAttributes.DialogType |
JobAttributes.DialogType.COMMON
The DialogType instance to use for
specifying the cross-platform, pure Java print dialog.
|
static JobAttributes.DialogType |
JobAttributes.DialogType.NATIVE
The DialogType instance to use for
specifying the platform's native print dialog.
|
static JobAttributes.DialogType |
JobAttributes.DialogType.NONE
The DialogType instance to use for
specifying no print dialog.
|
Modifier and Type |
Method and Description |
JobAttributes.DialogType |
JobAttributes.getDialog()
Returns whether, for jobs using these attributes, the user should see
a print dialog in which to modify the print settings, and which type of
print dialog should be displayed.
|
Modifier and Type |
Method and Description |
void |
JobAttributes.setDialog(JobAttributes.DialogType dialog)
Specifies whether, for jobs using these attributes, the user should see
a print dialog in which to modify the print settings, and which type of
print dialog should be displayed.
|
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.