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

changeset 1359
25e14ad23cef
parent 1357
c75be5bc5283
child 1364
8db45b13526e
equal deleted inserted replaced
1358:fc123bdeddb8 1359:25e14ad23cef
38 * in the output, a left-hand top frame will have a list of all packages with 38 * in the output, a left-hand top frame will have a list of all packages with
39 * links to target left-hand bottom frame. The left-hand bottom frame will have 39 * links to target left-hand bottom frame. The left-hand bottom frame will have
40 * the particular package contents or the all-classes list, where as the single 40 * the particular package contents or the all-classes list, where as the single
41 * right-hand frame will have overview or package summary or class file. Also 41 * right-hand frame will have overview or package summary or class file. Also
42 * take care of browsers which do not support Html frames. 42 * take care of browsers which do not support Html frames.
43 *
44 * <p><b>This is NOT part of any supported API.
45 * If you write code that depends on this, you do so at your own risk.
46 * This code and its internal interfaces are subject to change or
47 * deletion without notice.</b>
43 * 48 *
44 * @author Atul M Dambalkar 49 * @author Atul M Dambalkar
45 */ 50 */
46 public class FrameOutputWriter extends HtmlDocletWriter { 51 public class FrameOutputWriter extends HtmlDocletWriter {
47 52

mercurial