Uses of Interface
org.eclipse.stp.core.saf.handler.IComponentHandler

Packages that use IComponentHandler
org.eclipse.stp.core.saf   
org.eclipse.stp.core.saf.handler   
 

Uses of IComponentHandler in org.eclipse.stp.core.saf
 

Methods in org.eclipse.stp.core.saf that return IComponentHandler
 IComponentHandler[] ISAFManager.getAllComponentHandlers(Context context)
          Returns an array of IComponentHandler for all supported component kinds.
 IComponentHandler[] ISAFManager.getComponentHandlersFor(Context context, java.lang.Object implementationObj)
          This method calls the canCreateComponentFor() method of all component handlers, passing the implementation model object.
 IComponentHandler ISAFManager.getHandlerFor(org.eclipse.stp.core.sca.Component theComponent)
          Returns the IComponentHandler for the kind of the specified component or returns null if the component has no kind.
 

Uses of IComponentHandler in org.eclipse.stp.core.saf.handler
 

Classes in org.eclipse.stp.core.saf.handler that implement IComponentHandler
 class AbstractComponentHandler
          This class is to be extended by all component handler contributions.