|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JavaDocTag.See
Represents a see also documentation tag.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.openide.src.JavaDocTag |
---|
JavaDocTag.Param, JavaDocTag.See, JavaDocTag.SerialField, JavaDocTag.Throws |
Method Summary | |
---|---|
String |
label()
Return the label of the see tag. |
String |
referencedClassName()
get the class name part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) . |
String |
referencedMemberName()
get the name of the member referenced by the prototype part of @see, For instance, if the comment is @see String#startsWith(java.lang.String) . |
Methods inherited from interface org.openide.src.JavaDocTag |
---|
kind, name, text |
Method Detail |
---|
String label()
String referencedClassName()
String referencedMemberName()
|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |