[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: TreeViewer: Show Control When Cell Isn't Active

Thanks Tom - this is exactly the link I needed.

adam

On 10/20/2008 1:07 AM, Tom Schindl wrote:
Hi AdamC,

JFace supports this [1] though we'd advice you not to do so because your
are going to run out of handles fairly quickly.

Tom

[1]http://wiki.eclipse.org/Tables_And_Trees_And_NativeControls

AdamC schrieb:
I have a treeviewer and I would like to have a button visible always, as
in Snippet126.  Is this possible with a treeviewer, or do I have to use
a plain tree and manage the items myself?  I have seen the examples
using celleditors, but these controls are only visible after clicking in
the cell.

thanks,
adam