Re: Change in TaskListView

Tim Lebedkov <[email protected]> Fri, 21 May 2004 11:04:22 +0200
Newsgroups gmane.comp.java.netbeans.modules.tasklist.devel
Message-ID <[email protected]>
Hi Ondrej,

Ondrej Rypacek wrote:

> Well, I don't know of any other way of setting the first column in a 
> TreeTableView.
> Maybe, if the root node wasn't modified, but wrapped by a filter node 
> that would cover the original display name... it would keep the 
> original root (returned by createRootNode()) intact. But the node 
> obtained directly from ExplorerManager would be different.
>
> Would this work for you?
>
> + Ondra
>
I don't think that it solves the problem. What I need are different 
labels for the root node and for the first column.
I didn't find an issue for it so I filled a new one:
http://www.netbeans.org/issues/show_bug.cgi?id=43660

--Tim