Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Is there any editable component in GEF
Is there any editable component in GEF [message #184061] Fri, 10 June 2005 01:40 Go to next message
Eclipse UserFriend
Originally posted by: kittyscalgary.yahoo.ca

I created a figure and put some labels on that. Now I want to add some
other components (like textbox) to edit some content. But I could not find
those kinds of things.

So is there any editable components in GEF that can be displayed in a
Figure?

Thanks!
Re: Is there any editable component in GEF [message #184082 is a reply to message #184061] Fri, 10 June 2005 12:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: christian.sell.netcologne.de

my suspicion is that you will have to create a Figure subclass that
wraps some editable widget (e.g., Text), override the getPerferredSize
and paintFigure methods and delegate to the wrapped widget as appropriate.

christian

kittys wrote:
> I created a figure and put some labels on that. Now I want to add some
> other components (like textbox) to edit some content. But I could not
> find those kinds of things.
>
> So is there any editable components in GEF that can be displayed in a
> Figure?
>
> Thanks!
>
Re: Is there any editable component in GEF [message #184111 is a reply to message #184061] Fri, 10 June 2005 20:12 Go to previous message
Eclipse UserFriend
Originally posted by: none.unknown.com

Have you tried using celleditors like the logic example does for editing
labels?

"kittys" <kittyscalgary@yahoo.ca> wrote in message
news:e066df83d38dc8d6625cee6776946f22$1@www.eclipse.org...
> I created a figure and put some labels on that. Now I want to add some
> other components (like textbox) to edit some content. But I could not find
> those kinds of things.
>
> So is there any editable components in GEF that can be displayed in a
> Figure?
>
> Thanks!
>
Previous Topic:Fire an Action When Clicking on a Tool entry?
Next Topic:Is there a Rose model for the EDiagram example?
Goto Forum:
  


Current Time: Thu Dec 12 17:21:17 GMT 2024

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

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

Back to the top