1 | static JTable dataToTable_uneditable_ifHasTable(O data, final JTable table) { |
2 | if (table != null) |
3 | dataToTable_uneditable(table, data); |
4 | ret table; |
5 | } |
6 | |
7 | static JTable dataToTable_uneditable_ifHasTable(JTable table, O data) { |
8 | ret dataToTable_uneditable_ifHasTable(data, table); |
9 | } |
Began life as a copy of #1003642
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1016242 |
Snippet name: | dataToTable_uneditable_ifHasTable |
Eternal ID of this version: | #1016242/2 |
Text MD5: | c04d23e231184b413c18a1aeab71ae2a |
Author: | stefan |
Category: | javax swing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-04-16 13:15:10 |
Source code size: | 287 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 365 / 405 |
Version history: | 1 change(s) |
Referenced in: | [show references] |