Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » HTML "Like" Table support
HTML "Like" Table support [message #463778] Tue, 15 November 2005 00:32 Go to next message
Eclipse UserFriend
Originally posted by: welldamn.gmail.com

I've read numerous threads regarding the display of html data. I'm not so much interested in the actual display of HTML data than I am in simply displaying a table that allows for modifications to headers (color/font/col span, etc) and allow hyperlink capabilites to interact with the rest of the workbench. There needs to be no editing, drag or drop, sorting or the like capabilities -- Simply a table to display data that's customizable.

Any suggestions/ideas for this?
Re: HTML "Like" Table support [message #463787 is a reply to message #463778] Tue, 15 November 2005 08:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: friederich.kupzog.de

Hi Damon,

currently there are two main choices for Tables in SWT: the native SWT
Table widget or the custom KTable widget.

SWT table has the advantage of beeing native and adapts to current
look&feel of the OS. KTable has the advantage of custom renderers for
each cell, cell spanning, individual row and column size and many more
features that are not available for SWT table.

I am not aware on any html-like table display widget. You theoretically
could also achieve the behaviour you want by putting a lot of Labels
into a GridLayout or a custim layout. As lomg you do not need any
editing feature and the amount of data to display is not to much (too
many ressources) this should ne fine. There might be html-like (or
html-table-like) layout classes out there.

In any case I think you have to program some lines...

Hope that helped,
Friederich

P.S. KTable is available
from http://sourceforge.net/projects/ktable



Damon Thomas wrote:
> I've read numerous threads regarding the display of html data. I'm not so much interested in the actual display of HTML data than I am in simply displaying a table that allows for modifications to headers (color/font/col span, etc) and allow hyperlink capabilites to interact with the rest of the workbench. There needs to be no editing, drag or drop, sorting or the like capabilities -- Simply a table to display data that's customizable.
>
> Any suggestions/ideas for this?


--
Friederich Kupzog
Elektronik & Software
Neusser Str. 5-7
50670 Köln
Tel 0241 160696-1
Fax 0221 726670
www.kupzog.de/fkmk
Re: HTML "Like" Table support [message #463791 is a reply to message #463778] Tue, 15 November 2005 09:36 Go to previous message
Stefan Langer is currently offline Stefan LangerFriend
Messages: 236
Registered: July 2009
Senior Member
There is a TableWrapLayout in org.eclipse.ui.forms.widgets that might
achieve what you want.

Regards
Stefan

Damon Thomas wrote:
> I've read numerous threads regarding the display of html data. I'm not so much interested in the actual display of HTML data than I am in simply displaying a table that allows for modifications to headers (color/font/col span, etc) and allow hyperlink capabilites to interact with the rest of the workbench. There needs to be no editing, drag or drop, sorting or the like capabilities -- Simply a table to display data that's customizable.
>
> Any suggestions/ideas for this?
Previous Topic:SWT group scrolling (help !!!)
Next Topic:No automatic cut & paste in SWT widgets?
Goto Forum:
  


Current Time: Thu Apr 25 19:57:32 GMT 2024

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

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

Back to the top