|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.formats.html.AbstractMemberWriter
com.sun.tools.doclets.formats.html.FieldWriterImpl
public class FieldWriterImpl
Writes field documentation in HTML format.
| Field Summary | |
|---|---|
private boolean |
printedSummaryHeader
|
| Fields inherited from class com.sun.tools.doclets.formats.html.AbstractMemberWriter |
|---|
classdoc, nodepr, writer |
| Constructor Summary | |
|---|---|
FieldWriterImpl(SubWriterHolderWriter writer)
|
|
FieldWriterImpl(SubWriterHolderWriter writer,
ClassDoc classdoc)
|
|
| Method Summary | |
|---|---|
void |
close()
Close the writer. |
int |
getMemberKind()
|
void |
printInheritedSummaryAnchor(ClassDoc cd)
|
void |
printInheritedSummaryLabel(ClassDoc cd)
|
protected void |
printNavDetailLink(boolean link)
|
protected void |
printNavSummaryLink(ClassDoc cd,
boolean link)
|
void |
printSummaryAnchor(ClassDoc cd)
|
void |
printSummaryLabel(ClassDoc cd)
abstracts |
protected void |
printSummaryType(ProgramElementDoc member)
|
void |
writeComments(FieldDoc field)
Write the comments for the given field. |
void |
writeDeprecated(FieldDoc field)
Write the deprecated output for the given field. |
protected void |
writeDeprecatedLink(ProgramElementDoc member)
|
void |
writeFieldFooter()
Write the field footer. |
void |
writeFieldHeader(FieldDoc field,
boolean isFirst)
Write the field header for the given field. |
void |
writeFooter(ClassDoc classDoc)
Write the footer for the field documentation. |
void |
writeHeader(ClassDoc classDoc,
java.lang.String header)
Write the header for the field documentation. |
void |
writeInheritedMemberSummary(ClassDoc classDoc,
ProgramElementDoc field,
boolean isFirst,
boolean isLast)
Write the inherited member summary for the given class and member. |
void |
writeInheritedMemberSummaryFooter(ClassDoc classDoc)
Write the inherited fields summary footer for the given class. |
void |
writeInheritedMemberSummaryHeader(ClassDoc classDoc)
Write the inherited fields summary header for the given class. |
protected void |
writeInheritedSummaryLink(ClassDoc cd,
ProgramElementDoc member)
|
void |
writeMemberSummaryFooter(ClassDoc classDoc)
Write the fields summary footer for the given class. |
void |
writeMemberSummaryHeader(ClassDoc classDoc)
Write the fields summary header for the given class. |
void |
writeSignature(FieldDoc field)
Write the signature for the given field. |
protected void |
writeSummaryLink(int context,
ClassDoc cd,
ProgramElementDoc member)
|
void |
writeTags(FieldDoc field)
Write the tag output for the given field. |
| Methods inherited from class com.sun.tools.doclets.formats.html.AbstractMemberWriter |
|---|
configuration, eligibleMembers, isInherited, makeSpace, modifierString, name, navDetailLink, navSummaryLink, print, print, printComment, printCommentAndTags, printDeprecatedAPI, printFullComment, printHead, printInheritedSummaryFooter, printInheritedSummaryHeader, printModifierAndType, printModifiers, printStaticAndType, printSummaryFooter, printSummaryHeader, printUseInfo, serialWarning, strong, typeString, writeMemberSummary, writeSummaryLink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.tools.doclets.internal.toolkit.MemberSummaryWriter |
|---|
writeMemberSummary |
| Field Detail |
|---|
private boolean printedSummaryHeader
| Constructor Detail |
|---|
public FieldWriterImpl(SubWriterHolderWriter writer,
ClassDoc classdoc)
public FieldWriterImpl(SubWriterHolderWriter writer)
| Method Detail |
|---|
public void writeMemberSummaryHeader(ClassDoc classDoc)
writeMemberSummaryHeader in interface MemberSummaryWriterclassDoc - the class the summary belongs to.public void writeMemberSummaryFooter(ClassDoc classDoc)
writeMemberSummaryFooter in interface MemberSummaryWriterclassDoc - the class the summary belongs to.public void writeInheritedMemberSummaryHeader(ClassDoc classDoc)
writeInheritedMemberSummaryHeader in interface MemberSummaryWriterclassDoc - the class the summary belongs to.
public void writeInheritedMemberSummary(ClassDoc classDoc,
ProgramElementDoc field,
boolean isFirst,
boolean isLast)
writeInheritedMemberSummary in interface MemberSummaryWriterclassDoc - the class the inherited member belongs to.field - the inherited member that I am summarizing.isFirst - true if this is the first member in the list.isLast - true if this is the last member in the list.public void writeInheritedMemberSummaryFooter(ClassDoc classDoc)
writeInheritedMemberSummaryFooter in interface MemberSummaryWriterclassDoc - the class the summary belongs to.
public void writeHeader(ClassDoc classDoc,
java.lang.String header)
writeHeader in interface FieldWriterclassDoc - the class that the fields belong to.header - the header to write.
public void writeFieldHeader(FieldDoc field,
boolean isFirst)
writeFieldHeader in interface FieldWriterfield - the field being documented.isFirst - the flag to indicate whether or not the field is the
first to be documented.public void writeSignature(FieldDoc field)
writeSignature in interface FieldWriterfield - the field being documented.public void writeDeprecated(FieldDoc field)
writeDeprecated in interface FieldWriterfield - the field being documented.public void writeComments(FieldDoc field)
writeComments in interface FieldWriterfield - the field being documented.public void writeTags(FieldDoc field)
writeTags in interface FieldWriterfield - the field being documented.public void writeFieldFooter()
writeFieldFooter in interface FieldWriterpublic void writeFooter(ClassDoc classDoc)
writeFooter in interface FieldWriterclassDoc - the class that the fields belong to.
public void close()
throws java.io.IOException
close in interface FieldWriterclose in interface MemberSummaryWriterjava.io.IOExceptionpublic int getMemberKind()
public void printSummaryLabel(ClassDoc cd)
AbstractMemberWriter
printSummaryLabel in class AbstractMemberWriterpublic void printSummaryAnchor(ClassDoc cd)
printSummaryAnchor in class AbstractMemberWriterpublic void printInheritedSummaryAnchor(ClassDoc cd)
printInheritedSummaryAnchor in class AbstractMemberWriterpublic void printInheritedSummaryLabel(ClassDoc cd)
printInheritedSummaryLabel in class AbstractMemberWriter
protected void writeSummaryLink(int context,
ClassDoc cd,
ProgramElementDoc member)
writeSummaryLink in class AbstractMemberWriter
protected void writeInheritedSummaryLink(ClassDoc cd,
ProgramElementDoc member)
writeInheritedSummaryLink in class AbstractMemberWriterprotected void printSummaryType(ProgramElementDoc member)
printSummaryType in class AbstractMemberWriterprotected void writeDeprecatedLink(ProgramElementDoc member)
writeDeprecatedLink in class AbstractMemberWriter
protected void printNavSummaryLink(ClassDoc cd,
boolean link)
printNavSummaryLink in class AbstractMemberWriterprotected void printNavDetailLink(boolean link)
printNavDetailLink in class AbstractMemberWriter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||