public static final class JobAttributes.DialogType extends Object
Modifier and Type | Field and Description |
---|---|
static JobAttributes.DialogType |
COMMON
The
DialogType instance to use for
specifying the cross-platform, pure Java print dialog. |
static JobAttributes.DialogType |
NATIVE
The
DialogType instance to use for
specifying the platform's native print dialog. |
static JobAttributes.DialogType |
NONE
The
DialogType instance to use for
specifying no print dialog. |
Modifier and Type | Method and Description |
---|---|
int |
hashCode()
Answers an integer hash code for the receiver.
|
String |
toString()
Answers a string containing a concise, human-readable
description of the receiver.
|
public static final JobAttributes.DialogType COMMON
DialogType
instance to use for
specifying the cross-platform, pure Java print dialog.public static final JobAttributes.DialogType NATIVE
DialogType
instance to use for
specifying the platform's native print dialog.public static final JobAttributes.DialogType NONE
DialogType
instance to use for
specifying no print dialog.public int hashCode()
Object
true
when passed to
.equals
must answer the same value for this
method.hashCode
in class Object
Object.equals(java.lang.Object)
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.