|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.tools.doclets.formats.html.LinkOutputImpl
public class LinkOutputImpl
Stores output of a link.
| Field Summary | |
|---|---|
java.lang.StringBuffer |
output
The output of the link. |
| Constructor Summary | |
|---|---|
LinkOutputImpl()
Construct a new LinkOutputImpl. |
|
| Method Summary | |
|---|---|
void |
append(java.lang.Object o)
Append the given object to the output. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.StringBuffer output
| Constructor Detail |
|---|
public LinkOutputImpl()
| Method Detail |
|---|
public void append(java.lang.Object o)
append in interface LinkOutputo - the object to append.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||