|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fau.cs.www8.jadeowlcodec.tool.ToDoTaglet
public class ToDoTaglet
A sample Taglet representing @todo. This tag can be used in any kind of
Doc. It is not an inline tag. The text is displayed
in yellow to remind the developer to perform a task. For
example, "@todo Fix this!" would be shown as:
| Fix this! |
| Constructor Summary | |
|---|---|
ToDoTaglet()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Return the name of this custom tag. |
boolean |
inConstructor()
Will return true since @todo
can be used in constructor documentation. |
boolean |
inField()
Will return true since @todo
can be used in field documentation. |
boolean |
inMethod()
Will return true since @todo
can be used in method documentation. |
boolean |
inOverview()
Will return true since @todo
can be used in method documentation. |
boolean |
inPackage()
Will return true since @todo
can be used in package documentation. |
boolean |
inType()
Will return true since @todo
can be used in type documentation (classes or interfaces). |
boolean |
isInlineTag()
Will return false since @todo
is not an inline tag. |
static void |
register(java.util.Map tagletMap)
Register this Taglet. |
java.lang.String |
toString(com.sun.javadoc.Tag tag)
Given the Tag representation of this custom
tag, return its string representation. |
java.lang.String |
toString(com.sun.javadoc.Tag[] tags)
Given an array of Tags representing this custom
tag, return its string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ToDoTaglet()
| Method Detail |
|---|
public java.lang.String getName()
getName in interface com.sun.tools.doclets.Tagletpublic boolean inField()
@todo
can be used in field documentation.
inField in interface com.sun.tools.doclets.Taglet@todo
can be used in field documentation and false
otherwise.public boolean inConstructor()
@todo
can be used in constructor documentation.
inConstructor in interface com.sun.tools.doclets.Taglet@todo
can be used in constructor documentation and false
otherwise.public boolean inMethod()
@todo
can be used in method documentation.
inMethod in interface com.sun.tools.doclets.Taglet@todo
can be used in method documentation and false
otherwise.public boolean inOverview()
@todo
can be used in method documentation.
inOverview in interface com.sun.tools.doclets.Taglet@todo
can be used in overview documentation and false
otherwise.public boolean inPackage()
@todo
can be used in package documentation.
inPackage in interface com.sun.tools.doclets.Taglet@todo
can be used in package documentation and false
otherwise.public boolean inType()
@todo
can be used in type documentation (classes or interfaces).
inType in interface com.sun.tools.doclets.Taglet@todo
can be used in type documentation and false
otherwise.public boolean isInlineTag()
@todo
is not an inline tag.
isInlineTag in interface com.sun.tools.doclets.Taglet@todo
is not an inline tag.public static void register(java.util.Map tagletMap)
tagletMap - the map to register this tag to.public java.lang.String toString(com.sun.javadoc.Tag tag)
Tag representation of this custom
tag, return its string representation.
toString in interface com.sun.tools.doclets.Taglettag - the Tag representation of this custom tag.public java.lang.String toString(com.sun.javadoc.Tag[] tags)
Tags representing this custom
tag, return its string representation.
toString in interface com.sun.tools.doclets.Taglettags - the array of Tags representing of this custom tag.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2007 Moritz Goeb, Bernhard Schiemann, Ulf Schreiber of Chair of Artificial Intelligence, University of Erlangen-Nuremberg