API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.awt.
JobAttributes.DialogType
View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
Object
AttributeValue
JobAttributes.DialogType
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
class JobAttributes.DialogType
A type-safe enumeration of possible dialogs to display to the user.
A type-safe enumeration of possible dialogs to display to the user.
See also:
Constructors
private
JobAttributes.DialogType
(
int
type)
Methods
Hide/Show inherited methods
public
int
hashCode
()
[Inherited From
AttributeValue
]
public
String
toString
()
[Inherited From
AttributeValue
]
Fields
Hide/Show inherited fields
public
final
static
DialogType
COMMON
The
DialogType
instance to use for specifying the cross-platform, pure Java print dialog.
public
final
static
DialogType
NATIVE
The
DialogType
instance to use for specifying the platform's native print dialog.
public
final
static
DialogType
NONE
The
DialogType
instance to use for specifying no print dialog.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar