org.eclipse.net4j.util.container
Interface IPluginContainer

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

public interface IPluginContainer
extends IManagedContainer

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.IContainer
IContainer.Modifiable<E>
 
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 - 2011 Eike Stepper (Berlin, Germany) and others.