[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[ufk-dev] TreeCellEditor and databinding
|
- From: Max Gordienko <mgordienko@xxxxxxxxx>
- Date: Fri, 5 Nov 2010 17:50:55 +1100
- Delivered-to: ufk-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=zYsoDjS/M06iZak3r9AEAdLBWw50p17Iav9/g07Byis=; b=qByQ02mXAyQ5AdyAg0789fN8GcXm/D/uVwRQyREorlpRALkzJEhURisYVm2NTPJzl+ Muf4JdciZaCF0F084nzMBd/EQMaoU5YSLpZ3ePxIz0PfleQCtaYt5xxb55JgxsEBKEcr nPNC9YoMusOY4aaFi6jZ1Qod08kdMgEWfXEYE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NJrdOWOOSOQvfq8KowVEXAiXWJ57CP6zxqgpLX/VMpbgiFnMq8UI9mSCrnXJ1LRa2j 8zCAH9UPyLk0ujb/U0iSt9tOtnKO0v2aXVxXXE0GvjEu+oht9vfUin0p8EajOSLYAiSU U1DsGS/EjSCm+aA3Fw9+drCw4l3rRMAVr/yjk=
Hello,
I wonder is there a way to do an elegant databinding between the
domain model and editable tree nodes?
It seems like the JTree-TreeModel-TreeCellEditor workflow is really
hazy and involves many parties (even TreeUI for some reason).
Any idea is very much appreciated.
Thank you!
Max