Class JobAttributes.DialogType
java.lang.Object
java.awt.JobAttributes.DialogType
- Enclosing class:
JobAttributes
A type-safe enumeration of possible dialogs to display to the user.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobAttributes.DialogType
TheDialogType
instance to use for specifying the cross-platform, pure Java print dialog.static final JobAttributes.DialogType
TheDialogType
instance to use for specifying the platform's native print dialog.static final JobAttributes.DialogType
TheDialogType
instance to use for specifying no print dialog. -
Method Summary
-
Field Details
-
COMMON
TheDialogType
instance to use for specifying the cross-platform, pure Java print dialog. -
NATIVE
TheDialogType
instance to use for specifying the platform's native print dialog. -
NONE
TheDialogType
instance to use for specifying no print dialog.
-
-
Method Details
-
hashCode
-
toString
-