static O selectedTableCell(JTable t, int col) { ret getTableCell(t, selectedTableRow(t), col); } static O selectedTableCell(final JTable t) { ret swing(func { selectedTableCell(t, t.getSelectedColumn()) }); } static O selectedTableCell(final JTable t, fS colName) { ret swing(func { selectedTableCell(t, tableColumnViewIndex(t, colName)) }); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006567 |
Snippet name: | selectedTableCell |
Eternal ID of this version: | #1006567/4 |
Text MD5: | 1b2891bc8f06b082ea4698a8c71a0208 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-08 12:21:39 |
Source code size: | 361 bytes / 11 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 604 / 632 |
Version history: | 3 change(s) |
Referenced in: | [show references] |