[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] How do I prevent an EditPart from moving

Hello all,

I am trying to create some editparts that cannot be moved or resized.
I have managed to disallow resizing by using the NonResizableEditPolicyEx
However I haven't managed to stop them from moving.
Not sure which editpolicy I should be using for this.
Can someone point me in the right direction ?

Thanks.