Package org.eclipse.net4j.util.container
Interface IPluginContainer
- 
- All Superinterfaces:
- IContainer<java.lang.Object>,- IDeactivateable,- ILifecycle,- IManagedContainer,- INotifier
 
 public interface IPluginContainer extends IManagedContainer Amanaged containerthat is configured by theextension registry.- Author:
- Eike Stepper
- 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.IContainerIContainer.Modifiable<E>, IContainer.Persistable<E>, IContainer.Persistence<E>
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleILifecycle.DeferrableActivation
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IManagedContainerIManagedContainer.ContainerAware
 - 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static IPluginContainerINSTANCE
 - 
Method Summary- 
Methods inherited from interface org.eclipse.net4j.util.container.IContainergetElements, isEmpty
 - 
Methods inherited from interface org.eclipse.net4j.util.lifecycle.ILifecycleactivate, deactivate, getLifecycleState, isActive
 - 
Methods inherited from interface org.eclipse.net4j.util.container.IManagedContaineraddPostProcessor, addPostProcessor, clearElements, forEachElement, forEachElement, forEachElement, getElement, getElement, getElementKey, getElementOrNull, getElements, getElements, getFactory, getFactoryRegistry, getFactoryTypes, getName, getPostProcessors, getProductGroups, loadElements, putElement, registerFactory, removeElement, removePostProcessor, saveElements, setName
 - 
Methods inherited from interface org.eclipse.net4j.util.event.INotifieraddListener, getListeners, hasListeners, removeListener
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final IPluginContainer INSTANCE 
 
- 
 
-