langtools/src/share/classes/com/sun/tools/doclets/formats/html/AbstractPackageIndexWriter.java
changeset 14260 727a84636f12
parent 7681 1f0819a3341f
child 14357 faf9cde2817b
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    33 
    33 
    34 /**
    34 /**
    35  * Abstract class to generate the overview files in
    35  * Abstract class to generate the overview files in
    36  * Frame and Non-Frame format. This will be sub-classed by to
    36  * Frame and Non-Frame format. This will be sub-classed by to
    37  * generate overview-frame.html as well as overview-summary.html.
    37  * generate overview-frame.html as well as overview-summary.html.
       
    38  *
       
    39  *  <p><b>This is NOT part of any supported API.
       
    40  *  If you write code that depends on this, you do so at your own risk.
       
    41  *  This code and its internal interfaces are subject to change or
       
    42  *  deletion without notice.</b>
    38  *
    43  *
    39  * @author Atul M Dambalkar
    44  * @author Atul M Dambalkar
    40  * @author Bhavesh Patel (Modified)
    45  * @author Bhavesh Patel (Modified)
    41  */
    46  */
    42 public abstract class AbstractPackageIndexWriter extends HtmlDocletWriter {
    47 public abstract class AbstractPackageIndexWriter extends HtmlDocletWriter {