[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: List attributes
|
- From: aldi84@xxxxxxxxxx (Aldo)
- Date: Thu, 29 Jan 2009 17:19:17 +0000 (UTC)
- Newsgroups: eclipse.modeling.gmf
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Alex Boyko wrote:
Hi,
What are the entries in the list? Do you create new views for those?
If list items correspond to structural features of the semantic element,
then use SemanticListCompartmentEditPart. Override
#semanticChildAdded(...) method to create editparts for list items. Use
DecoratedListItemCompartmentEditPart for list items. The best view
implementation for your compartment would be SemanticListCompartment view
(it's in HEAD, but not in the build yet).
Hope this helps.
Cheers,
Alex
Hi.
Thanks for your reply. I try to be more clear.
This is what i have.
http://img218.imageshack.us/img218/6359/ab2iw7.th.png
And this is what i want.
http://img520.imageshack.us/img520/237/an1at6.png
Thanks for your help.