Verwendungen von Klasse
org.jdrupes.mdoclet.internal.doclets.formats.html.Table
Packages, die Table verwenden
Package
Beschreibung
This is the default HTML doclet provided with the JDK.
- 
Verwendungen von Table in org.jdrupes.mdoclet.internal.doclets.formats.html
Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html, die Table zurückgebenModifizierer 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.Methoden in org.jdrupes.mdoclet.internal.doclets.formats.html mit Parametern vom Typ TableModifizierer und TypMethodeBeschreibungvoidModuleWriterImpl.addIndirectPackages(Table<?> table, Map<ModuleElement, SortedSet<PackageElement>> ip) Add the indirect packages for the module being documented.protected voidClassUseWriter.addPackageUse(PackageElement pkg, Table<?> table) Add the package use information.voidModuleWriterImpl.addProvidesList(Table<?> table) Add the provides list for the module.protected voidAllClassesIndexWriter.addTableRow(Table<TypeElement> table, TypeElement klass) Add table row.protected voidDeprecatedListWriter.addTableTabs(Table<Element> table, String headingKey) protected voidNewAPIListWriter.addTableTabs(Table<Element> table, String headingKey) protected voidPreviewListWriter.addTableTabs(Table<Element> table, String headingKey) protected abstract voidSummaryListWriter.addTableTabs(Table<Element> table, String headingKey) Allow subclasses to add extra tabs to the element tables.voidModuleWriterImpl.addUsesList(Table<?> table) Add the uses list for the module.