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
public int hashCode()Description copied from class:Object
Answers an integer hash code for the receiver. Any two objects which answertrue
when passed to.equals
must answer the same value for this method. -
toString
Description copied from class:Object
Answers a string containing a concise, human-readable description of the receiver.
-