Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.Table
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
-
Verwendungen von Table in org.jdrupes.mdoclet.internal.doclets.formats.html
Modifizierer und TypMethodeBeschreibungAdds a tab to the table.AbstractMemberWriter.createSummaryTable()
Creates the summary table for this element.AnnotationTypeMemberWriterImpl.createSummaryTable()
ConstructorWriterImpl.createSummaryTable()
EnumConstantWriterImpl.createSummaryTable()
FieldWriterImpl.createSummaryTable()
MethodWriterImpl.createSummaryTable()
NestedClassWriterImpl.createSummaryTable()
PropertyWriterImpl.createSummaryTable()
Table.setAlwaysShowDefaultTab
(boolean showDefaultTab) Sets whether to display the default tab even if tabs are empty or only contain a single tab.Table.setCaption
(Content captionContent) Sets the caption for the table.Table.setColumnStyles
(List<HtmlStyle> styles) Sets the styles for be used for the cells in each row.Table.setColumnStyles
(HtmlStyle... styles) Sets the styles for be used for the cells in each row.Table.setDefaultTab
(Content label) Sets the label for the default tab, which displays all the rows in the table.Table.setGridStyle
(HtmlStyle gridStyle) Sets the style for the table’s grid which controls allocation of space among table columns.Table.setHeader
(TableHeader header) Sets the header for the table.Sets the id attribute of the table.Table.setRenderTabs
(boolean renderTabs) Allows to set whether tabs should be rendered for this table.Modifizierer und TypMethodeBeschreibungvoid
ModuleWriterImpl.addIndirectPackages
(Table<?> table, Map<ModuleElement, SortedSet<PackageElement>> ip) Add the indirect packages for the module being documented.protected void
ClassUseWriter.addPackageUse
(PackageElement pkg, Table<?> table) Add the package use information.void
ModuleWriterImpl.addProvidesList
(Table<?> table) Add the provides list for the module.protected void
AllClassesIndexWriter.addTableRow
(Table<TypeElement> table, TypeElement klass) Add table row.protected void
DeprecatedListWriter.addTableTabs
(Table<Element> table, String headingKey) protected void
NewAPIListWriter.addTableTabs
(Table<Element> table, String headingKey) protected void
PreviewListWriter.addTableTabs
(Table<Element> table, String headingKey) protected abstract void
SummaryListWriter.addTableTabs
(Table<Element> table, String headingKey) Allow subclasses to add extra tabs to the element tables.void
ModuleWriterImpl.addUsesList
(Table<?> table) Add the uses list for the module.