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

19
LINES

< > BotCompany Repo | #1016247 // Actions [Dyn Module, dev.]

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (15119L/105K).

!7

// formerly: Universal Search Data 
sclass Actions extends DynTable {
  transient Map<Map, O> actions = synchroMap();
  
  void onDoubleClick(Map line) {
    temp enter();
    callF(mapGet(actions, line));
  }
  
  L<Map> calc() {
    L<T3<S, O, S>> l = dm_universalSearchData();
    actions.clear();
    ret map(l, func(T3<S, O, S> t) -> Map {
      mapPut_returnKey(actions, litorderedmap("Name" := t.a, "Module" := t.c), t.b)
    });
  }
}

Author comment

Began life as a copy of #1016241

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016247
Snippet name: Actions [Dyn Module, dev.]
Eternal ID of this version: #1016247/7
Text MD5: 38d6cd076dc53d908a1517f97f9e9309
Transpilation MD5: f86e590e1f599614982af3f4d4e79761
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-12 00:37:08
Source code size: 464 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 322 / 497
Version history: 6 change(s)
Referenced in: [show references]