|
Extension SDK 9.0.5 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JotDocTag | |
oracle.jdeveloper.jot | Provides classes and interfaces for JOT (the Java Object Toolkit). |
Uses of JotDocTag in oracle.jdeveloper.jot |
Subinterfaces of JotDocTag in oracle.jdeveloper.jot | |
interface |
JotDocLinkTag
The JotDocLinkTag interface represents instances of link tags
inside of a JavaDoc comment block. |
interface |
JotDocParamTag
The JotDocParamTag interface represents instances of param tags
inside of a JavaDoc comment block. |
interface |
JotDocReturnTag
The JotDocReturnTag interface represents instances of return tags
inside of a JavaDoc comment block. |
interface |
JotDocSeeTag
The JotDocSeeTag interface represents instances of see tags
inside of a JavaDoc comment block. |
interface |
JotDocTextTag
The JotDocTextTag interface represents text in a comment, or tag. |
interface |
JotDocThrowsTag
The JotDocThrowsTag interface represents instances of throws tags
inside of a JavaDoc comment block. |
Methods in oracle.jdeveloper.jot that return JotDocTag | |
JotDocTag[] |
JotDocComment.getDescriptionTextTags()
Finds and tags nested within the description text portion of this comment. |
JotDocTag[] |
JotDocComment.getTags()
Retrieves the javadoc doc tags associated with this comment. |
JotDocTag |
JotDocComment.addTag(JotDocTag marker,
boolean before,
java.lang.String tagName,
java.lang.String tagText)
Adds a new doc tag. |
JotDocTag[] |
JotDocComment.getTags(java.lang.String tagName)
|
JotDocTag[] |
JotDocTag.getTextTags()
Retrieves the text of the comment text portion of the tag as an array of tags. |
Methods in oracle.jdeveloper.jot with parameters of type JotDocTag | |
JotDocTag |
JotDocComment.addTag(JotDocTag marker,
boolean before,
java.lang.String tagName,
java.lang.String tagText)
Adds a new doc tag. |
void |
JotDocComment.removeTag(JotDocTag tag)
|
|
Extension SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.