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

Abhishek Kumar abhiscxk at openjdk.org
Tue Mar 18 06:49:07 UTC 2025


On Tue, 18 Mar 2025 05:55:55 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> > If there are no rows then most probably `selectAll` will select `column headers`.. right?
> > I don't understand why do we want to select all columns if there are no rows or vice-versa ? Does it return any useful details?
> > Few changes can be done in the fix and test code (if fix is applicable)
> 
> Spec says "Selects all rows, columns, and cells in the table." so it should mean we should select all available cells in the "table" and not header, which is separately handled via JTableHeader..

Ok.

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

PR Comment: https://git.openjdk.org/jdk/pull/24025#issuecomment-2731855186


More information about the client-libs-dev mailing list