src/share/classes/com/sun/tools/doclets/formats/html/PackageIndexFrameWriter.java

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1372
78962d89f283
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
34 34
35 /** 35 /**
36 * Generate the package index for the left-hand frame in the generated output. 36 * Generate the package index for the left-hand frame in the generated output.
37 * A click on the package name in this frame will update the page in the bottom 37 * A click on the package name in this frame will update the page in the bottom
38 * left hand frame with the listing of contents of the clicked package. 38 * left hand frame with the listing of contents of the clicked package.
39 *
40 * <p><b>This is NOT part of any supported API.
41 * If you write code that depends on this, you do so at your own risk.
42 * This code and its internal interfaces are subject to change or
43 * deletion without notice.</b>
39 * 44 *
40 * @author Atul M Dambalkar 45 * @author Atul M Dambalkar
41 */ 46 */
42 public class PackageIndexFrameWriter extends AbstractPackageIndexWriter { 47 public class PackageIndexFrameWriter extends AbstractPackageIndexWriter {
43 48

mercurial