1 | svoid internalFramePopupMenuFromActions_threaded(Container f, L<AbstractAction> actions) { |
2 | if (!f instanceof JInternalFrame) ret; |
3 | for (final AbstractAction a : unnull(actions)) |
4 | if (a != null) |
5 | internalFramePopupMenuItem(f/JInternalFrame, str(a.getValue(Action.NAME)), r-thread { callAction(a) }); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019127 |
Snippet name: | internalFramePopupMenuFromActions_threaded |
Eternal ID of this version: | #1019127/3 |
Text MD5: | 86f54c187f84a908c0ed3f661d0b14c8 |
Author: | stefan |
Category: | javax / stefan's os |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-24 12:54:42 |
Source code size: | 316 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 374 / 437 |
Version history: | 2 change(s) |
Referenced in: | [show references] |