[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: cast exception for an EAttribute

And if XXXImpl is an EMF generated implementation class for interface XXX, then don't use the Impl class. :-P

Alex Shatalin wrote:
Hello spyro,

Try something like: ((XXXImpl) ((View) EditPart.getModel()).getElement())

-----------------
Alex Shatalin