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

9
LINES

< > BotCompany Repo | #1017628 // onTableChanged

JavaX fragment (include)

static void onTableChanged(final JTable table, final VF1<TableModelEvent> onChange) {
  if (table != null) swing {
    table.getModel().addTableModelListener(new TableModelListener {
      public void tableChanged(TableModelEvent e) {
        callF(onChange, e);
      }
    });
  }
}

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: #1017628
Snippet name: onTableChanged
Eternal ID of this version: #1017628/1
Text MD5: aeed9e2b25c24d5b056a1297d8ceb6b7
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-07-31 00:29:20
Source code size: 292 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 305 / 393
Referenced in: [show references]