Lines Matching refs:link

110      * @param path         Platform-dependent {@link #path} used when
113 * @param relativePath Value for the variable {@link #relativePath}.
205 * link will only appear if page is not in a frame.
207 * @param link String name of the file.
210 * @param label Tag for the link.
213 public void printNoFramesTargetHyperLink(String link, String where,
220 + getHyperLinkString(link, where, label, strong, "", "", target) + "');");
225 println(" " + getHyperLinkString(link, where, label, strong, "", "", target));
231 * Get the script to show or hide the All classes link.
336 * Get Package link, with target frame.
338 * @param pd The link will be to the "package-summary.html" page for this package
340 * @param label tag for the link
341 * @return a content for the target package link
761 * Print the word "NEXT" to indicate that no link is available. Override
762 * this method to customize next link.
769 * Get the word "NEXT" to indicate that no link is available. Override
770 * this method to customize next link.
772 * @return a content tree for the link
779 * Print the word "PREV" to indicate that no link is available. Override
780 * this method to customize prev link.
787 * Get the word "PREV" to indicate that no link is available. Override
788 * this method to customize prev link.
790 * @return a content tree for the link
809 * Print link to the "overview-summary.html" page.
819 * Get link to the "overview-summary.html" page.
821 * @return a content tree for the link
859 * Print link to the "package-summary.html" page for the package passed.
861 * @param pkg Package to which link will be generated.
871 * Get link to the "package-summary.html" page for the package passed.
873 * @param pkg Package to which link will be generated
874 * @return a content tree for the link
885 * link is not available here.
896 * Get the word "Package" , to indicate that link is not available here.
898 * @return a content tree for the link
906 * Print the word "Use" in the navigation bar cell, to indicate that link
918 * Get the word "Use", to indicate that link is not available.
920 * @return a content tree for the link
928 * Print link for previous file.
930 * @param prev File name for the prev link.
942 * Get link for previous file.
944 * @param prev File name for the prev link
945 * @return a content tree for the link
958 * Print link for next file. If next is null, just print the label
961 * @param next File name for the next link.
973 * Get link for next file. If next is null, just print the label
976 * @param next File name for the next link
977 * @return a content tree for the link
990 * Print "FRAMES" link, to switch to the frame version of the output.
992 * @param link File to be linked, "index.html".
994 protected void navShowLists(String link) {
995 print(getHyperLinkString(link + "?" + path + filename, "",
1000 * Get "FRAMES" link, to switch to the frame version of the output.
1002 * @param link File to be linked, "index.html"
1003 * @return a content tree for the link
1005 protected Content getNavShowLists(String link) {
1006 Content framesContent = getHyperLink(link + "?" + path +
1013 * Print "FRAMES" link, to switch to the frame version of the output.
1020 * Get "FRAMES" link, to switch to the frame version of the output.
1022 * @return a content tree for the link
1029 * Print "NO FRAMES" link, to switch to the non-frame version of the output.
1031 * @param link File to be linked.
1033 protected void navHideLists(String link) {
1034 print(getHyperLinkString(link, "", configuration.getText("doclet.NO_FRAMES"),
1039 * Get "NO FRAMES" link, to switch to the non-frame version of the output.
1041 * @param link File to be linked
1042 * @return a content tree for the link
1044 protected Content getNavHideLists(String link) {
1045 Content noFramesContent = getHyperLink(link, "", noframesLabel, "", "_top");
1051 * Print "Tree" link in the navigation bar. If there is only one package
1052 * specified on the command line, then the "Tree" link will be to the
1070 * Get "Tree" link in the navigation bar. If there is only one package
1071 * specified on the command line, then the "Tree" link will be to the
1075 * @return a content tree for the link
1093 * Get the overview tree link for the main tree.
1095 * @param label the label for the link
1096 * @return a content tree for the link
1107 * class link is not available.
1118 * Get the word "Class", to indicate that class link is not available.
1120 * @return a content tree for the link
1128 * Print "Deprecated" API link in the navigation bar.
1138 * Get "Deprecated" API link in the navigation bar.
1140 * @return a content tree for the link
1150 * Print link for generated index. If the user has used "-splitindex"
1151 * command line option, then link to file "index-files/index-1.html" is
1152 * generated otherwise link to file "index-all.html" is generated.
1161 * Get link for generated index. If the user has used "-splitindex"
1162 * command line option, then link to file "index-files/index-1.html" is
1163 * generated otherwise link to file "index-all.html" is generated.
1165 * @return a content tree for the link
1175 * Print link for generated class index.
1190 * Get link for generated class index.
1192 * @return a content tree for the link
1204 * Print help file link. If user has provided a help file, then generate a
1205 * link to the user given file, which is already copied to current or
1225 * Get help file link. If user has provided a help file, then generate a
1226 * link to the user given file, which is already copied to current or
1229 * @return a content tree for the link
1248 * Print the word "Detail" in the navigation bar. No link is available.
1255 * Print the word "Summary" in the navigation bar. No link is available.
1280 * Same as {@link #tableIndexSummary()}.
1608 * {@link #pathToClass(ClassDoc)}.
1633 * Print the link to the given package.
1635 * @param pkg the package to link to.
1636 * @param label the label for the link.
1644 * Print the link to the given package.
1646 * @param pkg the package to link to.
1647 * @param label the label for the link.
1649 * @param style the font of the package link label.
1657 * Return the link to the given package.
1659 * @param pkg the package to link to.
1660 * @param label the label for the link.
1662 * @return the link to the given package.
1670 * Return the link to the given package.
1672 * @param pkg the package to link to.
1673 * @param label the label for the link.
1675 * @param style the font of the package link label.
1676 * @return the link to the given package.
1704 * Return the link to the given package.
1706 * @param pkg the package to link to.
1707 * @param label the label for the link.
1708 * @return a content tree for the package link.
1755 * Add the link to the content tree.
1757 * @param doc program element doc for which the link will be added
1758 * @param label label for the link
1759 * @param htmltree the content tree to which the link will be added
1778 * Return the link to the given class.
1780 * @param linkInfo the information about the link.
1782 * @return the link for the given class.
1786 String link = ((LinkOutputImpl) factory.getLinkOutput(linkInfo)).toString();
1788 return link;
1794 * @param linkInfo the information about the link.
1804 * Print the link to the given class.
1811 * Return a class cross link to external class documentation.
1813 * the class is in. The -link option does not allow users to
1814 * link to external classes in the "default" package.
1819 * @param label the label for the external link.
1820 * @param strong true if the link should be strong.
1821 * @param style the style of the link.
1836 //The package exists in external documentation, so link to the external
1838 //the -link option. There are ways to determine if an external package
1867 * Get the class link.
1869 * @param context the id of the context where the link will be added
1870 * @param cd the class doc to link to
1871 * @return a content tree for the link
1879 * Add the class link.
1881 * @param context the id of the context where the link will be added
1882 * @param cd the class doc to link to
1883 * @param contentTree the content tree to which the link will be added
1890 * Retrieve the class link with the package portion of the label in
1892 * link label.
1894 * @param cd the class to link to.
1895 * @param isStrong true if the link should be strong.
1896 * @return the link with the package portion of the label in plain text.
1910 * Add the class link with the package portion of the label in
1912 * link label.
1914 * @param context the id of the context where the link will be added
1915 * @param cd the class to link to
1916 * @param isStrong true if the link should be strong
1917 * @param contentTree the content tree to which the link with be added
1930 * Add the class link, with only class name as the strong link and prefixing
1933 * @param context the id of the context where the link will be added
1934 * @param cd the class to link to
1935 * @param contentTree the content tree to which the link with be added
1966 * Get the link for the given member.
1968 * @param context the id of the context where the link will be added
1970 * @param label the label for the link
1971 * @return a content tree for the doc link
1978 * Print the link for the given member.
1980 * @param context the id of the context where the link will be printed.
1981 * @param classDoc the classDoc that we should link to. This is not
1985 * @param label the label for the link.
1986 * @param strong true if the link should be strong.
1994 * Print the link for the given member.
1996 * @param context the id of the context where the link will be printed.
1997 * @param classDoc the classDoc that we should link to. This is not
2001 * @param label the label for the link.
2002 * @param strong true if the link should be strong.
2011 * Return the link for the given member.
2013 * @param context the id of the context where the link will be printed.
2015 * @param label the label for the link.
2016 * @param strong true if the link should be strong.
2017 * @return the link for the given member.
2025 * Return the link for the given member.
2027 * @param context the id of the context where the link will be printed.
2028 * @param classDoc the classDoc that we should link to. This is not
2032 * @param label the label for the link.
2033 * @param strong true if the link should be strong.
2034 * @return the link for the given member.
2042 * Return the link for the given member.
2044 * @param context the id of the context where the link will be printed.
2045 * @param classDoc the classDoc that we should link to. This is not
2049 * @param label the label for the link.
2050 * @param strong true if the link should be strong.
2052 * @return the link for the given member.
2072 * Return the link for the given member.
2074 * @param context the id of the context where the link will be added
2075 * @param classDoc the classDoc that we should link to. This is not
2079 * @param label the label for the link
2080 * @return the link for the given member
2129 if (! (tagName.startsWith("@link") || tagName.equals("@see"))) {
2166 //Package cross link found
2171 //Class cross link found (possiblly to a member in the class)
2174 //No cross link found so print warning
2199 // Since the link is relative and the holder is not even being
2200 // documented, this must be an inherited link. Redirect it.
2453 * @return Return true if a relative link should not be redirected.
2462 * Suppose a piece of documentation has a relative link. When you copy
2464 * that relative link will no longer work. We should redirect those links
2467 * Here is the algorithm used to fix the link:
2469 * <relative link> => docRoot + <relative path to file> + <relative link>
2471 * For example, suppose com.sun.javadoc.RootDoc has this link:
2474 * If this link appeared in the index, we would redirect
2475 * the link like this:
2622 link("REL =\"stylesheet\" TYPE=\"text/css\" HREF=\"" +
2627 * Returns a link to the stylesheet file.
2643 HtmlTree link = HtmlTree.LINK("stylesheet", "text/css", filename, "Style");
2644 return link;
2723 * @param descList the array of {@link AnnotationDesc}.
2733 * @param descList the array of {@link AnnotationDesc}.
2747 * @param descList the array of {@link AnnotationDesc}.
2767 * @param descList the array of {@link AnnotationDesc}.
2790 * @param descList the array of {@link AnnotationDesc}.