src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties

changeset 1606
ccbe7ffdd867
parent 1570
f91144b7da75
child 1963
a76dc1b4c299
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties	Fri Feb 22 18:19:51 2013 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/doclets.properties	Sun Feb 24 11:36:58 2013 -0800
     1.3 @@ -40,6 +40,12 @@
     1.4  doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
     1.5  doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
     1.6  doclet.Author=Author:
     1.7 +doclet.DefaultValue=Default value:
     1.8 +doclet.PropertyDescription=Property description:
     1.9 +doclet.PropertyGetter=Gets the value of the property
    1.10 +doclet.PropertySetter=Sets the value of the property
    1.11 +doclet.PropertyGetterWithName=Gets the value of the property {0}.
    1.12 +doclet.PropertySetterWithName=Sets the value of the property {0}.
    1.13  doclet.Default=Default:
    1.14  doclet.Parameters=Parameters:
    1.15  doclet.TypeParameters=Type Parameters:
    1.16 @@ -61,6 +67,7 @@
    1.17  doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
    1.18  doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
    1.19  doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
    1.20 +doclet.javafx_tag_misuse=Tags @propertyGetter, @propertySetter and @propertyDescription can only be used in JavaFX properties getters and setters.
    1.21  doclet.Package_Summary=Package Summary
    1.22  doclet.Profile_Summary=Profile Summary
    1.23  doclet.Interface_Summary=Interface Summary
    1.24 @@ -73,6 +80,7 @@
    1.25  doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
    1.26  doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
    1.27  doclet.Field_Summary=Field Summary
    1.28 +doclet.Property_Summary=Property Summary
    1.29  doclet.Enum_Constant_Summary=Enum Constant Summary
    1.30  doclet.Constructor_Summary=Constructor Summary
    1.31  doclet.Method_Summary=Method Summary
    1.32 @@ -115,10 +123,13 @@
    1.33  doclet.Methods_Inherited_From_Interface=Methods inherited from interface
    1.34  doclet.Fields_Inherited_From_Class=Fields inherited from class
    1.35  doclet.Fields_Inherited_From_Interface=Fields inherited from interface
    1.36 +doclet.Properties_Inherited_From_Class=Properties inherited from class
    1.37 +doclet.Properties_Inherited_From_Interface=Properties inherited from interface
    1.38  doclet.Annotation_Type_Member_Detail=Element Detail
    1.39  doclet.Enum_Constant_Detail=Enum Constant Detail
    1.40  doclet.Constants_Summary=Constant Field Values
    1.41  doclet.Field_Detail=Field Detail
    1.42 +doclet.Property_Detail=Property Detail
    1.43  doclet.Method_Detail=Method Detail
    1.44  doclet.Constructor_Detail=Constructor Detail
    1.45  doclet.Deprecated=Deprecated.
    1.46 @@ -132,6 +143,8 @@
    1.47  doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
    1.48  doclet.fields=fields
    1.49  doclet.Fields=Fields
    1.50 +doclet.properties=properties
    1.51 +doclet.Properties=Properties
    1.52  doclet.constructors=constructors
    1.53  doclet.Constructors=Constructors
    1.54  doclet.methods=methods
    1.55 @@ -149,6 +162,7 @@
    1.56  doclet.Modifier=Modifier
    1.57  doclet.Type=Type
    1.58  doclet.Field=Field
    1.59 +doclet.Property=Property
    1.60  doclet.Constructor=Constructor
    1.61  doclet.Method=Method
    1.62  doclet.Annotation_Type_Optional_Member=Optional Element

mercurial