Libraryless. Click here for Pure Java version (4736L/26K).
1 | srecord noeq ListCellRendererWithToolTip<A>(IF1<A, S> makeToolTip, ListCellRenderer<A> baseRenderer) is ListCellRenderer<A> {
|
2 | public Component getListCellRendererComponent(JList list, A value, int index, bool isSelected, bool cellHasFocus) {
|
3 | var c = baseRenderer.getListCellRendererComponent(list, value, index, isSelected, cellHasFocus); |
4 | if (c cast JComponent) pcall {
|
5 | c.setToolTipText(makeToolTip?.get((A) value)); |
6 | } |
7 | ret c; |
8 | } |
9 | } |
Began life as a copy of #1034138
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034139 |
| Snippet name: | ListCellRendererWithToolTip |
| Eternal ID of this version: | #1034139/4 |
| Text MD5: | 27a2818069bd80c8216acd02ab37c311 |
| Transpilation MD5: | 6058ebe476b46756cf3070b6c28deba4 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-24 15:39:26 |
| Source code size: | 465 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 369 / 508 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |