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
public int hashCode()Description copied from class:ObjectAnswers an integer hash code for the receiver. Any two objects which answertruewhen passed to.equalsmust answer the same value for this method. -
toString
Description copied from class:ObjectAnswers a string containing a concise, human-readable description of the receiver.
-