static void putClientProperty_recursive(final Component c, fO key, fO value) { if (c != null) swing { for (JComponent cc : childrenOfType(c, JComponent.class)) cc.putClientProperty(key, value); } }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1016001 |
Snippet name: | putClientProperty_recursive |
Eternal ID of this version: | #1016001/2 |
Text MD5: | ed44832e29d0b7c0288da44defaaf40a |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-06-02 21:17:50 |
Source code size: | 216 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 382 / 412 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016002 - putClientProperty |