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.DialogTypeTheDialogTypeinstance to use for specifying the cross-platform, pure Java print dialog.static final JobAttributes.DialogTypeTheDialogTypeinstance to use for specifying the platform's native print dialog.static final JobAttributes.DialogTypeTheDialogTypeinstance to use for specifying no print dialog. -
Method Summary
-
Field Details
-
COMMON
TheDialogTypeinstance to use for specifying the cross-platform, pure Java print dialog. -
NATIVE
TheDialogTypeinstance to use for specifying the platform's native print dialog. -
NONE
TheDialogTypeinstance to use for specifying no print dialog.
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:ObjectAnswers an integer hash code for the receiver. Any two objects which answertruewhen passed to.equalsmust answer the same value for this method. -
toString
Description copied from class:ObjectAnswers a string containing a concise, human-readable description of the receiver.
-