|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.JobAttributes.DefaultSelectionType
public static final class JobAttributes.DefaultSelectionType
A type-safe enumeration of possible default selection states.
Field Summary | |
---|---|
static JobAttributes.DefaultSelectionType |
ALL
The DefaultSelectionType instance to use for
specifying that all pages of the job should be printed. |
static JobAttributes.DefaultSelectionType |
RANGE
The DefaultSelectionType instance to use for
specifying that a range of pages of the job should be printed. |
static JobAttributes.DefaultSelectionType |
SELECTION
The DefaultSelectionType instance to use for
specifying that the current selection should be printed. |
Method Summary | |
---|---|
int |
hashCode()
hashCode returns a hash code for this object. |
String |
toString()
toString creates a printable string that represents this object for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final JobAttributes.DefaultSelectionType ALL
DefaultSelectionType
instance to use for
specifying that all pages of the job should be printed.
public static final JobAttributes.DefaultSelectionType RANGE
DefaultSelectionType
instance to use for
specifying that a range of pages of the job should be printed.
public static final JobAttributes.DefaultSelectionType SELECTION
DefaultSelectionType
instance to use for
specifying that the current selection should be printed.
Method Detail |
---|
public int hashCode()
Object
The default implementation returns System.identityHashCode(this).
hashCode
in class Object
public String toString()
Object
The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).
toString
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |