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

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

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

Methods in org.eclipse.stp.core.saf that return IInterfaceHandler
 IInterfaceHandler[] ISAFManager.getAllInterfaceHandlers()
          Returns an array of IInterfaceHandler for all available interface kinds.
 IInterfaceHandler ISAFManager.getHandlerFor(org.eclipse.stp.core.sca.Interface theInterface)
          Returns the IInterfaceHandler for the kind of the specified interface or returns null if the interface has no kind.
 IInterfaceHandler[] ISAFManager.getInterfaceHandlersFor(java.lang.Object interfaceObj)
          This method calls the canCreateInterfaceFor(Object) method of all interface handlers, passing the object.
 

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

Classes in org.eclipse.stp.core.saf.handler that implement IInterfaceHandler
 class AbstractInterfaceHandler
          This class is to be extended by all interface handler contributions.
 

Methods in org.eclipse.stp.core.saf.handler with parameters of type IInterfaceHandler
 boolean IExternalServiceHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
          Queries if an external service of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its interface set.
 boolean IEntryPointHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
          Queries if an entry point of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its interface set.
 boolean IComponentHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler, boolean service)
          Queries if a component of the kind supported by this handler supports interfaces of the kind specified by the given interface handler in its services or references.
 boolean AbstractExternalServiceHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
           
 boolean AbstractEntryPointHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler)
           
 boolean AbstractComponentHandler.isInterfaceKindSupported(IInterfaceHandler interfaceHandler, boolean interfaceSet)