Skip to main content



      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] Thu, 17 December 2009 23:17 Go to next message
Eclipse UserFriend
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 04:55 Go to previous messageGo to next message
Eclipse UserFriend
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 05:12 Go to previous message
Eclipse UserFriend
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--
Previous Topic:EMF Performance - Loading, Saving, In-Memory
Next Topic:Error validating and converting Ecore model
Goto Forum:
  


Current Time: Thu Jul 03 04:52:37 EDT 2025

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

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

Back to the top