Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Dialog for attribute which is a list of strings (properties view)
Dialog for attribute which is a list of strings (properties view) [message #504306] Fri, 18 December 2009 04:17 Go to next message
Carlos  is currently offline Carlos Friend
Messages: 52
Registered: September 2009
Member
Hello.

For an attribute of type: "EString" and cardinality 1..*, - a list of strings-, properties view (in execution) shows a button when user makes click on that property value.
After pushing that button, a dialog is opened for adding or removing values to the list.
I want to modify some aspects of that dialog, but I don't know what class and what EMF project I have to import.

Thanks in advance.
Carlos.
Re: Dialog for attribute which is a list of strings (properties view) [message #504313 is a reply to message #504306] Fri, 18 December 2009 09:55 Go to previous messageGo to next message
Carlos  is currently offline Carlos Friend
Messages: 52
Registered: September 2009
Member
I think that it could be "ExtendedDialogCellEditor" in the project: "org.eclipse.emf.common.ui" ...
Re: Dialog for attribute which is a list of strings (properties view) [message #504320 is a reply to message #504313] Fri, 18 December 2009 10:12 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------030502030201090708050209
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Carlos,

FeatureEditorDialog is the window that's opened after hitting the
button. You'd need to take this approach to create a different version
of it:

http://wiki.eclipse.org/EMF/Recipes#Recipe:_Create_your_own_ property_editor_in_a_generated_application


Carlos wrote:
> I think that it could be "ExtendedDialogCellEditor" in the project:
> "org.eclipse.emf.common.ui" ...

--------------030502030201090708050209
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Carlos,<br>
<br>
FeatureEditorDialog is the window that's opened after hitting the
button.  You'd need to take this approach to create a different version
of it:<br>
<blockquote><a
href=" http://wiki.eclipse.org/EMF/Recipes#Recipe:_Create_your_own_ property_editor_in_a_generated_application"> http://wiki.eclipse.org/EMF/Recipes#Recipe:_Create_your_own_ property_editor_in_a_generated_application</a><br>
</blockquote>
<br>
Carlos wrote:
<blockquote cite="mid:hgfji5$8hc$1@build.eclipse.org" type="cite">I
think that it could be "ExtendedDialogCellEditor" in the project:
"org.eclipse.emf.common.ui" ...
<br>
</blockquote>
</body>
</html>

--------------030502030201090708050209--


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:EMF Performance - Loading, Saving, In-Memory
Next Topic:Error validating and converting Ecore model
Goto Forum:
  


Current Time: Thu Apr 25 11:13:11 GMT 2024

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

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

Back to the top