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

15
LINES

< > BotCompany Repo | #1019821 // Firefox Tabs

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

Uses 911K of libraries. Click here for Pure Java version (3102L/17K).

!7

cmodule FirefoxTabs > DynObjectTable<FirefoxTab> {
  start {
    dontPersist();
    itemToMap = func(FirefoxTab t) -> Map {
      litorderedmap("Title" := t.title, "Address" := t.url)
    };
    doEvery(0.0, 10.0, r updateMe);
  }
  
  void update {
    setData(firefoxTabs());
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019821
Snippet name: Firefox Tabs
Eternal ID of this version: #1019821/5
Text MD5: 8d1219044ee989ddb4051b9ae337103f
Transpilation MD5: 8d3f771255effd9ad05ac15d178b5c6b
Author: stefan
Category: javax / firefox
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-08 16:35:03
Source code size: 301 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 303 / 753
Version history: 4 change(s)
Referenced in: [show references]