Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1007395 // fastCRUD - simpleCRUD with faster updates (100 ms)

JavaX fragment (include)

static <C extends Concept> SimpleCRUD<C> fastCRUD(Class<C> c) {
fastCRUD_init();
  ret simpleCRUD(c);
}

static <C extends Concept> SimpleCRUD<C> fastCRUD(S title, Class<C> c) {
  fastCRUD_init();
  ret simpleCRUD(title, c);
}

svoid fastCRUD_init() {
  awtOnConceptChanges_defaultDelay = 100;
}

Author comment

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: 383 / 409
Version history: 1 change(s)
Referenced in: [show references]