Transpiled version (6273L) is out of date.
static <A extends JTextComponent> A bindTextComponentToVarWithNotify(A tc, IVarWithNotify<S> lv) { bindHasChangeListenersToComponent(tc, lv, r { setTextKeepCaret(tc, lv!) }); onChange(tc, r { lv.set(getText(tc)) }); ret tc; }
Began life as a copy of #1016667
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034684 |
| Snippet name: | bindTextComponentToVarWithNotify (both ways) |
| Eternal ID of this version: | #1034684/3 |
| Text MD5: | f27bd0307abc592f6772e41632f617ce |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-13 18:19:46 |
| Source code size: | 237 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 397 / 503 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035091 - jVarTextArea - doesn't use type writer font |