Uses of Interface
org.eclipse.stp.core.saf.IUIContext

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

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

Methods in org.eclipse.stp.core.saf.handler with parameters of type IUIContext
 org.eclipse.stp.core.sca.Interface IInterfaceHandler.createInterfaceFor(java.lang.Object interfaceObj, IUIContext callback)
          Creates an SCA interface from the given interface object.
 java.lang.Object IInterfaceHandler.createInterfaceObject(org.eclipse.core.resources.IProject defaultLocation, java.lang.String interfaceName, IUIContext callback)
          Creates a new interface object to be used by an SCA interface.
 org.eclipse.stp.core.sca.SCAObject[] IExternalServiceHandler.createExternalServiceFor(java.lang.Object service, org.eclipse.core.resources.IContainer container, IUIContext callback)
          Creates an external service with a binding of the kind supported by this handler for the specified model object.
 org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation IExternalServiceHandler.createExternalServiceBindingFor(org.eclipse.stp.core.sca.ExternalService theExternalService, IUIContext callback)
          Adds a binding of the kind supported by this handler to the specified ExternalService object, based on the specified service file and the interfaces in the external service definition.
 org.eclipse.stp.core.sca.SCAObject[] IEntryPointHandler.createEntryPointFor(java.lang.Object service, org.eclipse.core.resources.IContainer container, IUIContext callback)
          Creates an entry point with a binding of the kind supported by this handler for the specified service.
 org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation IEntryPointHandler.createEntryPointBindingFor(org.eclipse.stp.core.sca.EntryPoint theEntryPoint, IUIContext callback)
          Adds a binding of the kind supported by this handler to the specified EntryPoint object, based on the specified target and interfaces in the entry point definition.
 org.eclipse.stp.core.sca.SCAObject[] IComponentHandler.createComponentFor(java.lang.Object implementationObj, org.eclipse.core.resources.IContainer container, IUIContext callback)
          Creates a component with an implementation based on the specified implementation model object.
 org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation IComponentHandler.createImplementationFor(org.eclipse.stp.core.sca.Component theComponent, org.eclipse.core.resources.IContainer container, IUIContext callback)
          Creates an implementation file or files for the specified component based on the definition of the component.
 org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation IComponentHandler.setImplementation(org.eclipse.stp.core.sca.Component component, java.lang.Object implementationObject, IUIContext callback)
          Sets the implementation of the component to the specified model object.
 org.eclipse.stp.core.sca.SCAObject[] AbstractComponentHandler.createComponentFor(java.lang.Object implementationObj, org.eclipse.core.resources.IContainer container, IUIContext callback)
           
 org.eclipse.wst.common.frameworks.datamodel.IDataModelOperation AbstractComponentHandler.setImplementation(org.eclipse.stp.core.sca.Component component, java.lang.Object implementationFile, IUIContext callback)