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 IndexBuilderAbstractIndexWriter.indexbuilderDeprecated.The index of all the members with unicode character.protected IndexBuilderAllClassesFrameWriter.indexbuilderDeprecated.Index of all the classes.Methods in gw.gosudoc.com.sun.tools.doclets.formats.html with parameters of type IndexBuilderModifier and TypeMethodDescriptionstatic voidAllClassesFrameWriter.generate(ConfigurationImpl configuration, IndexBuilder indexbuilder) Deprecated.Create AllClassesFrameWriter object.static voidSingleIndexWriter.generate(ConfigurationImpl configuration, IndexBuilder indexbuilder) Deprecated.Generate single index file, for all Unicode characters.static voidSplitIndexWriter.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 IndexBuilderModifierConstructorDescriptionprotectedAbstractIndexWriter(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 theIndexBuilderSplitIndexWriter(ConfigurationImpl configuration, DocPath path, IndexBuilder indexbuilder, List<Object> elements, int prev, int next) Deprecated.Construct the SplitIndexWriter.