[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Add min/max handle to node with compartment

To add Min/Max icons look at:
org.eclipse.gmf.runtime.diagram.ui.internal.figures.CollapseFigure.fillShape()
You also have to create your own CollapseHandle.

I had many side effects when I tried to add the handle to a compartment. I'll try and add it to the outer node.

-Arvinder