-
Type:
Enhancement
-
Resolution: Won't Fix
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
-
Environment:
8.0-graphics-scrum-b621-x64
Axis class has the following property:
label
public final ObjectProperty<java.lang.String> labelProperty
The axis label
This is not consistent with the rest of API where StringProperty is used for such properties.
label
public final ObjectProperty<java.lang.String> labelProperty
The axis label
This is not consistent with the rest of API where StringProperty is used for such properties.
- relates to
-
JDK-8102506 "Primitive"Property to ObjectProperty<Primitive>
-
- Resolved
-