Uses of Class
gw.gosudoc.com.sun.tools.doclets.internal.toolkit.util.IndexBuilder
Packages that use IndexBuilder
-
Uses of IndexBuilder in gw.gosudoc.com.sun.tools.doclets.formats.html
Fields in gw.gosudoc.com.sun.tools.doclets.formats.html declared as IndexBuilderModifier and TypeFieldDescriptionprotected IndexBuilder
AbstractIndexWriter.indexbuilder
Deprecated.The index of all the members with unicode character.protected IndexBuilder
AllClassesFrameWriter.indexbuilder
Deprecated.Index of all the classes.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type IndexBuilderModifier and TypeMethodDescriptionstatic void
AllClassesFrameWriter.generate
(ConfigurationImpl configuration, IndexBuilder indexbuilder) Deprecated.Create AllClassesFrameWriter object.static void
SingleIndexWriter.generate
(ConfigurationImpl configuration, IndexBuilder indexbuilder) Deprecated.Generate single index file, for all Unicode characters.static void
SplitIndexWriter.generate
(ConfigurationImpl configuration, IndexBuilder indexbuilder) Deprecated.Generate separate index files, for each Unicode character, listing all the members starting with the particular unicode character.Constructors in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type IndexBuilderModifierConstructorDescriptionprotected
AbstractIndexWriter
(ConfigurationImpl configuration, DocPath path, IndexBuilder indexbuilder) Deprecated.This constructor will be used bySplitIndexWriter
.AllClassesFrameWriter
(ConfigurationImpl configuration, DocPath filename, IndexBuilder indexbuilder) Deprecated.Construct AllClassesFrameWriter object.SingleIndexWriter
(ConfigurationImpl configuration, DocPath filename, IndexBuilder indexbuilder) Deprecated.Construct the SingleIndexWriter with filename "index-all.html" and theIndexBuilder
SplitIndexWriter
(ConfigurationImpl configuration, DocPath path, IndexBuilder indexbuilder, List<Object> elements, int prev, int next) Deprecated.Construct the SplitIndexWriter.