org.eclipse.net4j.util.container
Interface IPluginContainer

All Superinterfaces:
IContainer<Object>, ILifecycle, IManagedContainer, INotifier

public interface IPluginContainer
extends IManagedContainer

A managed container that is configured by the extension registry .

No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
ILifecycle.DeferrableActivation
 
Field Summary
static IPluginContainer INSTANCE
           
 
Method Summary
 
Methods inherited from interface org.eclipse.net4j.util.container.IManagedContainer
addPostProcessor, addPostProcessor, clearElements, getElement, getElement, getElementKey, getElements, getElements, getFactory, getFactoryRegistry, getFactoryTypes, getPostProcessors, getProductGroups, loadElements, putElement, registerFactory, removeElement, removePostProcessor, saveElements
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycle
activate, deactivate, getLifecycleState, isActive
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 

Field Detail

INSTANCE

static final IPluginContainer INSTANCE


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.