Skip to main content



      Home
Home » Eclipse Projects » GEF » Editable Text Area?
Editable Text Area? [message #97736] Tue, 07 October 2003 10:00 Go to next message
Eclipse UserFriend
Originally posted by: adol.tmax.co.kr

Hello,

I need editable text area, but I can find just Label in draw2D.
Please let me know editable text area class.
or can I make Label editable?
Re: Editable Text Area? [message #97765 is a reply to message #97736] Tue, 07 October 2003 10:23 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

The preferred approach is to place a JFace CellEditor on top of the figure
during editing. This ensures native behavior. What you probably need is a
CellEditor which uses an SWT Text Control with MULTI line style bit. This
doesn't exist yet, but you might be able to create one that is similar to
TextCellEditor.

"adol" <adol@tmax.co.kr> wrote in message news:blugtd$b5q$1@eclipse.org...
> Hello,
>
> I need editable text area, but I can find just Label in draw2D.
> Please let me know editable text area class.
> or can I make Label editable?
>
>
>
>
>
Previous Topic:Randy, is there a high level design description of gef examples?
Next Topic:Grouping
Goto Forum:
  


Current Time: Wed May 07 17:28:55 EDT 2025

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

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

Back to the top