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

4
LINES

< > BotCompany Repo | #1035175 // bindTextComponentToLiveValue_bothWays_noInitialUndo

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9698L/54K).

static <A extends JTextComponent> A bindTextComponentToLiveValue_bothWays_noInitialUndo(A tc, SimpleLiveValue<S> lv) {
  onFirstShow(tc, -> clearTextComponentUndoList(tc));
  ret bindTextComponentToLiveValue_bothWays(tc, lv);
}

Author comment

Began life as a copy of #1016667

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035175
Snippet name: bindTextComponentToLiveValue_bothWays_noInitialUndo
Eternal ID of this version: #1035175/1
Text MD5: 3c6b56b23056404a7ef592ae26cb35c0
Transpilation MD5: ec439bad9fc3d4b728cce78cec4c7ef0
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-04-04 00:56:32
Source code size: 230 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 48 / 67
Referenced in: [show references]