static L<Component> tabComponents(final JTabbedPane tabs) { final new L<Component> l; if (tabs != null) swing { for (int i = 0; i < tabs.getTabCount(); i++) l.add(tabs.getTabComponentAt(i)); } ret l; }
Began life as a copy of #1020866
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020867 |
Snippet name: | tabComponents |
Eternal ID of this version: | #1020867/2 |
Text MD5: | a57958e0ab36c3527edf3307c4d39bd3 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-06 13:40:03 |
Source code size: | 226 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 308 / 349 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020957 - tabCount #1036381 - contentsOfTabNamed |