Package org.eclipse.stp.core.sca.provider

SCA Model Item Providers

See:
          Description

Class Summary
AbstractImplementationItemProvider This is the item provider adapter for a AbstractImplementation object.
BindingItemProvider This is the item provider adapter for a Binding object.
ComponentItemProvider This is the item provider adapter for a Component object.
ComponentTypeItemProvider This is the item provider adapter for a ComponentType object.
CompositeItemProvider This is the item provider adapter for a Composite object.
EntryPointItemProvider This is the item provider adapter for a EntryPoint object.
ExternalServiceItemProvider This is the item provider adapter for a ExternalService object.
ImplementationComponentItemProvider This is the item provider adapter for a ImplementationComponent object.
ImplementationItemProvider This is the item provider adapter for a Implementation object.
InterfaceItemProvider This is the item provider adapter for a Interface object.
JavaImplementationItemProvider This is the item provider adapter for a JavaImplementation object.
JavaInterfaceItemProvider This is the item provider adapter for a JavaInterface object.
ModuleComponentItemProvider This is the item provider adapter for a ModuleComponent object.
ModuleFragmentItemProvider This is the item provider adapter for a ModuleFragment object.
ModuleItemProvider This is the item provider adapter for a Module object.
ModuleReferenceItemProvider This is the item provider adapter for a ModuleReference object.
ModuleServiceItemProvider This is the item provider adapter for a ModuleService object.
ModuleWireItemProvider This is the item provider adapter for a ModuleWire object.
PropertyItemProvider This is the item provider adapter for a Property object.
PropertyValueItemProvider This is the item provider adapter for a PropertyValue object.
PropertyValuesSetItemProvider This is the item provider adapter for a PropertyValuesSet object.
ReferenceItemProvider This is the item provider adapter for a Reference object.
ReferenceValueItemProvider This is the item provider adapter for a ReferenceValue object.
ReferenceValuesSetItemProvider This is the item provider adapter for a ReferenceValuesSet object.
SCABindingItemProvider This is the item provider adapter for a SCABinding object.
SCACoreRootItemProvider This is the item provider adapter for a SCACoreRoot object.
SCAItemProviderAdapterFactory This is the factory that is used to provide the interfaces needed to support Viewers.
ServiceItemProvider This is the item provider adapter for a Service object.
SLSBBindingItemProvider This is the item provider adapter for a SLSBBinding object.
SubsystemItemProvider This is the item provider adapter for a Subsystem object.
SystemWireItemProvider This is the item provider adapter for a SystemWire object.
UnknownImplementationItemProvider This is the item provider adapter for a UnknownImplementation object.
WebServiceBindingItemProvider This is the item provider adapter for a WebServiceBinding object.
WSDLPortTypeItemProvider This is the item provider adapter for a WSDLPortType object.
 

Package org.eclipse.stp.core.sca.provider Description

SCA Model Item Providers

 

Overview

EMF ItemProviders assist JFace ContentProviders in rendering EMF models in viewers. This package contains the generated EMF ItemProviders for the SCA model along with various customizations for enhanced rendering for usability.

[Top]