Constructors in org.eclipse.gmf.runtime.lite.commands with parameters of type IViewDecorator |
CreateNotationalEdgeCommand(org.eclipse.gmf.runtime.notation.Diagram parent,
org.eclipse.emf.ecore.EObject domainElement,
org.eclipse.gmf.runtime.notation.View source,
org.eclipse.gmf.runtime.notation.View target,
IViewDecorator decorator)
|
CreateNotationalNodeCommand(org.eclipse.gmf.runtime.notation.View parent,
org.eclipse.emf.ecore.EObject domainElement,
org.eclipse.draw2d.geometry.Rectangle constraint,
IViewDecorator decorator)
|
CreateNotationalNodeCommand(org.eclipse.gmf.runtime.notation.View parent,
org.eclipse.emf.ecore.EObject domainElement,
org.eclipse.draw2d.geometry.Rectangle constraint,
IViewDecorator decorator,
boolean expose)
Creates a command that, upon execution, will create a notational node as a child of the given parent view
to represent the given domain element. |