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