< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/Contents.java

Print this page

        

*** 54,72 **** --- 54,77 ---- public final Content allImplementedInterfacesLabel; public final Content allModulesLabel; public final Content allPackagesLabel; public final Content allSuperinterfacesLabel; public final Content also; + public final Content annotationTypeOptionalMemberLabel; + public final Content annotationTypeRequiredMemberLabel; public final Content annotateTypeOptionalMemberSummaryLabel; public final Content annotateTypeRequiredMemberSummaryLabel; public final Content annotationType; public final Content annotationTypeDetailsLabel; public final Content annotationTypeMemberDetail; + public final Content annotationtypes; public final Content annotationTypes; public final Content classLabel; public final Content classes; + public final Content constantFieldLabel; public final Content constantsSummaryTitle; + public final Content constructorLabel; public final Content constructorDetailsLabel; public final Content constructorSummaryLabel; public final Content constructors; public final Content contentsHeading; public final Content defaultPackageLabel;
*** 79,112 **** --- 84,126 ---- public final Content descfrmInterfaceLabel; public final Content descriptionLabel; public final Content detailLabel; public final Content enclosingClassLabel; public final Content enclosingInterfaceLabel; + public final Content enumConstantLabel; public final Content enumConstantDetailLabel; public final Content enumConstantSummary; public final Content enum_; public final Content enums; + public final Content error; public final Content errors; + public final Content exception; public final Content exceptions; + public final Content fieldLabel; public final Content fieldDetailsLabel; public final Content fieldSummaryLabel; public final Content fields; public final Content framesLabel; + public final Content fromLabel; public final Content functionalInterface; public final Content functionalInterfaceMessage; public final Content helpLabel; public final Content hierarchyForAllPackages; public final Content implementation; public final Content implementingClassesLabel; public final Content inClass; public final Content inInterface; public final Content indexLabel; + public final Content interfaceLabel; public final Content interfaces; public final Content interfacesItalic; public final Content methodDetailLabel; + public final Content methodLabel; public final Content methodSummary; public final Content methods; + public final Content modifierAndTypeLabel; + public final Content modifierLabel; public final Content moduleLabel; public final Content module_; public final Content moduleSubNavLabel; public final Content modulesLabel; public final Content navAnnotationTypeMember;
*** 141,160 **** --- 155,177 ---- public final Content prevLabel; public final Content prevLetter; public final Content prevModuleLabel; public final Content prevPackageLabel; public final Content properties; + public final Content propertyLabel; public final Content propertyDetailsLabel; public final Content propertySummary; public final Content seeLabel; public final Content serializedForm; public final Content specifiedByLabel; public final Content subclassesLabel; public final Content subinterfacesLabel; public final Content summaryLabel; public final Content treeLabel; + public final Content typeLabel; public final Content useLabel; + public final Content valueLabel; private final Resources resources; /** * Creates a {@code Contents} object.
*** 169,187 **** --- 186,209 ---- allImplementedInterfacesLabel = getContent("doclet.All_Implemented_Interfaces"); allModulesLabel = getNonBreakContent("doclet.All_Modules"); allPackagesLabel = getNonBreakContent("doclet.All_Packages"); allSuperinterfacesLabel = getContent("doclet.All_Superinterfaces"); also = getContent("doclet.also"); + annotationTypeOptionalMemberLabel = getContent("doclet.Annotation_Type_Optional_Member"); + annotationTypeRequiredMemberLabel = getContent("doclet.Annotation_Type_Required_Member"); annotateTypeOptionalMemberSummaryLabel = getContent("doclet.Annotation_Type_Optional_Member_Summary"); annotateTypeRequiredMemberSummaryLabel = getContent("doclet.Annotation_Type_Required_Member_Summary"); annotationType = getContent("doclet.AnnotationType"); annotationTypeDetailsLabel = getContent("doclet.Annotation_Type_Member_Detail"); annotationTypeMemberDetail = getContent("doclet.Annotation_Type_Member_Detail"); annotationTypes = getContent("doclet.AnnotationTypes"); + annotationtypes = getContent("doclet.annotationtypes"); classLabel = getContent("doclet.Class"); classes = getContent("doclet.Classes"); + constantFieldLabel = getContent("doclet.ConstantField"); constantsSummaryTitle = getContent("doclet.Constants_Summary"); + constructorLabel = getContent("doclet.Constructor"); constructorDetailsLabel = getContent("doclet.Constructor_Detail"); constructorSummaryLabel = getContent("doclet.Constructor_Summary"); constructors = getContent("doclet.Constructors"); contentsHeading = getContent("doclet.Contents"); defaultPackageLabel = new StringContent(DocletConstants.DEFAULT_PACKAGE_NAME);
*** 194,227 **** --- 216,258 ---- descfrmInterfaceLabel = getContent("doclet.Description_From_Interface"); descriptionLabel = getContent("doclet.Description"); detailLabel = getContent("doclet.Detail"); enclosingClassLabel = getContent("doclet.Enclosing_Class"); enclosingInterfaceLabel = getContent("doclet.Enclosing_Interface"); + enumConstantLabel = getContent("doclet.Enum_Constant"); enumConstantDetailLabel = getContent("doclet.Enum_Constant_Detail"); enumConstantSummary = getContent("doclet.Enum_Constant_Summary"); enum_ = getContent("doclet.Enum"); enums = getContent("doclet.Enums"); + error = getContent("doclet.Error"); errors = getContent("doclet.Errors"); + exception = getContent("doclet.Exception"); exceptions = getContent("doclet.Exceptions"); fieldDetailsLabel = getContent("doclet.Field_Detail"); fieldSummaryLabel = getContent("doclet.Field_Summary"); + fieldLabel = getContent("doclet.Field"); fields = getContent("doclet.Fields"); framesLabel = getContent("doclet.Frames"); + fromLabel = getContent("doclet.From"); functionalInterface = getContent("doclet.Functional_Interface"); functionalInterfaceMessage = getContent("doclet.Functional_Interface_Message"); helpLabel = getContent("doclet.Help"); hierarchyForAllPackages = getContent("doclet.Hierarchy_For_All_Packages"); implementation = getContent("doclet.Implementation"); implementingClassesLabel = getContent("doclet.Implementing_Classes"); inClass = getContent("doclet.in_class"); inInterface = getContent("doclet.in_interface"); indexLabel = getContent("doclet.Index"); + interfaceLabel = getContent("doclet.Interface"); interfaces = getContent("doclet.Interfaces"); interfacesItalic = getContent("doclet.Interfaces_Italic"); methodDetailLabel = getContent("doclet.Method_Detail"); methodSummary = getContent("doclet.Method_Summary"); + methodLabel = getContent("doclet.Method"); methods = getContent("doclet.Methods"); + modifierLabel = getContent("doclet.Modifier"); + modifierAndTypeLabel = getContent("doclet.Modifier_and_Type"); moduleLabel = getContent("doclet.Module"); module_ = getContent("doclet.module"); moduleSubNavLabel = getContent("doclet.Module_Sub_Nav"); modulesLabel = getContent("doclet.Modules"); navAnnotationTypeMember = getContent("doclet.navAnnotationTypeMember");
*** 256,275 **** --- 287,309 ---- prevLabel = getContent("doclet.Prev"); prevLetter = getContent("doclet.Prev_Letter"); prevModuleLabel = getNonBreakContent("doclet.Prev_Module"); prevPackageLabel = getNonBreakContent("doclet.Prev_Package"); properties = getContent("doclet.Properties"); + propertyLabel = getContent("doclet.Property"); propertyDetailsLabel = getContent("doclet.Property_Detail"); propertySummary = getContent("doclet.Property_Summary"); seeLabel = getContent("doclet.See"); serializedForm = getContent("doclet.Serialized_Form"); specifiedByLabel = getContent("doclet.Specified_By"); subclassesLabel = getContent("doclet.Subclasses"); subinterfacesLabel = getContent("doclet.Subinterfaces"); summaryLabel = getContent("doclet.Summary"); treeLabel = getContent("doclet.Tree"); + typeLabel = getContent("doclet.Type"); useLabel = getContent("doclet.navClassUse"); + valueLabel = getContent("doclet.Value"); } /** * Gets a {@code Content} object, containing the string for * a given key in the doclet's resources.
*** 284,294 **** /** * Gets a {@code Content} object, containing the string for * a given key in the doclet's resources, formatted with * given arguments. * - * @param key the key to look for in the configuration fil * @param key the key for the desired string * @param o0 string or content argument to be formatted into the result * @return a content tree for the text */ public Content getContent(String key, Object o0) { --- 318,327 ----
< prev index next >