Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.toolkit.util.IndexItem
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
This package has utility classes that perform common services required
for API documentation generation.
-
Verwendungen von IndexItem in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungprotected void
IndexWriter.addDescription
(IndexItem indexItem, Content dl) Adds the description for an index item into a list.protected void
IndexWriter.addElementDescription
(IndexItem item, Content target) Add one line summary comment for the item.protected void
IndexWriter.addTagDescription
(IndexItem item, Content target) Adds a description for an item found in a documentation comment.Modifizierer und TypMethodeBeschreibungprotected void
IndexWriter.addContents
(char ch, SortedSet<IndexItem> items, Content content) Adds a set of items to the page. -
Verwendungen von IndexItem in org.jdrupes.mdoclet.internal.doclets.toolkit.util
Modifizierer und TypMethodeBeschreibungstatic IndexItem
IndexItem.of
(Element element, DocTree docTree, String label, String holder, String description, DocLink link) Creates an index item for a node in the doc comment for an element.static IndexItem
IndexItem.of
(ModuleElement moduleElement, Utils utils) Creates an index item for a module element.static IndexItem
IndexItem.of
(PackageElement packageElement, Utils utils) Creates an index item for a package element.static IndexItem
IndexItem.of
(TypeElement typeElement, Element member, Utils utils) Creates an index item for a member element.static IndexItem
IndexItem.of
(TypeElement typeElement, Utils utils) Creates an index item for a type element.static IndexItem
IndexItem.of
(IndexItem.Category category, String label, DocPath path) Creates an index item for a summary page, that is not associated with any element or node in a doc comment.IndexItem.setContainingClass
(String c) Sets the name of the containing class for this item.IndexItem.setContainingModule
(String m) Sets the name of the containing module for this item.IndexItem.setContainingPackage
(String p) Sets the name of the containing package for this item.Sets the URL for the item, when it cannot otherwise be inferred from other fields.Modifizierer und TypMethodeBeschreibungIndexBuilder.getItems
(DocTree.Kind kind) Returns a sorted list of items with a given kind of doc tree.Returns a sorted list of items whose names start with the provided character.IndexBuilder.getItems
(IndexItem.Category cat) Returns a sorted list of items in a given category.IndexBuilder.makeGenericSearchIndexComparator()
Returns a Comparator for IndexItems in the modules, packages, members, and search tags categories of the search index.IndexBuilder.makeTypeSearchIndexComparator()
Returns a Comparator for IndexItems in the types category of the search index.