Runtime

Uses of Interface
org.eclipse.gmf.runtime.diagram.ui.services.decorator.IDecoratorTarget

Packages that use IDecoratorTarget
org.eclipse.gmf.runtime.diagram.ui.editpolicies Aurora internal packages Package Specification This package contains the edit policy classes.  
org.eclipse.gmf.runtime.diagram.ui.services.decorator Aurora internal packages Package Specification this package contains the decorator specific classes like the provider, operation and the decorator itself 
 

Uses of IDecoratorTarget in org.eclipse.gmf.runtime.diagram.ui.editpolicies
 

Classes in org.eclipse.gmf.runtime.diagram.ui.editpolicies that implement IDecoratorTarget
 class DecorationEditPolicy.DecoratorTarget
          The decoratorTarget object to be passed to the service.
 

Uses of IDecoratorTarget in org.eclipse.gmf.runtime.diagram.ui.services.decorator
 

Fields in org.eclipse.gmf.runtime.diagram.ui.services.decorator declared as IDecoratorTarget
protected  IDecoratorTarget CreateDecoratorsOperation.decoratorTarget
          the decorator target
 

Methods in org.eclipse.gmf.runtime.diagram.ui.services.decorator that return IDecoratorTarget
 IDecoratorTarget CreateDecoratorsOperation.getDecoratorTarget()
          Returns the object to be decorated.
 

Methods in org.eclipse.gmf.runtime.diagram.ui.services.decorator with parameters of type IDecoratorTarget
 void IDecoratorProvider.createDecorators(IDecoratorTarget decoratorTarget)
          Creates the decorators and installs them on the decorator target.
 

Constructors in org.eclipse.gmf.runtime.diagram.ui.services.decorator with parameters of type IDecoratorTarget
AbstractDecorator(IDecoratorTarget decoratorTarget)
          Creates a new AbstractDecorator for the decorator target passed in.
CreateDecoratorsOperation(IDecoratorTarget decoratorTarget)
          Constructor for CreateDecoratorsOperation.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.