Domain Modeling Layer

com.ibm.xtools.presentation.services.decorator
Interface IDecoratorProvider

All Superinterfaces:
IProvider

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

public interface IDecoratorProvider
extends IProvider

This is here for backwards compatibility only.

See Also:
IDecoratorProvider

Method Summary
 void createDecorators(IDecoratorTarget decoratorTarget)
          Deprecated. Creates the decorators and installs them on the decorator target.
 
Methods inherited from interface org.eclipse.gmf.runtime.common.core.service.IProvider
addProviderChangeListener, provides, removeProviderChangeListener
 

Method Detail

createDecorators

void createDecorators(IDecoratorTarget decoratorTarget)
Deprecated. 
Creates the decorators and installs them on the decorator target. See example above.

Parameters:
decoratorTarget - the object to be decorated

Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.