-
Enhancement
-
Resolution: Future Project
-
P4
-
None
-
6
-
generic
-
generic
In a JTable, we need some way to find out which column header is currently focussed.
Select a row in a JTable in SwingSet2 and then press F8, focus comes to TableHeader.
In this state, programmatically there is no way of finding out the index of the column whose header has the focus right now.
Due to this New featuers of keyboard access(F8,left/right arrow, and Alt+F8) to the JTableheader appear restrictive as apart from visual verification there is no other way to find out which coulmn header is selected.
There's a private method BasictableHeaderUI.getSelectedColumnIndex to do this - if this is moved to JTable, it will be quite useful.
Select a row in a JTable in SwingSet2 and then press F8, focus comes to TableHeader.
In this state, programmatically there is no way of finding out the index of the column whose header has the focus right now.
Due to this New featuers of keyboard access(F8,left/right arrow, and Alt+F8) to the JTableheader appear restrictive as apart from visual verification there is no other way to find out which coulmn header is selected.
There's a private method BasictableHeaderUI.getSelectedColumnIndex to do this - if this is moved to JTable, it will be quite useful.