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
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 compositethanks in advance
java swt
Comments
Post a Comment