Why No Java.AWT.Peer In Documentation?

Why isn't the Java.AWT.Peer package included in the JDK documentation? At first, I thought that it was only 1.5 where it was missing, but it's not included in the other JDK versions either. Where do I go to get information on this package?
[249 byte] By [spiritual_fields] at [2007-9-30 17:57:05]
# 1

From one of those classes....

* The peer interfaces are intended only for use in porting

* the AWT. They are not intended for use by application

* developers, and developers should not implement peers

* nor invoke any of the peer methods directly on the peer

* instances.

Except for academic purposes (and perhaps those as well) you can only port the Sun JVM if you have specifically contracted with Sun to do so. If you have done that they you should probably request what ever support you have via that contract.

Other than that you look at the source code (because those classes are not part of the Java API.)

jschell at 2007-7-6 14:34:15 > top of Java-index,Administration Tools,Sun Connection...