Uses of Interface
org.eclipse.gmf.runtime.lite.services.IViewDecorator

Packages that use IViewDecorator
org.eclipse.gmf.runtime.lite.commands   
 

Uses of IViewDecorator in org.eclipse.gmf.runtime.lite.commands
 

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.
 



Copyright © 2012. All Rights Reserved.