1 | static JTable addRowSorter(final JTable table) { |
2 | if (table != null) swing { |
3 | table.setRowSorter(new TableRowSorter(table.getModel())); |
4 | } |
5 | ret table; |
6 | } |
Began life as a copy of #1019462
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019630 |
Snippet name: | addRowSorter - add row sorter to JTable |
Eternal ID of this version: | #1019630/2 |
Text MD5: | e879982602c1e2b5b7673c1f6b5d9aef |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-17 18:37:15 |
Source code size: | 165 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 286 / 347 |
Version history: | 1 change(s) |
Referenced in: | [show references] |