API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. JobAttributes.DefaultSelectionType View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
 Object
      AttributeValue
          JobAttributes.DefaultSelectionType
Implements
Subclasses
Description
publicfinalstatic class JobAttributes.DefaultSelectionType
  A type-safe enumeration of possible default selection states.
See also:   
Constructors
private JobAttributes.DefaultSelectionType (int type)
Methods
Hide/Show inherited methods
public int hashCode () [Inherited From AttributeValue]
public String toString () [Inherited From AttributeValue]
Fields
Hide/Show inherited fields
publicfinalstatic DefaultSelectionType ALL
The DefaultSelectionType instance to use for specifying that all pages of the job should be printed.
publicfinalstatic DefaultSelectionType RANGE
The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
publicfinalstatic DefaultSelectionType SELECTION
The DefaultSelectionType instance to use for specifying that the current selection should be printed.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar