Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Mixing edit parts in JFace/SWT tables
Mixing edit parts in JFace/SWT tables [message #152371] Wed, 29 September 2004 11:59 Go to next message
Eclipse UserFriend
Originally posted by: rsudra.hotmail.com

Dear all,

Is it possible to mix GEF edit parts with JFace/SWT tables? What I would
like to achieve is a two column table (the first taking 25% of the editor
width and the second taking the rest) where the edit part appears in the
right hand column of the table.
e.g.
| component 1 | edit part 1 |
| component 2 | edit part 2 |

It is not possible to move the edit parts, they will appear at various
points along the row and will have connections between edit parts in rows
above and below. It should be possible to create connections between the
edit parts (using a manhattan router).

The display should look similar to MS project.

TIA
Raj
Re: Mixing edit parts in JFace/SWT tables [message #153149 is a reply to message #152371] Wed, 06 October 2004 18:25 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
No. But you can have the LHS be a table, whereas the RHS can be a
FigureCanvas showing the editparts. You'll have to do some work to ensure
that they line up and such, of course.

"Raeev Sudra" <rsudra@hotmail.com> wrote in message
news:cje7qo$hps$1@eclipse.org...
> Dear all,
>
> Is it possible to mix GEF edit parts with JFace/SWT tables? What I would
> like to achieve is a two column table (the first taking 25% of the editor
> width and the second taking the rest) where the edit part appears in the
> right hand column of the table.
> e.g.
> | component 1 | edit part 1 |
> | component 2 | edit part 2 |
>
> It is not possible to move the edit parts, they will appear at various
> points along the row and will have connections between edit parts in rows
> above and below. It should be possible to create connections between the
> edit parts (using a manhattan router).
>
> The display should look similar to MS project.
>
> TIA
> Raj
>
>
Previous Topic:StausLine for MultiPageEditor
Next Topic:LayoutManager + LayoutEditPolicy
Goto Forum:
  


Current Time: Wed Feb 05 10:49:52 GMT 2025

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

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

Back to the top