Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Can GEF draw a SWT widget?
Can GEF draw a SWT widget? [message #156751] Thu, 04 November 2004 10:51 Go to next message
Eclipse UserFriend
Originally posted by: jhenriques.gmail.com

Hello all,

My question is how can I (if possible at all!) represent my editpart as a SWT widget?
For example, I have a class that as some tabular values, so i want to represent its figure as a table. This is just an example... I have others reasons for wanting my editParts related with SWT widgets.

Can anyone enlight me?
Re: Can GEF draw a SWT widget? [message #156798 is a reply to message #156751] Thu, 04 November 2004 16:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

You can create a Figure which is a proxy to an SWT control, and moves that
control around. However, controls are heavyweight so you could not paint on
top of the control.

"Jos
Re: Can GEF draw a SWT widget? [message #156836 is a reply to message #156798] Thu, 04 November 2004 16:51 Go to previous message
Eclipse UserFriend
Originally posted by: jhenriques.gmail.com

Can you give an example, or point me to an example?

"Randy Hudson" <none@us.ibm.com> escreveu na mensagem news:cmdjqq$g81$1@eclipse.org...
> You can create a Figure which is a proxy to an SWT control, and moves that
> control around. However, controls are heavyweight so you could not paint on
> top of the control.
>
> "José Henriques" <jhenriques@gmail.com> wrote in message
> news:p8ep52-5qo.ln1@proxy.se.efacec.pt...
> > Hello all,
> >
> > My question is how can I (if possible at all!) represent my editpart as a
> SWT widget?
> > For example, I have a class that as some tabular values, so i want to
> represent its figure as a table. This is just an example... I have others
> reasons for wanting my editParts related with SWT widgets.
> >
> > Can anyone enlight me?
>
>
Previous Topic:Initial zoom 50% , why?
Next Topic:Repost:Issue Regarding MouseEvents and EventDispatcher
Goto Forum:
  


Current Time: Fri Mar 29 00:57:55 GMT 2024

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

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

Back to the top