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); }
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: | 155 / 215 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035452 - bindTextComponentToVarWithNotify_noInitialUndo |