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

changeset 1635
e0ef84e33167
parent 1568
5f0731e4e5e6
child 1737
7a9ef837e57f
equal deleted inserted replaced
1634:eb0198033c5c 1635:e0ef84e33167
160 * 160 *
161 * @param div the Content object to which the all profiles link should be added 161 * @param div the Content object to which the all profiles link should be added
162 */ 162 */
163 protected void addAllProfilesLink(Content div) { 163 protected void addAllProfilesLink(Content div) {
164 Content linkContent = getHyperLink(DocPaths.PROFILE_OVERVIEW_FRAME, 164 Content linkContent = getHyperLink(DocPaths.PROFILE_OVERVIEW_FRAME,
165 allprofilesLabel, "", "profileListFrame"); 165 allprofilesLabel, "", "packageListFrame");
166 Content span = HtmlTree.SPAN(linkContent); 166 Content span = HtmlTree.SPAN(linkContent);
167 div.addContent(span); 167 div.addContent(span);
168 } 168 }
169 169
170 /** 170 /**

mercurial