IBM Rational Software Modeler
Release 6.0

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

Packages that use IProvider
com.ibm.xtools.common.core.service Base service provider API.  
com.ibm.xtools.common.ui.services.properties   
com.ibm.xtools.patterns.core   
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 IProvider in com.ibm.xtools.common.core.service
 

Classes in com.ibm.xtools.common.core.service that implement IProvider
 class AbstractProvider
          The abstract parent of all service providers.
 

Methods in com.ibm.xtools.common.core.service with parameters of type IProvider
 Object IOperation.execute(IProvider provider)
          Executes this operation on the specified provider.
 void ProviderChangeEvent.setSource(IProvider source)
          Sets the source instance variable to the specified value.
 

Constructors in com.ibm.xtools.common.core.service with parameters of type IProvider
ProviderChangeEvent(IProvider source)
          Constructs a new provider change event for the specified provider.
 

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

Subinterfaces of IProvider in com.ibm.xtools.common.ui.services.properties
 interface IPropertiesProvider
          A IPropertiesProvider object.
 

Methods in com.ibm.xtools.common.ui.services.properties with parameters of type IProvider
 Object GetPropertySourceOperation.execute(IProvider provider)
           
 

Uses of IProvider in com.ibm.xtools.patterns.core
 

Classes in com.ibm.xtools.patterns.core that implement IProvider
 class AbstractPatternInstanceProvider
          Defines the operations that must be implemented by a pattern library plugin in order to create instances of patterns.
 

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

Classes in com.ibm.xtools.patterns.framework that implement IProvider
 class AbstractPatternLibrary
          This class is the abstract base class to all pattern libraries defined by the framework.
 

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

Subinterfaces of IProvider in com.ibm.xtools.presentation.services.decorator
 interface IDecoratorProvider
          Clients providing an extension to the DecoratorService need to create a decorator provider class that implements the IDecoratorProvider interface.
 

Methods in com.ibm.xtools.presentation.services.decorator with parameters of type IProvider
 Object CreateDecoratorsOperation.execute(IProvider provider)
           
 

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

Subinterfaces of IProvider in com.ibm.xtools.presentation.services.layout
 interface ILayoutNodesProvider
          The interface for providers of the layout provider extension point.
 

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

Classes in com.ibm.xtools.transform.core that implement IProvider
 class AbstractTransformationProvider
          The Abstract Transformation Provider is the base class used by authors to provide transformaitons.
 


IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

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