RFR: 8331214: Doc: update spec for SpinnerFactory classes [v2]

Kevin Rushforth kcr at openjdk.org
Mon May 6 23:24:55 UTC 2024


On Mon, 6 May 2024 21:46:29 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> drmarmac has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   javaDoc updates according to code review
>
> modules/javafx.controls/src/main/java/javafx/scene/control/SpinnerValueFactory.java line 417:
> 
>> 415:      * integer values.
>> 416:      * <p>
>> 417:      * If {@link #wrapAroundProperty wrapAround} is {@code true}, the {@code IntegerSpinnerValueFactory} will step from
> 
> wrapAround still does not work in Eclipse, but this does, while providing the same visuals:
> 
> 
> {@link SpinnerValueFactory#wrapAroundProperty wrapAround}
> 
> 
> does it work in intellij?

That one should work everywhere, since it is equivalent. Worth double-checking, though.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1450#discussion_r1591647816


More information about the openjfx-dev mailing list