Re: Edit node property causes deselection?
Tim Boudreau <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CA+qecROLGctkXU8pKZpK49KWr3u4AzGapGG79QSGZ6fL0C20ig@mail.gmail.com> |
If you want to know what is causing the selection change, your best bet is to instrument your PropertyChangeListener to print a stack trace when editing is aborted because selection is changing. Somewhere in that stack trace will be the culprit. -Tim On Sun, Jan 1, 2017 at 4:05 AM, ogeva <[email protected]> wrote: > Hmm. Apparently removed the property change support from the Entity bean > did the trick. > But it makes it harder to bind JavaFX controls this way. > > Is there any way to avoid that effect? What registers there? > > > > > -- http://timboudreau.com