[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: I need help with dynamic list

Hello,

did you or anybody else find a solution for this problem?
I also need to dynamically change a list of datatpyes, from which the
user should be able to choose one from :(.

Thanks in advance, Arne



Iván Jerez schrieb:
> Hello, this is my first thread.
> I need help for a GMF application.
> In my model, i´ve a enumeration of basictypes (int,byte, float, double,
> ...) and this enumeration is attribute for a EClass. I´d like want to
> this enumeration grow up with new values for the enumeration when a
> create in the RCP diagram new types.
> I´ve search in the news, but i haven´t found anything.
> Only i´ve look on the UML based on GMF, and i´ve seen that it´s
> possible, because when it create new class, this class can be a new type
> for another class´attribute.
> 
> Thank you and sorry for my english.