Uses 1485K of libraries. Click here for Pure Java version (35638L/233K).
1 | srecord noeq G22AllConceptsPanel(G22Utils g22utils) {
|
2 | JConceptsTable table; |
3 | |
4 | cachedVisualize {
|
5 | table = new JConceptsTable(g22utils.concepts, Concept); |
6 | |
7 | // Just show some typical fields |
8 | table.itemToMap_inner2 = c -> litorderedmap( |
9 | description := cget(c, "description"), |
10 | path := f2s_opt(cget(c, "path")) |
11 | ); |
12 | |
13 | ret withTopAndBottomMargin(jRaisedCenteredSection("All objects by ID",
|
14 | table.visualize() |
15 | )); |
16 | } |
17 | } |
Began life as a copy of #1034688
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034691 |
| Snippet name: | G22AllConceptsPanel |
| Eternal ID of this version: | #1034691/4 |
| Text MD5: | 4dd56e42d5d70375d866638969e8e5d0 |
| Transpilation MD5: | 4adfed654852fdbbe731c81269600895 |
| Author: | stefan |
| Category: | javax / gazelle 22 |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-03 18:25:19 |
| Source code size: | 474 bytes / 17 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 569 / 725 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |