Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Some SWT questions about table & tableTree
Some SWT questions about table & tableTree [message #467095] Tue, 24 January 2006 19:22 Go to next message
Serge  is currently offline Serge Friend
Messages: 76
Registered: July 2009
Member
Hi everyone

I'm working in a software project at the moment using SWT. Unfortunately
we ran into problems with some swt components. the problems are as follows:

In a table we want to merge rows and colums. is this possible in swt? we
also need multiple lines in one single cell? is there any way this could
be implemented? if not, are there any alternatives? (one alternative might
be using kTable, has anyone expiriences with this?)

and we also ran into problems using swt's tabletree. is it possible to
have the tree in any other column than the first one. so the expand /
collaps boxes would appear in lets say second or third column? are there
any alternatives as well if you can't use swt's table tree?

I'm thankful for every input.

with kind regards, Serge
Re: Some SWT questions about table & tableTree [message #467096 is a reply to message #467095] Tue, 24 January 2006 19:28 Go to previous messageGo to next message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Currently you can not merge cells in Table (vertically or horizontally) and
you can not have multiple lines in a row.

The TableTree does not support the +/- in any other column than the first
column. Also it is deprecated. Tree with TreeColumns also does not support
the +/- in any other column than the first column.

"Serge" <serge.glaeser@gmx.ch> wrote in message
news:0d265f766d41f1434c6e48b5f795fc02$1@www.eclipse.org...
> Hi everyone
>
> I'm working in a software project at the moment using SWT. Unfortunately
> we ran into problems with some swt components. the problems are as
> follows:
>
> In a table we want to merge rows and colums. is this possible in swt? we
> also need multiple lines in one single cell? is there any way this could
> be implemented? if not, are there any alternatives? (one alternative might
> be using kTable, has anyone expiriences with this?)
>
> and we also ran into problems using swt's tabletree. is it possible to
> have the tree in any other column than the first one. so the expand /
> collaps boxes would appear in lets say second or third column? are there
> any alternatives as well if you can't use swt's table tree?
> I'm thankful for every input.
>
> with kind regards, Serge
>
Re: Some SWT questions about table & tableTree [message #467099 is a reply to message #467096] Tue, 24 January 2006 19:42 Go to previous messageGo to next message
Phill Perryman is currently offline Phill PerrymanFriend
Messages: 214
Registered: July 2009
Senior Member
I have a similar problem (to the table) and am currently looking at Forms
and the TableWrapLayout.

It does allow wrapping and spanning but it is not a table as such.
Re: Some SWT questions about table & tableTree [message #467100 is a reply to message #467099] Tue, 24 January 2006 22:24 Go to previous message
Serge  is currently offline Serge Friend
Messages: 76
Registered: July 2009
Member
Thanks for your fast answers.

In that case you might wanna take a look at KTable
(http://sourceforge.net/projects/ktable) That's probably what I'm gonna
use as well.

Well if the tabletree is depricated what would be an alternative then? is
there nothing else that allows me to have a tree in a table and that might
even let me choose where the table should appear (in which column I mean)
Previous Topic:Table
Next Topic:Browser sometimes shows HTML source instead of rendering
Goto Forum:
  


Current Time: Fri Apr 26 16:54:11 GMT 2024

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

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

Back to the top