In the JGoodies Bindings API (Link to API), there is a commitOnFocusLost parameter:
commitOnFocusLost - true to commit text changes on focus lost, false to commit text changes on every character typed
I want the behavior where there is no commit on focus lost and there is no commit while characters are being typed. I only want there to be a commit when I call Bindings.commitImmediatly(). Am I able to do that?