It is only on the AWT side currently.
There is no such documentation yet, however you can see the mapping at
[0] and [1].
[0]
http://cr.openjdk.java.net/~azvegint/jdk/9/8143227/00/src/java.desktop/macosx/classes/sun/lwawt/macosx/CDesktopPeer.java.udiff.html
[1]
http://cr.openjdk.java.net/~azvegint/jdk/9/8143227/00/src/java.desktop/macosx/classes/sun/lwawt/macosx/CTaskbarPeer.java.html
Thanks,
Alexander.
On 11/19/2015 01:17 AM, Michael Hall wrote:
On Nov 18, 2015, at 1:12 AM, Alexander Zvegintsev
<alexander.zvegint...@oracle.com
<mailto:alexander.zvegint...@oracle.com>> wrote:
This fix provides public support Mac OS X features(com.apple.{eawt,eio}),
Is replacement of the Apple legacy API’s going to done between this
area, awt-dev, and the javafx group? I thought I saw a post on the
javafx list that they were going to try and make sure clickable file
handling was correctly handled by javafx api’s.
Is there going to be some central place where the mapping between the
old api’s and the new ones is documented? Also indicating what api’s
will no longer be supported.
Michael Hall