Libraryless. Click here for Pure Java version (5223L/29K).
1 | static <A extends JComponent, B> A bindToolTipToTransformedLiveValue(IF1<B, O> f, LiveValue<B> lv, A c) {
|
2 | bindLiveValueListenerToComponent(c, lv, |
3 | r { setToolTipText(c, strOrNull(f.get(lv!))) });
|
4 | ret c; |
5 | } |
Began life as a copy of #1018519
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034129 |
| Snippet name: | bindToolTipToTransformedLiveValue |
| Eternal ID of this version: | #1034129/1 |
| Text MD5: | bff1dbf64e3b86c06c1d39dec11dc142 |
| Transpilation MD5: | 78f2bd100177608840369744d58d7fcd |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-23 23:56:30 |
| Source code size: | 215 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 368 / 462 |
| Referenced in: | [show references] |