IBM Rational Software Modeler
Release 6.0

Uses of Interface
com.ibm.xtools.common.core.service.IOperation

Packages that use IOperation
com.ibm.xtools.common.core.service Base service provider API.  
com.ibm.xtools.common.ui.services.properties   
com.ibm.xtools.patterns.framework Provides the base classes that form the patterns framework.  
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.  
com.ibm.xtools.presentation.services.layout Layout Service Package Specification This package exposes the Layout Service Provider API.  
com.ibm.xtools.transform.core   
 

Uses of IOperation in com.ibm.xtools.common.core.service
 

Methods in com.ibm.xtools.common.core.service with parameters of type IOperation
 boolean IProvider.provides(IOperation operation)
          Indicates whether this provider provides the specified operation.
 boolean IProviderPolicy.provides(IOperation operation)
          Indicates whether this provider provides the specified operation.
 

Uses of IOperation in com.ibm.xtools.common.ui.services.properties
 

Classes in com.ibm.xtools.common.ui.services.properties that implement IOperation
 class GetPropertySourceOperation
          An operation which will execute providers in order of priorities (from HIGHEST to LOWEST), obtain a property source from each, and append each result into a linked list of ICompositePropertySource property source objects.
 

Uses of IOperation in com.ibm.xtools.patterns.framework
 

Methods in com.ibm.xtools.patterns.framework with parameters of type IOperation
 boolean AbstractPatternLibrary.provides(IOperation operation)
          Indicates whether this pattern library provides the given operation as defined by the pattern service.
 

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

Classes in com.ibm.xtools.presentation.services.decorator that implement IOperation
 class CreateDecoratorsOperation
          The operation used with the Decoration Service.
 

Uses of IOperation in com.ibm.xtools.presentation.services.layout
 

Subinterfaces of IOperation in com.ibm.xtools.presentation.services.layout
 interface ILayoutNodesOperation
          Interface describing the layout operation for a set of nodes with corresponding sizes.
 

Uses of IOperation in com.ibm.xtools.transform.core
 

Methods in com.ibm.xtools.transform.core with parameters of type IOperation
 boolean AbstractTransformationProvider.provides(IOperation operation)
           
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.