protected IContainerFactory getContainerFactoryService() {
return Activator.getDefault().getContainerFactory();
}
protected ContainerTypeDescription createContainerTypeDescription() {
return new ContainerTypeDescription(CONTAINER_TYPE_NAME,
new IContainerInstantiator() {
public IContainer createInstance(
ContainerTypeDescription description,
Object[] parameters)
throws ContainerCreateException {