Verwendungen von Enum-Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.HtmlLinkInfo.Kind
Packages, die HtmlLinkInfo.Kind verwenden
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
- 
Verwendungen von HtmlLinkInfo.Kind in org.jdrupes.mdoclet.internal.doclets.formats.html
Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html, die HtmlLinkInfo.Kind zurückgebenModifizierer und TypMethodeBeschreibungHtmlLinkInfo.getContext()Gibt the link context zurück.static HtmlLinkInfo.KindGibt 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.Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html mit Parametern vom Typ HtmlLinkInfo.KindModifizierer und TypMethodeBeschreibungvoidHtmlDocletWriter.addPreQualifiedClassLink(HtmlLinkInfo.Kind context, TypeElement typeElement, HtmlStyle style, Content target) Add the class link with the package portion of the label in plain text.voidHtmlDocletWriter.addPreQualifiedClassLink(HtmlLinkInfo.Kind context, TypeElement typeElement, Content target) Adds a link to the given class.voidHtmlDocletWriter.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 voidAbstractExecutableMemberWriter.addSummaryLink(HtmlLinkInfo.Kind context, TypeElement te, Element member, Content target) protected abstract voidAbstractMemberWriter.addSummaryLink(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) Adds the summary link for the member.protected voidAnnotationTypeMemberWriterImpl.addSummaryLink(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected voidEnumConstantWriterImpl.addSummaryLink(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected voidFieldWriterImpl.addSummaryLink(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected voidNestedClassWriterImpl.addSummaryLink(HtmlLinkInfo.Kind context, TypeElement typeElement, Element member, Content content) protected voidPropertyWriterImpl.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.Konstruktoren in org.jdrupes.mdoclet.internal.doclets.formats.html mit Parametern vom Typ HtmlLinkInfo.KindModifiziererKonstruktorBeschreibungHtmlLinkInfo(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.