Transpiled version (3590L) is out of date.
1 | static <A extends JTextComponent> A bindTextComponentToLiveValue(final A tc, final LiveValue lv) { |
2 | ret bindLiveValueListenerToComponent(tc, lv, |
3 | r { setText(tc, strOrNull(lv!)) }); |
4 | } |
5 | |
6 | static <A extends JTextComponent> A bindTextComponentToLiveValue(LiveValue lv, A tc) { |
7 | ret bindTextComponentToLiveValue(tc, lv); |
8 | } |
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: | #1015821 |
Snippet name: | bindTextComponentToLiveValue - only value => UI |
Eternal ID of this version: | #1015821/8 |
Text MD5: | 44f9b46128d0e993a91914d9d2cfd4c3 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-05-25 22:30:33 |
Source code size: | 324 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 425 / 501 |
Version history: | 7 change(s) |
Referenced in: | [show references] |