java - How can I add a TableItem as a child to a TreeItem in SWT -



java - How can I add a TableItem as a child to a TreeItem in SWT -

when expand treeitem, want show table info populated, instead of usual tree items. not looking tabletree. below tried

created tree(parent) created treeitem(ti) within parent

i want show table when expand ti.

i tried

to create tableitem parent ti, found out takes table parent. so tried create table parent ti, found out takes composite parent, , treeitem not composite

thanks in advance

java swt

Comments

Popular posts from this blog

ruby on rails - Devise Logout Error in RoR -

model view controller - MVC Rails Planning -

php - Working with pretty urls on apache and fastcgi after hhvm installation -