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

6
LINES

< > BotCompany Repo | #1020175 // jLiveValueComboBox_withSimplifier - both ways, fixed values list

JavaX fragment (include)

// simplifier: func(S) -> S
static JComboBox jLiveValueComboBox_withSimplifier(Collection<S> values, final SimpleLiveValue<S> lv, O simplifier) {
  final JComboBox cb = jComboBox(values);
  bindComboBoxToLiveValue_withSimplifier(cb, lv, simplifier);
  ret cb;
}

Author comment

Began life as a copy of #1016618

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020175
Snippet name: jLiveValueComboBox_withSimplifier - both ways, fixed values list
Eternal ID of this version: #1020175/3
Text MD5: 685ab39fb0be366b50b0564f08dce070
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-09 20:50:11
Source code size: 266 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 218 / 256
Version history: 2 change(s)
Referenced in: [show references]