test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java
changeset 47284 355349babaf4
parent 47216 71c04702a3d5
child 48654 36f58bd6269f
equal deleted inserted replaced
47283:ce5fd3ba3fea 47284:355349babaf4
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7112427 8012295 8025633 8026567 8061305 8081854 8150130 8162363
    26  * @bug 7112427 8012295 8025633 8026567 8061305 8081854 8150130 8162363
    27  *      8167967 8172528 8175200 8178830 8182257
    27  *      8167967 8172528 8175200 8178830 8182257 8186332
    28  * @summary Test of the JavaFX doclet features.
    28  * @summary Test of the JavaFX doclet features.
    29  * @author jvalenta
    29  * @author jvalenta
    30  * @library ../lib
    30  * @library ../lib
    31  * @modules jdk.javadoc/jdk.javadoc.internal.tool
    31  * @modules jdk.javadoc/jdk.javadoc.internal.tool
    32  * @build JavadocTester
    32  * @build JavadocTester
    56                 + "<code>setRate(double)</code></a></dd>",
    56                 + "<code>setRate(double)</code></a></dd>",
    57                 "<pre>public final&nbsp;void&nbsp;setRate&#8203;(double&nbsp;value)</pre>\n"
    57                 "<pre>public final&nbsp;void&nbsp;setRate&#8203;(double&nbsp;value)</pre>\n"
    58                 + "<div class=\"block\">Sets the value of the property rate.</div>\n"
    58                 + "<div class=\"block\">Sets the value of the property rate.</div>\n"
    59                 + "<dl>\n"
    59                 + "<dl>\n"
    60                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>",
    60                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>",
    61                 "<pre>public final&nbsp;double&nbsp;getRate&#8203;()</pre>\n"
    61                 "<pre>public final&nbsp;double&nbsp;getRate()</pre>\n"
    62                 + "<div class=\"block\">Gets the value of the property rate.</div>\n"
    62                 + "<div class=\"block\">Gets the value of the property rate.</div>\n"
    63                 + "<dl>\n"
    63                 + "<dl>\n"
    64                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>",
    64                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>",
    65                 "<td class=\"colFirst\"><code><a href=\"../pkg1/C.DoubleProperty.html\" "
    65                 "<td class=\"colFirst\"><code><a href=\"../pkg1/C.DoubleProperty.html\" "
    66                 + "title=\"class in pkg1\">C.DoubleProperty</a></code></td>\n"
    66                 + "title=\"class in pkg1\">C.DoubleProperty</a></code></td>\n"
    76                 "<p>Sets the value of the property <code>Property</code>",
    76                 "<p>Sets the value of the property <code>Property</code>",
    77                 "<p>Gets the value of the property <code>Property</code>",
    77                 "<p>Gets the value of the property <code>Property</code>",
    78                 "<span class=\"simpleTagLabel\">Property description:</span>",
    78                 "<span class=\"simpleTagLabel\">Property description:</span>",
    79                 "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
    79                 "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
    80                 + "<a href=\"../pkg1/C.html#setTestMethodProperty--\">"
    80                 + "<a href=\"../pkg1/C.html#setTestMethodProperty--\">"
    81                 + "setTestMethodProperty</a></span>&#8203;()</code></th>",
    81                 + "setTestMethodProperty</a></span>()</code></th>",
    82                 "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
    82                 "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
    83                 + "<a href=\"../pkg1/C.html#pausedProperty\">paused</a></span></code></th>\n"
    83                 + "<a href=\"../pkg1/C.html#pausedProperty\">paused</a></span></code></th>\n"
    84                 + "<td class=\"colLast\">\n"
    84                 + "<td class=\"colLast\">\n"
    85                 + "<div class=\"block\">Defines if paused.</div>",
    85                 + "<div class=\"block\">Defines if paused.</div>",
    86                 "<h4>paused</h4>\n"
    86                 "<h4>paused</h4>\n"
    87                 + "<pre>public final&nbsp;<a href=\"../pkg1/C.BooleanProperty.html\" "
    87                 + "<pre>public final&nbsp;<a href=\"../pkg1/C.BooleanProperty.html\" "
    88                 + "title=\"class in pkg1\">C.BooleanProperty</a> pausedProperty</pre>\n"
    88                 + "title=\"class in pkg1\">C.BooleanProperty</a> pausedProperty</pre>\n"
    89                 + "<div class=\"block\">Defines if paused. The second line.</div>",
    89                 + "<div class=\"block\">Defines if paused. The second line.</div>",
    90                 "<h4>isPaused</h4>\n"
    90                 "<h4>isPaused</h4>\n"
    91                 + "<pre>public final&nbsp;double&nbsp;isPaused&#8203;()</pre>\n"
    91                 + "<pre>public final&nbsp;double&nbsp;isPaused()</pre>\n"
    92                 + "<div class=\"block\">Gets the value of the property paused.</div>",
    92                 + "<div class=\"block\">Gets the value of the property paused.</div>",
    93                 "<h4>setPaused</h4>\n"
    93                 "<h4>setPaused</h4>\n"
    94                 + "<pre>public final&nbsp;void&nbsp;setPaused&#8203;(boolean&nbsp;value)</pre>\n"
    94                 + "<pre>public final&nbsp;void&nbsp;setPaused&#8203;(boolean&nbsp;value)</pre>\n"
    95                 + "<div class=\"block\">Sets the value of the property paused.</div>\n"
    95                 + "<div class=\"block\">Sets the value of the property paused.</div>\n"
    96                 + "<dl>\n"
    96                 + "<dl>\n"
    97                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>\n"
    97                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>\n"
    98                 + "<dd>Defines if paused. The second line.</dd>\n"
    98                 + "<dd>Defines if paused. The second line.</dd>\n"
    99                 + "<dt><span class=\"simpleTagLabel\">Default value:</span></dt>\n"
    99                 + "<dt><span class=\"simpleTagLabel\">Default value:</span></dt>\n"
   100                 + "<dd>false</dd>",
   100                 + "<dd>false</dd>",
   101                 "<h4>isPaused</h4>\n"
   101                 "<h4>isPaused</h4>\n"
   102                 + "<pre>public final&nbsp;double&nbsp;isPaused&#8203;()</pre>\n"
   102                 + "<pre>public final&nbsp;double&nbsp;isPaused()</pre>\n"
   103                 + "<div class=\"block\">Gets the value of the property paused.</div>\n"
   103                 + "<div class=\"block\">Gets the value of the property paused.</div>\n"
   104                 + "<dl>\n"
   104                 + "<dl>\n"
   105                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>\n"
   105                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>\n"
   106                 + "<dd>Defines if paused. The second line.</dd>\n"
   106                 + "<dd>Defines if paused. The second line.</dd>\n"
   107                 + "<dt><span class=\"simpleTagLabel\">Default value:</span></dt>\n"
   107                 + "<dt><span class=\"simpleTagLabel\">Default value:</span></dt>\n"
   122                 + "<dt><span class=\"simpleTagLabel\">Default value:</span></dt>\n"
   122                 + "<dt><span class=\"simpleTagLabel\">Default value:</span></dt>\n"
   123                 + "<dd>11</dd>\n"
   123                 + "<dd>11</dd>\n"
   124                 + "<dt><span class=\"simpleTagLabel\">Since:</span></dt>\n"
   124                 + "<dt><span class=\"simpleTagLabel\">Since:</span></dt>\n"
   125                 + "<dd>JavaFX 8.0</dd>",
   125                 + "<dd>JavaFX 8.0</dd>",
   126                 "<h4>getRate</h4>\n"
   126                 "<h4>getRate</h4>\n"
   127                 + "<pre>public final&nbsp;double&nbsp;getRate&#8203;()</pre>\n"
   127                 + "<pre>public final&nbsp;double&nbsp;getRate()</pre>\n"
   128                 + "<div class=\"block\">Gets the value of the property rate.</div>\n"
   128                 + "<div class=\"block\">Gets the value of the property rate.</div>\n"
   129                 + "<dl>\n"
   129                 + "<dl>\n"
   130                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>\n"
   130                 + "<dt><span class=\"simpleTagLabel\">Property description:</span></dt>\n"
   131                 + "<dd>Defines the direction/speed at which the <code>Timeline</code> is expected to\n"
   131                 + "<dd>Defines the direction/speed at which the <code>Timeline</code> is expected to\n"
   132                 + " be played. This is the second line.</dd>\n"
   132                 + " be played. This is the second line.</dd>\n"
   251                 + "<td class=\"colLast\">&nbsp;</td>\n"
   251                 + "<td class=\"colLast\">&nbsp;</td>\n"
   252                 + "</tr>\n"
   252                 + "</tr>\n"
   253                 + "<tr id=\"i1\" class=\"rowColor\">\n"
   253                 + "<tr id=\"i1\" class=\"rowColor\">\n"
   254                 + "<td class=\"colFirst\"><code>java.lang.Object</code></td>\n"
   254                 + "<td class=\"colFirst\"><code>java.lang.Object</code></td>\n"
   255                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
   255                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
   256                 + "<a href=\"../pkg2/Test.html#betaProperty--\">betaProperty</a></span>&#8203;()</code></th>\n"
   256                 + "<a href=\"../pkg2/Test.html#betaProperty--\">betaProperty</a></span>()</code></th>\n"
   257                 + "<td class=\"colLast\">&nbsp;</td>\n"
   257                 + "<td class=\"colLast\">&nbsp;</td>\n"
   258                 + "</tr>\n"
   258                 + "</tr>\n"
   259                 + "<tr id=\"i2\" class=\"altColor\">\n"
   259                 + "<tr id=\"i2\" class=\"altColor\">\n"
   260                 + "<td class=\"colFirst\"><code>java.util.List&lt;java.util.Set&lt;? super java.lang.Object&gt;&gt;"
   260                 + "<td class=\"colFirst\"><code>java.util.List&lt;java.util.Set&lt;? super java.lang.Object&gt;&gt;"
   261                 + "</code></td>\n"
   261                 + "</code></td>\n"
   262                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
   262                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
   263                 + "<a href=\"../pkg2/Test.html#deltaProperty--\">deltaProperty</a></span>&#8203;()</code></th>\n"
   263                 + "<a href=\"../pkg2/Test.html#deltaProperty--\">deltaProperty</a></span>()</code></th>\n"
   264                 + "<td class=\"colLast\">&nbsp;</td>\n"
   264                 + "<td class=\"colLast\">&nbsp;</td>\n"
   265                 + "</tr>\n"
   265                 + "</tr>\n"
   266                 + "<tr id=\"i3\" class=\"rowColor\">\n"
   266                 + "<tr id=\"i3\" class=\"rowColor\">\n"
   267                 + "<td class=\"colFirst\"><code>java.util.List&lt;java.lang.String&gt;</code></td>\n"
   267                 + "<td class=\"colFirst\"><code>java.util.List&lt;java.lang.String&gt;</code></td>\n"
   268                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
   268                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\">"
   269                 + "<a href=\"../pkg2/Test.html#gammaProperty--\">gammaProperty</a></span>&#8203;()</code></th>\n"
   269                 + "<a href=\"../pkg2/Test.html#gammaProperty--\">gammaProperty</a></span>()</code></th>\n"
   270                 + "<td class=\"colLast\">&nbsp;</td>"
   270                 + "<td class=\"colLast\">&nbsp;</td>"
   271         );
   271         );
   272     }
   272     }
   273 
   273 
   274     /*
   274     /*