// entryMaker is F1<S, Collection<S>> or convertible to it static AutoComboBox3 autoComboBox3(fO entryMaker) { ret swingConstruct(AutoComboBox3, f1(entryMaker)); } static AutoComboBox3 autoComboBox3(S text, fO entryMaker) { ret setText(autoComboBox3(entryMaker), text); }
Began life as a copy of #1012960
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: | #1012963 |
| Snippet name: | autoComboBox3 |
| Eternal ID of this version: | #1012963/6 |
| Text MD5: | 0b8aa67aab0e574ad792707361fe342f |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-02 13:48:49 |
| Source code size: | 283 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 720 / 802 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013712 - treeSetAutoComboBox |