[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Diagram configuration option

Hello Nicola,

From the selection you'll receive EditPart instance (most probably). Using
this EditPart you can get View instance by calling (org.eclipse.gmf.runtime.notation.View) EditPart.GetModel()
The usign View.getStyle(EClass) or View.getStyles() you'll be able to access Style instance attached to the View of WorkflowType on step 5.


The rest is up to PropertyTab implementation - this is just a set of SWT controls, so you can develop any UI using normal eclipse ways to create UI..

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