[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] label providers

Hi,

I've got the following structure in my view:

Component
 - Service1
    - Attribute1
    - Service2
 - Service2
 - Entity1
 - Entity2

As you can see, the object Service1 appears in different places in the tree. 
How do I customize the label provider to take this into account. 
Specifically, I want the label to state "implements Service2" when Service2 
appears as a child of Service1.

- Anders