Class JobAttributes.DefaultSelectionType
java.lang.Object
java.awt.JobAttributes.DefaultSelectionType
- Enclosing class:
JobAttributes
A type-safe enumeration of possible default selection states.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobAttributes.DefaultSelectionType
TheDefaultSelectionType
instance to use for specifying that all pages of the job should be printed.static final JobAttributes.DefaultSelectionType
TheDefaultSelectionType
instance to use for specifying that a range of pages of the job should be printed.static final JobAttributes.DefaultSelectionType
TheDefaultSelectionType
instance to use for specifying that the current selection should be printed. -
Method Summary
-
Field Details
-
ALL
TheDefaultSelectionType
instance to use for specifying that all pages of the job should be printed. -
RANGE
TheDefaultSelectionType
instance to use for specifying that a range of pages of the job should be printed. -
SELECTION
TheDefaultSelectionType
instance to use for specifying that the current selection should be printed.
-
-
Method Details
-
hashCode
-
toString
-