TreeModelViewer support for GridViewer [message #1014209] |
Mon, 25 February 2013 11:25  |
Eclipse User |
|
|
|
Hi,
I am currently working on custom RegistersView based on CDT. Currently, the existing View from CDT uses TreeModelViewer and I want to use GridViewer Widget functionality like column spanning, cell selection etc.
I have gone through all the documentation and did not find any support for TreeModelViewer. Is there any widget that I am not aware of which will support such functionality?
Thanks
|
|
|
Re: TreeModelViewer support for GridViewer [message #1014309 is a reply to message #1014209] |
Mon, 25 February 2013 15:12   |
Eclipse User |
|
|
|
I never heard of TreeModelViewer what is this? Is this a subclass of
TreeViewer, where is it implemented.
Tom
Am 25.02.13 15:19, schrieb Chinmay Gore:
> Hi,
>
> I am currently working on custom RegistersView based on CDT. Currently,
> the existing View from CDT uses TreeModelViewer and I want to use
> GridViewer Widget functionality like column spanning, cell selection etc.
> I have gone through all the documentation and did not find any support
> for TreeModelViewer. Is there any widget that I am not aware of which
> will support such functionality?
> Thanks
|
|
|
Re: TreeModelViewer support for GridViewer [message #1014636 is a reply to message #1014309] |
Tue, 26 February 2013 07:42   |
Eclipse User |
|
|
|
TreeModelViewer is included in flexible hierarchy API introduced by Debug Platform team in release 3.2
(org.eclipse.debug.internal.ui.viewers.model.provisional.TreeModelViewer)
Yes it is subclass of TreeViewer and is currently being implemented in various Debug Views(like variables view,registers view etc) in CDT(C Development Tools).
|
|
|
|
Powered by
FUDForum. Page generated in 0.04573 seconds