static <C extends Concept> SimpleCRUD<C> simpleCRUD(Class<C> c) { SimpleCRUD crud = new SimpleCRUD(c); crud.show(); ret crud; } static <C extends Concept> SimpleCRUD<C> simpleCRUD(S title, Class<C> c) { SimpleCRUD crud = new SimpleCRUD(c); crud.show(title); ret crud; }
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: | #1006560 |
| Snippet name: | simpleCRUD |
| Eternal ID of this version: | #1006560/3 |
| Text MD5: | 358cf3cce9b36ea22a0db8d8d2c6903c |
| Author: | stefan |
| Category: | javax / concepts / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-21 12:31:07 |
| Source code size: | 292 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 861 / 882 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007395 - fastCRUD - simpleCRUD with faster updates (100 ms) |