void |
HtmlDocletWriter.addPreQualifiedClassLink(LinkInfoImpl.Kind context,
ClassDoc cd,
boolean isStrong,
Content contentTree) |
Deprecated.
Add the class link with the package portion of the label in
plain text.
|
void |
HtmlDocletWriter.addPreQualifiedClassLink(LinkInfoImpl.Kind context,
ClassDoc cd,
Content contentTree) |
Deprecated.
Add the class link.
|
void |
HtmlDocletWriter.addPreQualifiedStrongClassLink(LinkInfoImpl.Kind context,
ClassDoc cd,
Content contentTree) |
Deprecated.
Add the class link, with only class name as the strong link and prefixing
plain package name.
|
protected void |
AbstractExecutableMemberWriter.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
protected abstract void |
AbstractMemberWriter.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
protected void |
AnnotationTypeFieldWriterImpl.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
protected void |
AnnotationTypeRequiredMemberWriterImpl.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
protected void |
EnumConstantWriterImpl.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
protected void |
FieldWriterImpl.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
protected void |
NestedClassWriterImpl.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
protected void |
PropertyWriterImpl.addSummaryLink(LinkInfoImpl.Kind context,
ClassDoc cd,
ProgramElementDoc member,
Content tdSummary) |
Deprecated.
Add the summary link for the member.
|
Content |
HtmlDocletWriter.getDocLink(LinkInfoImpl.Kind context,
ClassDoc classDoc,
MemberDoc doc,
Content label) |
Deprecated.
Return the link for the given member.
|
Content |
HtmlDocletWriter.getDocLink(LinkInfoImpl.Kind context,
ClassDoc classDoc,
MemberDoc doc,
Content label,
boolean strong) |
Deprecated.
|
Content |
HtmlDocletWriter.getDocLink(LinkInfoImpl.Kind context,
ClassDoc classDoc,
MemberDoc doc,
Content label,
boolean strong,
boolean isProperty) |
Deprecated.
|
Content |
HtmlDocletWriter.getDocLink(LinkInfoImpl.Kind context,
ClassDoc classDoc,
MemberDoc doc,
String label,
boolean strong) |
Deprecated.
Return the link for the given member.
|
Content |
HtmlDocletWriter.getDocLink(LinkInfoImpl.Kind context,
ClassDoc classDoc,
MemberDoc doc,
String label,
boolean strong,
boolean isProperty) |
Deprecated.
Return the link for the given member.
|
Content |
HtmlDocletWriter.getDocLink(LinkInfoImpl.Kind context,
MemberDoc doc,
String label) |
Deprecated.
Get the link for the given member.
|
Content |
HtmlDocletWriter.getDocLink(LinkInfoImpl.Kind context,
MemberDoc doc,
String label,
boolean strong) |
Deprecated.
Return the link for the given member.
|
Content |
HtmlDocletWriter.getPreQualifiedClassLink(LinkInfoImpl.Kind context,
ClassDoc cd,
boolean isStrong) |
Deprecated.
Retrieve the class link with the package portion of the label in
plain text.
|
Content |
HtmlDocletWriter.getQualifiedClassLink(LinkInfoImpl.Kind context,
ClassDoc cd) |
Deprecated.
Get the class link.
|
void |
LinkInfoImpl.setContext(LinkInfoImpl.Kind c) |
Deprecated.
This method sets the link attributes to the appropriate values
based on the context.
|