duke@1: doclet.Generating_0=Generating {0}... duke@1: doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0} duke@1: doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}. duke@1: doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}. duke@1: doclet.Serializable_no_customization=No readObject or writeObject method declared. duke@1: doclet.Serialized_Form=Serialized Form duke@1: doclet.Serialized_Form_methods=Serialization Methods duke@1: doclet.Serialized_Form_fields=Serialized Fields duke@1: doclet.Serialized_Form_class=Serialization Overview duke@1: doclet.Class_0_implements_serializable=Class {0} implements Serializable duke@1: doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable duke@1: doclet.Option_conflict=Option {0} conflicts with {1} duke@1: doclet.Option_reuse=Option reused: {0} jjg@1490: doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments jjg@1490: doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option duke@1: doclet.exception_encountered= {0} encountered \n\ duke@1: \twhile attempting to create file: {1} duke@1: doclet.perform_copy_exception_encountered= {0} encountered while \n\ duke@1: performing copy. duke@1: doclet.File_not_found=File not found: {0} duke@1: doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name... duke@1: doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}... duke@1: doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}... duke@1: doclet.No_Public_Classes_To_Document=No public or protected classes found to document. duke@1: doclet.Unable_to_create_directory_0=Unable to create directory {0} duke@1: doclet.destination_directory_not_directory_0=Destination directory is not a directory {0} duke@1: doclet.destination_directory_not_writable_0=Destination directory not writable {0} duke@1: doclet.Encoding_not_supported=Encoding not supported: {0} duke@1: doclet.Building_Tree=Building tree for all the packages and classes... duke@1: doclet.Building_Index=Building index for all the packages and classes... duke@1: doclet.Building_Index_For_All_Classes=Building index for all classes... duke@1: doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0. duke@1: doclet.Packages=Packages bpatel@1568: doclet.Profiles=Profiles duke@1: doclet.Other_Packages=Other Packages duke@1: doclet.Notice_taglet_registered=Registered Taglet {0} ... duke@1: doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0} duke@1: doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0} duke@1: doclet.Notice_taglet_conflict_warn=Note: Custom tags that could override future standard tags: {0}. To avoid potential overrides, use at least one period character (.) in custom tag names. duke@1: doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}... duke@1: doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option... duke@1: doclet.Author=Author: jjg@1606: doclet.DefaultValue=Default value: jjg@1606: doclet.PropertyDescription=Property description: jjg@1606: doclet.PropertyGetter=Gets the value of the property jjg@1606: doclet.PropertySetter=Sets the value of the property jjg@1606: doclet.PropertyGetterWithName=Gets the value of the property {0}. jjg@1606: doclet.PropertySetterWithName=Sets the value of the property {0}. duke@1: doclet.Default=Default: duke@1: doclet.Parameters=Parameters: duke@1: doclet.TypeParameters=Type Parameters: duke@1: doclet.Parameters_warn=@param argument "{0}" is not a parameter name. duke@1: doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once. duke@1: doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name. duke@1: doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once. duke@1: doclet.Returns=Returns: duke@1: doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type. duke@1: doclet.See_Also=See Also: duke@1: doclet.See=See: duke@1: doclet.SerialData=Serial Data: duke@1: doclet.Since=Since: duke@1: doclet.Throws=Throws: duke@1: doclet.Version=Version: duke@1: doclet.Factory=Factory: duke@1: doclet.UnknownTag={0} is an unknown tag. duke@1: doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case. duke@1: doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method. duke@1: doclet.malformed_html_link_tag= tag is malformed:\n"{0}" duke@1: doclet.tag_misuse=Tag {0} cannot be used in {1} documentation. It can only be used in the following types of documentation: {2}. jjg@1606: doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters. duke@1: doclet.Package_Summary=Package Summary bpatel@1568: doclet.Profile_Summary=Profile Summary duke@1: doclet.Interface_Summary=Interface Summary duke@1: doclet.Annotation_Types_Summary=Annotation Types Summary duke@1: doclet.Enum_Summary=Enum Summary duke@1: doclet.Exception_Summary=Exception Summary duke@1: doclet.Error_Summary=Error Summary duke@1: doclet.Class_Summary=Class Summary duke@1: doclet.Nested_Class_Summary=Nested Class Summary duke@1: doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary duke@1: doclet.Annotation_Type_Required_Member_Summary=Required Element Summary duke@1: doclet.Field_Summary=Field Summary jjg@1606: doclet.Property_Summary=Property Summary duke@1: doclet.Enum_Constant_Summary=Enum Constant Summary duke@1: doclet.Constructor_Summary=Constructor Summary duke@1: doclet.Method_Summary=Method Summary duke@1: doclet.Interfaces=Interfaces duke@1: doclet.Enums=Enums duke@1: doclet.AnnotationTypes=Annotation Types duke@1: doclet.Exceptions=Exceptions duke@1: doclet.Errors=Errors duke@1: doclet.Classes=Classes duke@1: doclet.Packages=Packages bpatel@243: doclet.packages=packages bpatel@1568: doclet.profiles=profiles duke@1: doclet.All_Classes=All Classes duke@1: doclet.All_Superinterfaces=All Superinterfaces: duke@1: doclet.All_Implemented_Interfaces=All Implemented Interfaces: duke@1: doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types) duke@1: doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions duke@1: doclet.Interface=Interface duke@1: doclet.Class=Class duke@1: doclet.AnnotationType=Annotation Type duke@1: doclet.annotationtype=annotation type bpatel@243: doclet.annotationtypes=annotation types duke@1: doclet.Enum=Enum duke@1: doclet.enum=enum bpatel@243: doclet.enums=enums duke@1: doclet.interface=interface bpatel@243: doclet.interfaces=interfaces duke@1: doclet.class=class bpatel@243: doclet.classes=classes duke@1: doclet.Error=Error duke@1: doclet.error=error bpatel@243: doclet.errors=errors duke@1: doclet.Exception=Exception duke@1: doclet.exception=exception bpatel@243: doclet.exceptions=exceptions duke@1: doclet.Package_private=(package private) bpatel@766: doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class bpatel@766: doclet.Nested_Classes_Interface_Inherited_From_Interface=Nested classes/interfaces inherited from interface bpatel@766: doclet.Methods_Inherited_From_Class=Methods inherited from class bpatel@766: doclet.Methods_Inherited_From_Interface=Methods inherited from interface bpatel@766: doclet.Fields_Inherited_From_Class=Fields inherited from class bpatel@766: doclet.Fields_Inherited_From_Interface=Fields inherited from interface jjg@1606: doclet.Properties_Inherited_From_Class=Properties inherited from class jjg@1606: doclet.Properties_Inherited_From_Interface=Properties inherited from interface duke@1: doclet.Annotation_Type_Member_Detail=Element Detail duke@1: doclet.Enum_Constant_Detail=Enum Constant Detail duke@1: doclet.Constants_Summary=Constant Field Values duke@1: doclet.Field_Detail=Field Detail jjg@1606: doclet.Property_Detail=Property Detail duke@1: doclet.Method_Detail=Method Detail duke@1: doclet.Constructor_Detail=Constructor Detail duke@1: doclet.Deprecated=Deprecated. duke@1: doclet.Groupname_already_used=In -group option, groupname already used: {0} duke@1: doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference. duke@1: doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants. duke@1: doclet.dest_dir_create=Creating destination directory: "{0}" duke@1: doclet.in={0} in {1} bpatel@243: doclet.Use_Table_Summary=Use table, listing {0}, and an explanation bpatel@243: doclet.Constants_Table_Summary={0} table, listing constant fields, and values bpatel@243: doclet.Member_Table_Summary={0} table, listing {1}, and an explanation bpatel@243: doclet.fields=fields bpatel@766: doclet.Fields=Fields jjg@1606: doclet.properties=properties jjg@1606: doclet.Properties=Properties bpatel@243: doclet.constructors=constructors bpatel@766: doclet.Constructors=Constructors bpatel@243: doclet.methods=methods bpatel@766: doclet.Methods=Methods bpatel@243: doclet.annotation_type_optional_members=optional elements bpatel@766: doclet.Annotation_Type_Optional_Members=Optional Elements bpatel@243: doclet.annotation_type_required_members=required elements bpatel@766: doclet.Annotation_Type_Required_Members=Required Elements bpatel@243: doclet.enum_constants=enum constants bpatel@766: doclet.Enum_Constants=Enum Constants bpatel@243: doclet.nested_classes=nested classes bpatel@766: doclet.Nested_Classes=Nested Classes bpatel@243: doclet.subclasses=subclasses bpatel@243: doclet.subinterfaces=subinterfaces bpatel@243: doclet.Modifier=Modifier bpatel@243: doclet.Type=Type bpatel@243: doclet.Field=Field jjg@1606: doclet.Property=Property bpatel@243: doclet.Constructor=Constructor bpatel@243: doclet.Method=Method bpatel@243: doclet.Annotation_Type_Optional_Member=Optional Element bpatel@243: doclet.Annotation_Type_Required_Member=Required Element bpatel@243: doclet.Annotation_Type_Member=Annotation Type Element bpatel@243: doclet.Enum_Constant=Enum Constant bpatel@243: doclet.Class=Class bpatel@243: doclet.Description=Description bpatel@243: doclet.ConstantField=Constant Field bpatel@243: doclet.Value=Value bpatel@243: doclet.0_and_1={0} and {1} duke@1: duke@1: #Documentation for Enums jjg@1963: doclet.enum_values_doc.main=\n\ duke@1: Returns an array containing the constants of this enum type, in\n\ duke@1: the order they are declared. This method may be used to iterate\n\ duke@1: over the constants as follows:\n\ duke@1:
\n\
duke@1:  for ({0} c : {0}.values())\n\
duke@1:      System.out.println(c);\n\
jjg@1963:  
duke@1: jjg@1963: doclet.enum_values_doc.return=\n\ jjg@1963: an array containing the constants of this enum type, in the order they are declared jjg@1963: jjg@1963: doclet.enum_valueof_doc.main=\n\ duke@1: Returns the enum constant of this type with the specified name.\n\ bpatel@766: The string must match exactly an identifier used to declare an\n\ duke@1: enum constant in this type. (Extraneous whitespace characters are \n\ jjg@1963: not permitted.) jjg@1963: jjg@1963: doclet.enum_valueof_doc.param_name=\ jjg@1963: the name of the enum constant to be returned. jjg@1963: jjg@1963: doclet.enum_valueof_doc.return=\ jjg@1963: the enum constant with the specified name jjg@1963: jjg@1963: doclet.enum_valueof_doc.throws_ila=\ jjg@1963: if this enum type has no constant with the specified name jjg@1963: jjg@1963: doclet.enum_valueof_doc.throws_npe=\ jjg@1963: if the argument is null