This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 99886 - Nodes do not display with TableView class
Summary: Nodes do not display with TableView class
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-03 21:41 UTC by lgarcia3
Modified: 2007-04-09 21:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Example using TableTool (6.09 KB, text/plain)
2007-04-03 23:55 UTC, David Strupl
Details
What I can see with the example (14.06 KB, image/png)
2007-04-03 23:56 UTC, David Strupl
Details
TreeTableView (9.55 KB, application/octet-stream)
2007-04-09 20:42 UTC, lgarcia3
Details
TreeTableView (9.55 KB, image/png)
2007-04-09 20:42 UTC, lgarcia3
Details
TbleView (4.70 KB, image/png)
2007-04-09 20:43 UTC, lgarcia3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lgarcia3 2007-04-03 21:41:03 UTC
I instantiate TableView class passing it a NodeTableModel with all the nodes 
and properties. It does not display any of the nodes. It does display all the 
columns (properties) but since the nodes are collapsed, the information is not 
displayed. I tried in 5.0 as well as 5.5 releases and they do the same.
Thanks!
Comment 1 David Strupl 2007-04-03 23:55:15 UTC
Created attachment 40380 [details]
Example using TableTool
Comment 2 David Strupl 2007-04-03 23:56:22 UTC
Created attachment 40381 [details]
What I can see with the example
Comment 3 David Strupl 2007-04-03 23:58:41 UTC
Hello,

can you please check the attached example and attach yours demonstrating how do
you use the class? I have attached also a screen shot so you can believe me that
I can actually see the data ;-)

Best regards,  David
Comment 4 lgarcia3 2007-04-09 20:42:19 UTC
Created attachment 40635 [details]
TreeTableView
Comment 5 lgarcia3 2007-04-09 20:42:32 UTC
Created attachment 40636 [details]
TreeTableView
Comment 6 lgarcia3 2007-04-09 20:43:10 UTC
Created attachment 40637 [details]
TbleView
Comment 7 lgarcia3 2007-04-09 20:51:12 UTC
Hi David,
I am sorry I did not get back to you before. I took a few days off. Anyway, I
attached 2 files with the pictures of what I want (which I did with the current
TableTreeView that netbeans already has) and another picture of what I am
getting with TableView. As you can see there, what I do not see is the tree
itself. So, I don't know if your control does not support that or I am doing
something wrong. I tried your example and yes it works, but that one does not
have a tree as well.
I really appreciate all your help!
Luis
Comment 8 David Strupl 2007-04-09 20:54:57 UTC
Hello,

I thought that you don't want to have the tree ... I have there class
OutlineView that does have the tree. It has slightly different API from
TableView but it is the one with the tree ...

If it is Ok, please close this issue, otherwise please ask again ;-)

Best regards,

David
Comment 9 lgarcia3 2007-04-09 21:11:21 UTC
Great! Thanks!