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

3
LINES

< > BotCompany Repo | #1006634 // selectedConcept - get selected concept from concepts table (with first column=id)

JavaX fragment (include)

static <A extends Concept> A selectedConcept(JTable table, Class<A> cc) {
  ret (A) getConcept(toLong(selectedTableCell(table, 0)));
}

Author comment

Began life as a copy of #1006567

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: #1006634
Snippet name: selectedConcept - get selected concept from concepts table (with first column=id)
Eternal ID of this version: #1006634/1
Text MD5: 65936edea0815112bfa27a21976e5e19
Author: stefan
Category: javax / gui / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-01-23 17:52:46
Source code size: 136 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 432 / 474
Referenced in: [show references]