A C D E G I N O R S

C

Context - class org.eclipse.stp.core.saf.Context.
This class is used to filter the handler result set, returned by ISAFManager, based on the type of model (service model, implementation model, etc.) being authored.
Context(String, String, String) - Constructor for class org.eclipse.stp.core.saf.Context
 
Context(SCAObject, String) - Constructor for class org.eclipse.stp.core.saf.Context
 
canAddReference() - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
canAddReference() - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if a reference can be added by the client to a component of the supported kind.
canAddService() - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
canAddService() - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if a service can be added by the client to a component of the supported kind.
canCreateComponent() - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
canCreateComponent() - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if an unimplemented component of the kind supported by this handler can be created.
canCreateComponentFor(Object) - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
canCreateComponentFor(Object) - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if a component of the kind supported by this handler can be created for the specified implementation file.
canCreateEntryPointBinding() - Method in class org.eclipse.stp.core.saf.handler.AbstractEntryPointHandler
 
canCreateEntryPointBinding() - Method in interface org.eclipse.stp.core.saf.handler.IEntryPointHandler
Queries if the entry point handler provides support for creating an entry point binding using the method createEntryPointBindingFor().
canCreateEntryPointFor(Object) - Method in class org.eclipse.stp.core.saf.handler.AbstractEntryPointHandler
 
canCreateEntryPointFor(Object) - Method in interface org.eclipse.stp.core.saf.handler.IEntryPointHandler
Queries if an entry point of the kind supported by this handler can be created for the specified model object.
canCreateExternalServiceBinding() - Method in class org.eclipse.stp.core.saf.handler.AbstractExternalServiceHandler
 
canCreateExternalServiceBinding() - Method in interface org.eclipse.stp.core.saf.handler.IExternalServiceHandler
Queries if the external service handler provides support for creating an external service binding using the method createExternalServiceBindingFor().
canCreateExternalServiceFor(Object) - Method in class org.eclipse.stp.core.saf.handler.AbstractExternalServiceHandler
 
canCreateExternalServiceFor(Object) - Method in interface org.eclipse.stp.core.saf.handler.IExternalServiceHandler
Queries if an external service of the kind supported by this handler can be created for the specified model object.
canCreateImplementation() - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
canCreateImplementation() - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if implementation files can be created for components created by this component handler.
canCreateInterfaceFor(Object) - Method in class org.eclipse.stp.core.saf.handler.AbstractInterfaceHandler
 
canCreateInterfaceFor(Object) - Method in interface org.eclipse.stp.core.saf.handler.IInterfaceHandler
Queries if an interface of the kind supported by this handler can be created for the specified interface object.
canCreateInterfaceObject() - Method in class org.eclipse.stp.core.saf.handler.AbstractInterfaceHandler
 
canCreateInterfaceObject() - Method in interface org.eclipse.stp.core.saf.handler.IInterfaceHandler
Queries if this handler can create an interface object for the supported type.
canCreateManyEntryPointBindings() - Method in class org.eclipse.stp.core.saf.handler.AbstractEntryPointHandler
 
canCreateManyEntryPointBindings() - Method in interface org.eclipse.stp.core.saf.handler.IEntryPointHandler
Queries if the entry point handler provides support for creating more than one binding instance for an entry point.
canCreateManyExternalServiceBindings() - Method in class org.eclipse.stp.core.saf.handler.AbstractExternalServiceHandler
 
canCreateManyExternalServiceBindings() - Method in interface org.eclipse.stp.core.saf.handler.IExternalServiceHandler
Queries if the external service handler provides support for creating more than one binding instance for an external service.
canSetImplementation() - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
canSetImplementation() - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if the component handler provides support for setting the implementation of a component using the method setImplementation().
canSetInterface() - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
canSetInterface() - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Queries if an interface can be set by the client in an existing service or reference contained by a component of the supported kind.
clearError() - Method in interface org.eclipse.stp.core.saf.ui.contribution.IEditorHandler
Instructs the editor to clear any errors it may currently be reporting.
createComponent() - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Creates a component of the kind this handler is specialized for.
createComponentFor(Object, IContainer, IUIContext) - Method in class org.eclipse.stp.core.saf.handler.AbstractComponentHandler
 
createComponentFor(Object, IContainer, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Creates a component with an implementation based on the specified implementation model object.
createControls(Composite, Object) - Method in interface org.eclipse.stp.core.saf.ui.contribution.ISOAPropertiesContribution
Creates the controls for the PropertyPage.
createEntryPointBindingFor(EntryPoint, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IEntryPointHandler
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.
createEntryPointFor(Object, IContainer, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IEntryPointHandler
Creates an entry point with a binding of the kind supported by this handler for the specified service.
createExternalServiceBindingFor(ExternalService, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IExternalServiceHandler
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.
createExternalServiceFor(Object, IContainer, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IExternalServiceHandler
Creates an external service with a binding of the kind supported by this handler for the specified model object.
createImplementationFor(Component, IContainer, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IComponentHandler
Creates an implementation file or files for the specified component based on the definition of the component.
createInstance(Object, String, String) - Method in interface org.eclipse.stp.core.saf.ui.contribution.ISOAPropertiesContribution
Create and initialize an instance of the type.
createInterfaceFor(Object, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IInterfaceHandler
Creates an SCA interface from the given interface object.
createInterfaceObject(IProject, String, IUIContext) - Method in interface org.eclipse.stp.core.saf.handler.IInterfaceHandler
Creates a new interface object to be used by an SCA interface.
createName(String, SCAObject) - Method in interface org.eclipse.stp.core.saf.IUIContext
This method will evaluate the uniqueness of the given test name within the context for which this callback class was instantiated.

A C D E G I N O R S