1 | static <C extends Concept> SimpleCRUD<C> fastCRUD(Class<C> c) { |
2 | fastCRUD_init(); |
3 | ret simpleCRUD(c); |
4 | } |
5 | |
6 | static <C extends Concept> SimpleCRUD<C> fastCRUD(S title, Class<C> c) { |
7 | fastCRUD_init(); |
8 | ret simpleCRUD(title, c); |
9 | } |
10 | |
11 | svoid fastCRUD_init() { |
12 | awtOnConceptChanges_defaultDelay = 100; |
13 | } |
Began life as a copy of #1006560
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: | #1007395 |
Snippet name: | fastCRUD - simpleCRUD with faster updates (100 ms) |
Eternal ID of this version: | #1007395/2 |
Text MD5: | b44d3458bd9b823bb410fa72c37717bb |
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:42 |
Source code size: | 307 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 449 / 487 |
Version history: | 1 change(s) |
Referenced in: | [show references] |