Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » TableTree: Expand toggle in third column?
TableTree: Expand toggle in third column? [message #464189] Fri, 18 November 2005 14:19 Go to next message
Adrian Jackson is currently offline Adrian JacksonFriend
Messages: 6
Registered: July 2009
Junior Member
Working in Eclipse 3.0 I'm trying to build a TableTree that has the
expand toggle for tree nodes in the third column (with
error/warning/status icons in the first two). Is there any way of doing
this pre-3.1, or am I doomed?

Adrian
Re: TableTree: Expand toggle in third column? [message #464225 is a reply to message #464189] Fri, 18 November 2005 19:51 Go to previous messageGo to next message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
You are doomed. TableTree is deprecated in 3.1 and there is no way to move
the +/- indicator to another column on all of the operating systems.

"Adrian Jackson" <Adrian.Jackson@volantis.com> wrote in message
news:dlknt1$fvl$1@news.eclipse.org...
> Working in Eclipse 3.0 I'm trying to build a TableTree that has the
> expand toggle for tree nodes in the third column (with
> error/warning/status icons in the first two). Is there any way of doing
> this pre-3.1, or am I doomed?
>
> Adrian
Re: TableTree: Expand toggle in third column? [message #464362 is a reply to message #464189] Tue, 22 November 2005 04:34 Go to previous messageGo to next message
Jeremy Dowdall is currently offline Jeremy DowdallFriend
Messages: 48
Registered: July 2009
Member
if you haven't already - put a 2 column table to the left a tree with
columns and synchronize them...


Adrian Jackson wrote:
> Working in Eclipse 3.0 I'm trying to build a TableTree that has the
> expand toggle for tree nodes in the third column (with
> error/warning/status icons in the first two). Is there any way of doing
> this pre-3.1, or am I doomed?
>
> Adrian
Re: TableTree: Expand toggle in third column? [message #464511 is a reply to message #464189] Wed, 23 November 2005 15:53 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
SWT will not be adding this functionality to TableTree. However, you could
clone TableTree and tweak it have a variable column for the expand/collapse
indicator.

"Adrian Jackson" <Adrian.Jackson@volantis.com> wrote in message
news:dlknt1$fvl$1@news.eclipse.org...
> Working in Eclipse 3.0 I'm trying to build a TableTree that has the expand
> toggle for tree nodes in the third column (with error/warning/status icons
> in the first two). Is there any way of doing this pre-3.1, or am I doomed?
>
> Adrian
Previous Topic:Is it possible to set a Label always at top of polyline connection?
Next Topic:custom table scrolling events?
Goto Forum:
  


Current Time: Sat Apr 20 00:39:25 GMT 2024

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

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

Back to the top