Integrated: JDK-8313799: Remove lockItemOnEdit flag from (Tree)TableCell

Marius Hanl mhanl at openjdk.org
Tue Aug 8 15:19:42 UTC 2023


On Fri, 4 Aug 2023 22:12:55 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> The `lockItemOnEdit` only exists inside `TreeTableCell` and `TableCell` for the sake of testing.
> It is only changed by some JUnit tests to remove the need of setting up the whole table framework.
> This PR shifts this flag from those two classes to the shim classes, which are not inside the final JavaFX product, only used for testing.

This pull request has now been integrated.

Changeset: 771273f7
Author:    Marius Hanl <mhanl at openjdk.org>
URL:       https://git.openjdk.org/jfx/commit/771273f708819d74dbf6de3d92f44ad1ffe7bcc1
Stats:     90 lines in 8 files changed: 50 ins; 21 del; 19 mod

8313799: Remove lockItemOnEdit flag from (Tree)TableCell

Reviewed-by: aghaisas

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

PR: https://git.openjdk.org/jfx/pull/1198


More information about the openjfx-dev mailing list