Verwendungen von Enum-Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlLinkInfo.Kind
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
-
Verwendungen von HtmlLinkInfo.Kind in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungHtmlLinkInfo.getContext()
Gibt the link context zurück.static HtmlLinkInfo.Kind
Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static HtmlLinkInfo.Kind[]
HtmlLinkInfo.Kind.values()
Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Modifizierer und TypMethodeBeschreibungvoid
HtmlDocletWriter.addPreQualifiedClassLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, HtmlStyle style, Content target) Add the class link with the package portion of the label in plain text.void
HtmlDocletWriter.addPreQualifiedClassLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Content target) Adds a link to the given class.void
HtmlDocletWriter.addPreQualifiedStrongClassLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Content content) Add the class link, with only class name as the strong link and prefixing plain package name.protected void
AbstractExecutableMemberWriter.addSummaryLink
(HtmlLinkInfo.Kind context, TypeElement te, Element member, Content target) protected abstract void
AbstractMemberWriter.addSummaryLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) Adds the summary link for the member.protected void
AnnotationTypeMemberWriterImpl.addSummaryLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected void
EnumConstantWriterImpl.addSummaryLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected void
FieldWriterImpl.addSummaryLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected void
NestedClassWriterImpl.addSummaryLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected void
PropertyWriterImpl.addSummaryLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) HtmlDocletWriter.getDocLink
(HtmlLinkInfo.Kind context, Element element, CharSequence label) Gibt a link to the given member zurück.HtmlDocletWriter.getDocLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element element, CharSequence label) Return the link for the given member.HtmlDocletWriter.getDocLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element element, CharSequence label, boolean isProperty) Return the link for the given member.HtmlDocletWriter.getDocLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element element, CharSequence label, HtmlStyle style) Return the link for the given member.HtmlDocletWriter.getDocLink
(HtmlLinkInfo.Kind context, TypeElement typeElement, Element element, Content label, HtmlStyle style, boolean isProperty) Return the link for the given member.HtmlDocletWriter.getPreQualifiedClassLink
(HtmlLinkInfo.Kind context, TypeElement typeElement) Retrieve the class link with the package portion of the label in plain text.HtmlDocletWriter.getQualifiedClassLink
(HtmlLinkInfo.Kind context, Element element) Gibt a link to the given class zurück.ModifiziererKonstruktorBeschreibungHtmlLinkInfo
(HtmlConfiguration configuration, HtmlLinkInfo.Kind context, ExecutableElement ee) Construct a LinkInfo object.HtmlLinkInfo
(HtmlConfiguration configuration, HtmlLinkInfo.Kind context, TypeElement typeElement) Construct a LinkInfo object.HtmlLinkInfo
(HtmlConfiguration configuration, HtmlLinkInfo.Kind context, TypeMirror type) Construct a LinkInfo object.