Uses of Interface
org.eclipse.net4j.util.container.IManagedContainer

Packages that use IManagedContainer
org.eclipse.net4j.util.concurrent Utility interfaces and classes commonly useful in concurrent programming. 
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.security Interfaces and classes for security, negotiation, authentication, authorization and cryptography. 
org.eclipse.net4j.util.ui Reusable UI components. 
org.eclipse.net4j.util.ui.container An element wizard framework for managed containers. 
 

Uses of IManagedContainer in org.eclipse.net4j.util.concurrent
 

Methods in org.eclipse.net4j.util.concurrent with parameters of type IManagedContainer
static ExecutorService ExecutorServiceFactory.get(IManagedContainer container)
           
static TimerLifecycle TimerLifecycle.DaemonFactory.getTimer(IManagedContainer container, String name)
           
 

Uses of IManagedContainer in org.eclipse.net4j.util.container
 

Subinterfaces of IManagedContainer in org.eclipse.net4j.util.container
 interface IPluginContainer
          A managed container that is configured by the extension registry .
 

Classes in org.eclipse.net4j.util.container that implement IManagedContainer
 class ManagedContainer
          A default implementation of a managed container.
 

Methods in org.eclipse.net4j.util.container that return IManagedContainer
static IManagedContainer ContainerUtil.createContainer()
           
 IManagedContainer IManagedContainer.registerFactory(IFactory factory)
           
 

Methods in org.eclipse.net4j.util.container with parameters of type IManagedContainer
static void ContainerUtil.prepareContainer(IManagedContainer container)
           
 Object IElementProcessor.process(IManagedContainer container, String productGroup, String factoryType, String description, Object element)
           
 

Uses of IManagedContainer in org.eclipse.net4j.util.security
 

Methods in org.eclipse.net4j.util.security with parameters of type IManagedContainer
protected  IRandomizer ChallengeNegotiatorConfigurer.getRandomizer(IManagedContainer container, String description)
           
protected  IUserManager ChallengeNegotiatorConfigurer.getUserManager(IManagedContainer container, String description)
           
 Object ChallengeNegotiatorConfigurer.process(IManagedContainer container, String productGroup, String factoryType, String description, Object element)
           
 Object ResponseNegotiatorInjector.process(IManagedContainer container, String productGroup, String factoryType, String description, Object element)
           
 

Uses of IManagedContainer in org.eclipse.net4j.util.ui
 

Methods in org.eclipse.net4j.util.ui with parameters of type IManagedContainer
protected  void FactoryTypeContentProvider.connectInput(IManagedContainer input)
           
protected  void FactoryTypeContentProvider.disconnectInput(IManagedContainer input)
           
 

Uses of IManagedContainer in org.eclipse.net4j.util.ui.container
 

Methods in org.eclipse.net4j.util.ui.container that return IManagedContainer
protected  IManagedContainer ElementWizard.getContainer()
           
protected  IManagedContainer ElementWizardComposite.getContainer()
           
protected  IManagedContainer ElementWizardDialog.getContainer()
           
 

Methods in org.eclipse.net4j.util.ui.container with parameters of type IManagedContainer
 void ElementWizard.create(Composite parent, IManagedContainer container, String productGroup, String factoryType, String defaultDescription, ValidationContext context)
           
 void IElementWizard.create(Composite parent, IManagedContainer container, String productGroup, String factoryType, String defaultDescription, ValidationContext context)
           
 

Constructors in org.eclipse.net4j.util.ui.container with parameters of type IManagedContainer
ElementWizardAction(Shell shell, String title, String toolTip, ImageDescriptor image, String productGroup, IManagedContainer container)
           
ElementWizardAction(Shell shell, String title, String toolTip, ImageDescriptor image, String productGroup, IManagedContainer container, String defaultFactoryType)
           
 



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