Domain Modeling Layer

com.ibm.xtools.presentation.services.decorator
Class CreateDecoratorsOperation

java.lang.Object
  extended by com.ibm.xtools.presentation.services.decorator.CreateDecoratorsOperation
All Implemented Interfaces:
IOperation

Deprecated. Use the org.eclipse.gmf.runtime.diagram.ui CreateDecoratorsOperation instead. The diagram.ui should be used in place of the presentation plugin whenever possible.

public class CreateDecoratorsOperation
extends Object
implements IOperation

This is here for backwards compatibility only.

See Also:
CreateDecoratorsOperation

Field Summary
protected  IDecoratorTarget decoratorTarget
          Deprecated. the decorator target
 
Constructor Summary
CreateDecoratorsOperation(IDecoratorTarget decoratorTarget)
          Deprecated. Constructor for CreateDecoratorsOperation.
 
Method Summary
 Object execute(IProvider provider)
          Deprecated.  
 IDecoratorTarget getDecoratorTarget()
          Deprecated. Returns the object to be decorated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

decoratorTarget

protected final IDecoratorTarget decoratorTarget
Deprecated. 
the decorator target

Constructor Detail

CreateDecoratorsOperation

public CreateDecoratorsOperation(IDecoratorTarget decoratorTarget)
Deprecated. 
Constructor for CreateDecoratorsOperation.

Parameters:
decoratorTarget - the object to be decorated
Method Detail

execute

public Object execute(IProvider provider)
Deprecated. 
Specified by:
execute in interface IOperation
See Also:
IOperation.execute(IProvider)

getDecoratorTarget

public final IDecoratorTarget getDecoratorTarget()
Deprecated. 
Returns the object to be decorated.

Returns:
the decorator target

Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.