1 | static O selectedTableCell(JTable t, int col) {
|
2 | ret getTableCell(t, selectedTableRow(t), col); |
3 | } |
4 | |
5 | static O selectedTableCell(final JTable t) {
|
6 | ret swing(func { selectedTableCell(t, t.getSelectedColumn()) });
|
7 | } |
8 | |
9 | static O selectedTableCell(final JTable t, fS colName) {
|
10 | ret swing(func { selectedTableCell(t, tableColumnViewIndex(t, colName)) });
|
11 | } |
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: | 846 / 880 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |