Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4332998

missing doc in java.awt.JobAttributes

XMLWordPrintable

    • beta2
    • sparc
    • solaris_2.5.1



      Name: sdR10048 Date: 04/25/2000


      The doc for java.awt.JobAttributes has several problems:
      1) nothing about the default output value of these methods
         /the object has been created with construcrot JobAttributes()/:

      public DialogType getDialog()
      public String getFileName()
      public int getMaxPage()
      public int getMinPage()
      public MultipleDocumentHandlingType getMultipleDocumentHandling()

      2) typos for setPageRanges(new int[][]):

      This is the quote from the doc:

      "Specifying none of pageRanges, fromPage, or toPage is equivalent to
       calling setPageRanges(new int[][] { new int[] { minPage } });"

      SHOULD BE:

      "Specifying none of pageRanges, fromPage, or toPage is equivalent to
       calling setPageRanges(new int[][] { new int[] { minPage, minPage } })"

      ------------------------------------------------------------
      ======================================================================

            sharonz Sharon Zakhour (Inactive)
            dsvsunw Dsv Dsv (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: