[BBB-ISSUES] [JIRA] Created: (BETTERBEANSBINDING-56) SwingBinding (jtablebinding,etc) should ensure that swing component updates are done in the EDT
- From: "ecerulm (JIRA)" <jira-no-reply@kenai.com>
- To: issues@betterbeansbinding.kenai.com
- Subject: [BBB-ISSUES] [JIRA] Created: (BETTERBEANSBINDING-56) SwingBinding (jtablebinding,etc) should ensure that swing component updates are done in the EDT
- Date: Thu, 14 Jan 2010 17:35:37 +0000 (GMT+00:00)
SwingBinding (jtablebinding,etc) should ensure that swing component updates
are done in the EDT
-----------------------------------------------------------------------------------------------
Key: BETTERBEANSBINDING-56
URL: http://kenai.com/jira/browse/BETTERBEANSBINDING-56
Project: BetterBeansBinding
Issue Type: Bug
Components: SwingBinding
Affects Versions: 1.3.0
Reporter: ecerulm
Assignee: fabriziogiudici
Attachments: bbbunified.patch
Discussed long time ago in the net.java.dev.beansbinding.users mailing list,
JTableBinding,JListBinding,JComboBoxBinding,etc should ensure that when a
source bean is updated and it triggers a PropertyChangeEvent to the
JTableBinding, the event is processed in the EDT (the PropertyChange could
have ocurred in a non-EDT thread).
Patch provided. It runs the code in the body of the propertyStateChange
methods used in org.jdesktop.swingbinding.* to be executed in the Event
Dispatch Thread.
* EDT safe Property implementation?
http://markmail.org/thread/6ehh76zt27qc5fis
* Beans Binding and event thread http://markmail.org/thread/jtgd6qidvjwxomw2
* https://beansbinding.dev.java.net/issues/show_bug.cgi?id=60
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://kenai.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
[BBB-ISSUES] [JIRA] Created: (BETTERBEANSBINDING-56) SwingBinding (jtablebinding,etc) should ensure that swing component updates are done in the EDT |
ecerulm (JIRA) | 01/14/2010 |





