1 | static int convertTableRowToModel(final JTable t, final int viewRow) { |
2 | ret t == null || viewRow < 0 ? -1 : swing(func -> int { |
3 | t.convertRowIndexToModel(viewRow) |
4 | }); |
5 | } |
Began life as a copy of #1019568
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019569 |
Snippet name: | convertTableRowToModel |
Eternal ID of this version: | #1019569/3 |
Text MD5: | a5b7d2183d4a167d588d6524c485bd02 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-12 15:54:38 |
Source code size: | 178 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 307 / 360 |
Version history: | 2 change(s) |
Referenced in: | [show references] |