API REVIEW Axis label property

Alexander Kouznetsov alexander.kouznetsov at oracle.com
Wed Mar 13 19:00:30 PDT 2013


Richard,

What's the state of this API review?

Best regards,
Alexander Kouznetsov
(408) 276-0387

On 18.02.2013 13:34, Richard Bair wrote:
> I've added the api-review label. This is very likely to not be approved, as we are not allowing binary incompatible changes unless they are of the most serious nature, and this one doesn't appear to fit that criteria.
>
> Richard
>
> On Feb 18, 2013, at 12:53 PM, Paru Somashekar <parvathi.somashekar at oracle.com> wrote:
>
>> JIRA : http://javafx-jira.kenai.com/browse/RT-28151
>>
>> As the JIRA indicates, it is a simple change to use StringProperty for the axis label instead of ObjectProperty<String>. This is a breaking API change - however the likelihood is minimal, as both ObjectProperty<String> and StringProperty implement a lot of the same interfaces.
>> As the JIRA notes, this is not consistent with the rest of the Charts API, where StringProperty is used instead of ObjectProperty<String>, hence the need to fix it.
>>
>> thanks,
>> Paru.



More information about the openjfx-dev mailing list