Domain Modeling Layer

Uses of Interface
com.ibm.xtools.presentation.services.decorator.IDecorator

Packages that use IDecorator
com.ibm.xtools.presentation.services.decorator Decorator Service Package Specification This package exposes the Decorator Service Provider API so that a client can add a new decorator. 
 

Uses of IDecorator in com.ibm.xtools.presentation.services.decorator
 

Methods in com.ibm.xtools.presentation.services.decorator with parameters of type IDecorator
 void IDecoratorTarget.installDecorator(Object key, IDecorator decorator)
          Deprecated. Installs a decorator on this decorator target using a key (a String identifier).
 


Domain Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.