|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.JobAttributes.DialogType
public static final class JobAttributes.DialogType
A type-safe enumeration of possible dialogs to display to the user.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
int |
hashCode()
hashCode returns a hash code for this object. |
String |
toString()
toString creates a printable string that represents this object for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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.
Method Detail |
---|
public int hashCode()
Object
The default implementation returns System.identityHashCode(this).
hashCode
in class Object
public String toString()
Object
The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).
toString
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |