java.awt

Class JobAttributes.DefaultSelectionType

  • java.lang.Object
    • java.awt.JobAttributes.DefaultSelectionType
  • Enclosing class:
    JobAttributes
    public static final class JobAttributes.DefaultSelectionType extends java.lang.Object
    A type-safe enumeration of possible default selection states.
    Since:
    1.3
    • Fields 
      Modifier and Type Field and Description
      Ordinary member indicator ALL Reveal DetailHide Detail
      The DefaultSelectionType instance to use for specifying that all pages of the job should be printed.
      Ordinary member indicator RANGE Reveal DetailHide Detail
      The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
      Ordinary member indicator SELECTION Reveal DetailHide Detail
      The DefaultSelectionType instance to use for specifying that the current selection should be printed.
    • Methods 
      Modifier and Type Method and Description
      Inherited member indicator hashCode Reveal DetailHide Detail
      Returns a hash code value for the object.
      Inherited member indicator toString Reveal DetailHide Detail
      Returns a string representation of the object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge