RFR: 8359599: Calling refresh() for all virtualized controls recreates all cells instead of refreshing the cells [v3]

Kevin Rushforth kcr at openjdk.org
Sat Oct 18 13:49:48 UTC 2025


On Fri, 17 Oct 2025 22:57:42 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

>> exactly, thank you @kevinrushforth
>
> Discussed with Kevin yesterday, what do you think of this version:
> 
>      * Calling {@code refresh()} forces the XXX to update what it is showing to
>      * the user. This is useful in cases where the underlying data source has
>      * changed in a way that is not observed by the XXX itself.

That looks good. You might even simplify it further and remove `Calling {@code refresh()}`, since it's redundant, and just say `Forces the XXX ...`

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1830#discussion_r2442430210


More information about the openjfx-dev mailing list