Klasse Navigation
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.formats.html.Navigation
Factory for navigation bar.
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic enum
static interface
An interface to provide links for the subnavigation area. -
Konstruktorübersicht
KonstruktorBeschreibungNavigation
(Element element, HtmlConfiguration configuration, Navigation.PageMode page, DocPath path) Creates a Navigation object for a specific file, to be written in a specific HTML version. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
addTypeDetailLink
(VisibleMemberTable.Kind kind, boolean link, List<Content> listContents) Adds the navigation Type detail link.Returns the navigation content.setNavLinkClass
(Content navLinkClass) setNavLinkModule
(Content navLinkModule) setNavLinkPackage
(Content navLinkPackage) setSubNavLinks
(Navigation.SubNavLinks subNavLinks) setUserHeader
(Content userHeader)
-
Konstruktordetails
-
Methodendetails
-
setUserHeader
-
addTypeDetailLink
protected void addTypeDetailLink(VisibleMemberTable.Kind kind, boolean link, List<Content> listContents) Adds the navigation Type detail link.- Parameter:
kind
- the kind of member being documentedlink
- true if the members are listed and need to be linkedlistContents
- the list of contents to which the detail will be added.
-
getContent
Returns the navigation content.- Gibt zurück:
- the navigation content