Package editor.util
Class JavadocAccess
java.lang.Object
editor.util.JavadocAccess
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static JavadocAccessprivate static final String[]private static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidappendMethodSignatureLink(StringBuilder strUrl, IMethodInfo methodInfo) private Stringprivate StringbuildHtmlForClass(String fqn) private StringbuildHtmlForMethod(IJavaType type, IMethodInfo methodInfo) private StringbuildHtmlForProperty(IJavaType type, IPropertyInfo propertyInfo) private StringgetGenericNoJavadocContent(IFeatureInfo featureInfo) getJavadocHelp(IFeatureInfo featureInfo) private StringgetJavadocURLPrefix(IType type) private StringgetMemberHelp(IMethodInfo methodInfo) private StringgetMemberHelp(IPropertyInfo propertyInfo) private StringgetMethodSignatureHtml(IMethodInfo methodInfo) private StringgetTypeHelp(IType type) static JavadocAccessinstance()private booleanisTypeHandled(IType type)
-
Field Details
-
g_instance
-
J2SE_PACKAGE_PREFIXES
-
J2SE_URL_PREFIX
- See Also:
-
JAVADOC_URL_BY_PREFIXES
-
-
Constructor Details
-
JavadocAccess
private JavadocAccess()
-
-
Method Details
-
instance
-
getJavadocHelp
-
getTypeHelp
-
getMemberHelp
-
getMemberHelp
-
isTypeHandled
-
getJavadocURLPrefix
-
getGenericNoJavadocContent
-
buildHtmlForClass
-
buildHtmlForProperty
-
buildHtmlForMethod
-
appendMethodSignatureLink
-
getMethodSignatureHtml
-
buildHtml
-