| [news.eclipse.modeling.gmf] Re: Changing a label to a dropdown menu |
These labels are of type WrappingLabel:
http://help.eclipse.org/stable/index.jsp?topic=/org.eclipse.gmf.doc/reference/api/runtime/org/eclipse/gmf/runtime/draw2d/ui/figures/WrappingLabel.html
WrappingLabel is used to draw the decorating icon along with the text (if ElementIcon is set to true in gmfgraph Diagram Label definition).
So maybe a place to start would be creating a custom figure by subclassing WrappingLabel.
/Anna