A DESCRIPTION OF THE PROBLEM :
Most JavaFX classes with properties have the hasProperties method, such as Node.hasProperties. But in MenuItem, it missing hasProperties method. And it also causes Toggle missing hasProperties method.
Most JavaFX classes with properties have the hasProperties method, such as Node.hasProperties. But in MenuItem, it missing hasProperties method. And it also causes Toggle missing hasProperties method.
- csr for
-
JDK-8314593 Add hasProperties method to MenuItem and Toggle
- Draft
- relates to
-
JDK-8313651 Add 'final' keyword to public property methods in controls
- Resolved
- links to
-
Review openjdk/jfx/1215