[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] Re: Non-resizable movable nodes

I think you would override createChildEditPolicy(EditPart child) in your XYLayoutEditPolicy, and return a new NonResizableEditPolicy().

- Sean

Peter Smith wrote:
Hi,

Anyone know the easiest way to make a node movable but not resizable? Do I have to implement my own DragTracker to accomplish this?
Thanks,
Peter