< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties

Print this page




 127 doclet.Interface=Interface
 128 doclet.Class=Class
 129 doclet.AnnotationType=Annotation Type
 130 doclet.annotationtype=annotation type
 131 doclet.annotationtypes=annotation types
 132 doclet.Enum=Enum
 133 doclet.enum=enum
 134 doclet.enums=enums
 135 doclet.interface=interface
 136 doclet.interfaces=interfaces
 137 doclet.class=class
 138 doclet.classes=classes
 139 doclet.Error=Error
 140 doclet.error=error
 141 doclet.errors=errors
 142 doclet.Exception=Exception
 143 doclet.exception=exception
 144 doclet.exceptions=exceptions
 145 doclet.Package_private=(package private)
 146 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
 147 doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface


 148 doclet.Methods_Inherited_From_Class=Methods inherited from class
 149 doclet.Methods_Inherited_From_Interface=Methods inherited from interface


 150 doclet.Fields_Inherited_From_Class=Fields inherited from class
 151 doclet.Fields_Inherited_From_Interface=Fields inherited from interface


 152 doclet.Properties_Inherited_From_Class=Properties inherited from class
 153 doclet.Properties_Inherited_From_Interface=Properties inherited from interface


 154 doclet.Annotation_Type_Member_Detail=Element Detail
 155 doclet.Enum_Constant_Detail=Enum Constant Detail
 156 doclet.Constants_Summary=Constant Field Values
 157 doclet.Field_Detail=Field Detail
 158 doclet.Property_Detail=Property Detail
 159 doclet.Method_Detail=Method Detail
 160 doclet.Constructor_Detail=Constructor Detail
 161 doclet.Deprecated=Deprecated.
 162 doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version.
 163 doclet.Hidden=Hidden
 164 doclet.Groupname_already_used=In -group option, groupname already used: {0}
 165 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
 166 doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
 167 doclet.value_tag_invalid_use=@value tag cannot be used here.
 168 doclet.dest_dir_create=Creating destination directory: "{0}"
 169 doclet.in={0} in {1}
 170 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
 171 doclet.Constants_Table_Summary={0} table, listing constant fields, and values
 172 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
 173 doclet.Indirect_Packages_Table_Summary={0} table, listing {1}, and {2}




 127 doclet.Interface=Interface
 128 doclet.Class=Class
 129 doclet.AnnotationType=Annotation Type
 130 doclet.annotationtype=annotation type
 131 doclet.annotationtypes=annotation types
 132 doclet.Enum=Enum
 133 doclet.enum=enum
 134 doclet.enums=enums
 135 doclet.interface=interface
 136 doclet.interfaces=interfaces
 137 doclet.class=class
 138 doclet.classes=classes
 139 doclet.Error=Error
 140 doclet.error=error
 141 doclet.errors=errors
 142 doclet.Exception=Exception
 143 doclet.exception=exception
 144 doclet.exceptions=exceptions
 145 doclet.Package_private=(package private)
 146 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
 147 doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface
 148 doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class
 149 doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface
 150 doclet.Methods_Inherited_From_Class=Methods inherited from class
 151 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
 152 doclet.Methods_Declared_In_Class=Methods declared in class
 153 doclet.Methods_Declared_In_Interface=Methods declared in interface
 154 doclet.Fields_Inherited_From_Class=Fields inherited from class
 155 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
 156 doclet.Fields_Declared_In_Class=Fields declared in class
 157 doclet.Fields_Declared_In_Interface=Fields declared in interface
 158 doclet.Properties_Inherited_From_Class=Properties inherited from class
 159 doclet.Properties_Inherited_From_Interface=Properties inherited from interface
 160 doclet.Properties_Declared_In_Class=Properties declared in class
 161 doclet.Properties_Declared_In_Interface=Properties declared in interface
 162 doclet.Annotation_Type_Member_Detail=Element Detail
 163 doclet.Enum_Constant_Detail=Enum Constant Detail
 164 doclet.Constants_Summary=Constant Field Values
 165 doclet.Field_Detail=Field Detail
 166 doclet.Property_Detail=Property Detail
 167 doclet.Method_Detail=Method Detail
 168 doclet.Constructor_Detail=Constructor Detail
 169 doclet.Deprecated=Deprecated.
 170 doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version.
 171 doclet.Hidden=Hidden
 172 doclet.Groupname_already_used=In -group option, groupname already used: {0}
 173 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
 174 doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
 175 doclet.value_tag_invalid_use=@value tag cannot be used here.
 176 doclet.dest_dir_create=Creating destination directory: "{0}"
 177 doclet.in={0} in {1}
 178 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
 179 doclet.Constants_Table_Summary={0} table, listing constant fields, and values
 180 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
 181 doclet.Indirect_Packages_Table_Summary={0} table, listing {1}, and {2}


< prev index next >