|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ContainerTypeDescription in org.eclipse.ecf.core |
|---|
| Methods in org.eclipse.ecf.core that return ContainerTypeDescription | |
|---|---|
ContainerTypeDescription |
IContainerFactory.addDescription(ContainerTypeDescription containerTypeDescription)
Add a ContainerTypeDescription to the set of known ContainerDescriptions. |
ContainerTypeDescription |
ContainerFactory.addDescription(ContainerTypeDescription containerTypeDescription)
|
protected ContainerTypeDescription |
ContainerFactory.addDescription0(ContainerTypeDescription containerTypeDescription)
|
ContainerTypeDescription |
IContainerManager.getContainerTypeDescription(ID containerID)
Get the container type description used to create the container with the given ID. |
ContainerTypeDescription |
ContainerFactory.getContainerTypeDescription(ID containerID)
|
protected ContainerTypeDescription |
ContainerFactory.getDescription0(ContainerTypeDescription containerTypeDescription)
|
protected ContainerTypeDescription |
ContainerFactory.getDescription0(java.lang.String containerTypeDescriptionName)
|
ContainerTypeDescription |
IContainerFactory.getDescriptionByName(java.lang.String containerTypeDescriptionName)
Get the known ContainerTypeDescription given it's name. |
ContainerTypeDescription |
ContainerFactory.getDescriptionByName(java.lang.String containerTypeDescriptionName)
|
ContainerTypeDescription[] |
IContainerFactory.getDescriptionsForContainerAdapter(java.lang.Class containerAdapter)
Get container type descriptions that support the given containerAdapter |
ContainerTypeDescription[] |
ContainerFactory.getDescriptionsForContainerAdapter(java.lang.Class containerAdapter)
|
ContainerTypeDescription |
IContainerFactory.removeDescription(ContainerTypeDescription containerTypeDescription)
Remove given description from set known to this factory. |
ContainerTypeDescription |
ContainerFactory.removeDescription(ContainerTypeDescription containerTypeDescription)
|
protected ContainerTypeDescription |
ContainerFactory.removeDescription0(ContainerTypeDescription containerTypeDescription)
|
| Methods in org.eclipse.ecf.core with parameters of type ContainerTypeDescription | |
|---|---|
IContainer |
IContainerManager.addContainer(IContainer container,
ContainerTypeDescription typeDescription)
Add given container to manager. |
IContainer |
ContainerFactory.addContainer(IContainer container,
ContainerTypeDescription typeDescription)
|
ContainerTypeDescription |
IContainerFactory.addDescription(ContainerTypeDescription containerTypeDescription)
Add a ContainerTypeDescription to the set of known ContainerDescriptions. |
ContainerTypeDescription |
ContainerFactory.addDescription(ContainerTypeDescription containerTypeDescription)
|
protected ContainerTypeDescription |
ContainerFactory.addDescription0(ContainerTypeDescription containerTypeDescription)
|
boolean |
IContainerFactory.containsDescription(ContainerTypeDescription containerTypeDescription)
Check to see if a given named description is already contained by this factory |
boolean |
ContainerFactory.containsDescription(ContainerTypeDescription containerTypeDescription)
|
protected boolean |
ContainerFactory.containsDescription0(ContainerTypeDescription containerTypeDescription)
|
IContainer |
IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription)
Create a new container. |
IContainer |
ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription)
|
IContainer |
IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
ID containerID)
Create a new container. |
IContainer |
ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
ID containerID)
|
IContainer |
IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
ID containerID,
java.lang.Object[] parameters)
Create a new container. |
IContainer |
ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
ID containerID,
java.lang.Object[] parameters)
|
IContainer |
IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
java.lang.Object[] parameters)
Create a new container. |
IContainer |
ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
java.lang.Object[] parameters)
|
IContainer |
IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
java.lang.String containerId)
Create a new container. |
IContainer |
ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
java.lang.String containerId)
|
IContainer |
IContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
java.lang.String containerId,
java.lang.Object[] parameters)
Create a new container. |
IContainer |
ContainerFactory.createContainer(ContainerTypeDescription containerTypeDescription,
java.lang.String containerId,
java.lang.Object[] parameters)
|
IContainer |
BaseContainer.Instantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] parameters)
|
protected ContainerTypeDescription |
ContainerFactory.getDescription0(ContainerTypeDescription containerTypeDescription)
|
java.lang.String[] |
BaseContainer.Instantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
|
java.lang.Class[][] |
BaseContainer.Instantiator.getSupportedParameterTypes(ContainerTypeDescription description)
|
ContainerTypeDescription |
IContainerFactory.removeDescription(ContainerTypeDescription containerTypeDescription)
Remove given description from set known to this factory. |
ContainerTypeDescription |
ContainerFactory.removeDescription(ContainerTypeDescription containerTypeDescription)
|
protected ContainerTypeDescription |
ContainerFactory.removeDescription0(ContainerTypeDescription containerTypeDescription)
|
| Uses of ContainerTypeDescription in org.eclipse.ecf.core.provider |
|---|
| Methods in org.eclipse.ecf.core.provider with parameters of type ContainerTypeDescription | |
|---|---|
IContainer |
IContainerInstantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] parameters)
Create instance of IContainer. |
IContainer |
BaseContainerInstantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] parameters)
|
java.lang.String[] |
IContainerInstantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
Get array of supported adapters for the given container type description. |
java.lang.String[] |
BaseContainerInstantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
|
java.lang.String[] |
IContainerInstantiator.getSupportedIntents(ContainerTypeDescription description)
Get supported intents for the container instantiated by this instantiator. |
java.lang.String[] |
BaseContainerInstantiator.getSupportedIntents(ContainerTypeDescription description)
|
java.lang.Class[][] |
IContainerInstantiator.getSupportedParameterTypes(ContainerTypeDescription description)
Get array of parameter types for given container type description. |
java.lang.Class[][] |
BaseContainerInstantiator.getSupportedParameterTypes(ContainerTypeDescription description)
|
| Uses of ContainerTypeDescription in org.eclipse.ecf.core.sharedobject |
|---|
| Methods in org.eclipse.ecf.core.sharedobject with parameters of type ContainerTypeDescription | |
|---|---|
ISharedObjectContainer |
SharedObjectContainerFactory.createSharedObjectContainer(ContainerTypeDescription desc,
java.lang.Object[] args)
|
ISharedObjectContainer |
ISharedObjectContainerFactory.createSharedObjectContainer(ContainerTypeDescription desc,
java.lang.Object[] args)
Make ISharedObjectContainer instance. |
| Uses of ContainerTypeDescription in org.eclipse.ecf.provider.discovery |
|---|
| Methods in org.eclipse.ecf.provider.discovery with parameters of type ContainerTypeDescription | |
|---|---|
IContainer |
SingletonDiscoveryContainerInstantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] parameters)
|
IContainer |
CompositeDiscoveryContainerInstantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] parameters)
|
java.lang.String[] |
SingletonDiscoveryContainerInstantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
|
java.lang.String[] |
CompositeDiscoveryContainerInstantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
|
java.lang.String[] |
SingletonDiscoveryContainerInstantiator.getSupportedIntents(ContainerTypeDescription description)
|
java.lang.String[] |
CompositeDiscoveryContainerInstantiator.getSupportedIntents(ContainerTypeDescription description)
|
java.lang.Class[][] |
SingletonDiscoveryContainerInstantiator.getSupportedParameterTypes(ContainerTypeDescription description)
|
java.lang.Class[][] |
CompositeDiscoveryContainerInstantiator.getSupportedParameterTypes(ContainerTypeDescription description)
|
| Uses of ContainerTypeDescription in org.eclipse.ecf.provider.generic |
|---|
| Methods in org.eclipse.ecf.provider.generic with parameters of type ContainerTypeDescription | |
|---|---|
IContainer |
GenericContainerInstantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] args)
|
java.lang.String[] |
GenericContainerInstantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
|
java.lang.String[] |
GenericContainerInstantiator.getSupportedIntents(ContainerTypeDescription description)
|
java.lang.Class[][] |
GenericContainerInstantiator.getSupportedParameterTypes(ContainerTypeDescription description)
|
protected boolean |
GenericContainerInstantiator.isClient(ContainerTypeDescription description)
|
| Uses of ContainerTypeDescription in org.eclipse.ecf.provider.jmdns.container |
|---|
| Methods in org.eclipse.ecf.provider.jmdns.container with parameters of type ContainerTypeDescription | |
|---|---|
IContainer |
ContainerInstantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] args)
|
java.lang.String[] |
ContainerInstantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
|
java.lang.String[] |
ContainerInstantiator.getSupportedIntents(ContainerTypeDescription description)
|
java.lang.Class[][] |
ContainerInstantiator.getSupportedParameterTypes(ContainerTypeDescription description)
|
| Uses of ContainerTypeDescription in org.eclipse.ecf.provider.jslp.container |
|---|
| Methods in org.eclipse.ecf.provider.jslp.container with parameters of type ContainerTypeDescription | |
|---|---|
IContainer |
ContainerInstantiator.createInstance(ContainerTypeDescription description,
java.lang.Object[] args)
|
java.lang.String[] |
ContainerInstantiator.getSupportedAdapterTypes(ContainerTypeDescription description)
|
java.lang.String[] |
ContainerInstantiator.getSupportedIntents(ContainerTypeDescription description)
|
java.lang.Class[][] |
ContainerInstantiator.getSupportedParameterTypes(ContainerTypeDescription description)
|
| Uses of ContainerTypeDescription in org.eclipse.ecf.ui |
|---|
| Fields in org.eclipse.ecf.ui declared as ContainerTypeDescription | |
|---|---|
protected ContainerTypeDescription |
ContainerConfigurationResult.containerTypeDescription
|
| Methods in org.eclipse.ecf.ui that return ContainerTypeDescription | |
|---|---|
ContainerTypeDescription |
ContainerConfigurationResult.getContainerTypeDescription()
|
| Methods in org.eclipse.ecf.ui with parameters of type ContainerTypeDescription | |
|---|---|
void |
IConfigurationWizard.init(org.eclipse.ui.IWorkbench workbench,
ContainerTypeDescription description)
Initialize the wizard with the workbench and the desired container type description |
| Constructors in org.eclipse.ecf.ui with parameters of type ContainerTypeDescription | |
|---|---|
ContainerConfigurationResult(ContainerTypeDescription containerTypeDescription,
IContainer container)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||