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

11
LINES

< > BotCompany Repo | #1006560 // simpleCRUD

JavaX fragment (include)

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: 550 / 555
Version history: 2 change(s)
Referenced in: [show references]