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

2023-08-08 Thread Ajit Ghaisas
On Fri, 4 Aug 2023 22:12:55 GMT, Marius Hanl 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 t

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

2023-08-05 Thread Kevin Rushforth
On Fri, 4 Aug 2023 22:12:55 GMT, Marius Hanl 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 t

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

2023-08-04 Thread Marius Hanl
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