Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Nattable tree grid
Nattable tree grid [message #1053168] Thu, 02 May 2013 19:37
Testr t is currently offline Testr tFriend
Messages: 93
Registered: April 2013
Member
Hi,

I am trying to use Nattable grid in my application and I am able to use it with a dataprovider to show list of objects in the grid. The reason I am using a DataProvider is because all the columns that has to be shown are not the actual properties of the object and I control that in the getDataValue(col,row) method to provide the correct column data from the row object. Now that this works I am wondering if I can apply the same concept for a tree grid. My grid would have atleast couple of layers and I want to provide the data for the columns on both the layers the same way and not using the ReflectiveColumnAccessor. Is there an example that points me to do this?

Previous Topic:Debug config.ini not copied correctly from host Eclipse
Next Topic:Eclipse plugins under same category
Goto Forum:
  


Current Time: Fri Apr 26 00:12:01 GMT 2024

Powered by FUDForum. Page generated in 0.04286 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top