|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openide.src.JavaDocSupport
public class JavaDocSupport
JavaDocSupport singleton which serves as source of memory implementations of JavaDoc objects and JavaDocTags
Method Summary | |
---|---|
static JavaDoc.Class |
createClassJavaDoc(String text)
Creates new instance of memory implementation of JavaDoc.Class interface. |
static JavaDoc.Field |
createFieldJavaDoc(String text)
Creates new instance of memory implementation of JavaDoc.Field interface. |
static JavaDoc |
createInitializerJavaDoc(String text)
Creates a new instance of memory implementation of JavaDoc interface. |
static JavaDoc |
createJavaDoc(String text)
Creates new instance of memory implementation of JavaDoc interface. |
static JavaDoc.Method |
createMethodJavaDoc(String text)
Creates new instance of memory implementation of JavaDoc.Method interface. |
static JavaDocTag.Param |
createParamTag(String name,
String text)
Creates new instance of memory implementation of JavaDocTag.Param interface. |
static JavaDocTag.See |
createSeeTag(String name,
String text)
Creates new instance of memory implementation of JavaDocTag.See interface. |
static JavaDocTag.SerialField |
createSerialFieldTag(String name,
String text)
Creates new instance of memory implementation of JavaDocTag.SerialField interface. |
static JavaDocTag |
createTag(String name,
String text)
Creates new instance of memory implementation of JavaDocTag interface. |
static JavaDocTag.Throws |
createThrowsTag(String name,
String text)
Creates new instance of memory implementation of JavaDocTag.Throws interface. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static JavaDoc createJavaDoc(String text)
text
- Raw text of JavaDoc comment.
public static JavaDoc.Class createClassJavaDoc(String text)
text
- Raw text of JavaDoc comment.
public static JavaDoc.Field createFieldJavaDoc(String text)
text
- Raw text of JavaDoc comment.
public static JavaDoc.Method createMethodJavaDoc(String text)
text
- Raw text of JavaDoc comment.
public static JavaDoc createInitializerJavaDoc(String text)
text
- Raw contents of the comment
public static JavaDocTag createTag(String name, String text)
name
- Name of the tag.text
- Text of the tag.
public static JavaDocTag.See createSeeTag(String name, String text)
name
- Name of the tag.text
- Text of the tag to parse.
public static JavaDocTag.Param createParamTag(String name, String text)
name
- Name of the tag.text
- Text of the tag to parse.
public static JavaDocTag.Throws createThrowsTag(String name, String text)
name
- Name of the tag.text
- Text of the tag to parse.
public static JavaDocTag.SerialField createSerialFieldTag(String name, String text)
name
- Name of the tag.text
- Text of the tag to parse.
|
org.openide.src 1.8.22 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |