RFR: 4466930: JTable.selectAll boundary handling [v4]

Prasanta Sadhukhan psadhukhan at openjdk.org
Thu Mar 20 03:47:07 UTC 2025


On Wed, 19 Mar 2025 13:46:18 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Added columnSelection check..SwingSet2 selectAll selection can be viewed as selecting all rows which can be perceived as selecting all cells, so to be safe added the check..

Moreover, It is seen that by unchecking "rowSelection" check selectAll didnt allow cell selection so it doesnt override the row/column selection-allowed setting..so added the columnSelectionAllowed check before selecting columns and similarly for rows..

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

PR Review Comment: https://git.openjdk.org/jdk/pull/24025#discussion_r2004762807


More information about the client-libs-dev mailing list