API REVIEW Axis label property

Richard Bair richard.bair at oracle.com
Mon Feb 18 13:34:43 PST 2013


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