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.DefaultSelectionTypeTheDefaultSelectionTypeinstance to use for specifying that all pages of the job should be printed.static final JobAttributes.DefaultSelectionTypeTheDefaultSelectionTypeinstance to use for specifying that a range of pages of the job should be printed.static final JobAttributes.DefaultSelectionTypeTheDefaultSelectionTypeinstance to use for specifying that the current selection should be printed. -
Method Summary
-
Field Details
-
ALL
TheDefaultSelectionTypeinstance to use for specifying that all pages of the job should be printed. -
RANGE
TheDefaultSelectionTypeinstance to use for specifying that a range of pages of the job should be printed. -
SELECTION
TheDefaultSelectionTypeinstance to use for specifying that the current selection should be printed.
-
-
Method Details
-
hashCode
-
toString
-