RFR: 8314070: javax.print: Support IPP output-bin attribute extension [v5]
Alexander Scherbatiy
alexsch at openjdk.org
Sat May 11 12:47:19 UTC 2024
On Sat, 13 Apr 2024 21:33:03 GMT, Phil Race <prr at openjdk.org> wrote:
> I would have assumed "SEPARATORTRAY" was the keyword name you would specify to the job and "Separator Tray" is just a description - which could be used in a UI menu.
Am I missing something ?
This is correct. The `ppdFindOption(..., "OutputBin")` function returns: the "Separator Tray" as the `choice->text`, `SEPARATORTRAY` as the `choice->choice` and then it is shown in the Print dialog as "Separator Tray" text and passed to the native level as `SEPARATORTRAY` choice.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16166#discussion_r1597442811
More information about the client-libs-dev
mailing list