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

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -