Uses of Interface
org.eclipse.net4j.util.container.IManagedContainer
Package
Description
Utility classes.
Utility interfaces and classes commonly useful in concurrent programming.
A framework of notifying collections and wiring containers.
A framework for factory based instance creation.
Interfaces and classes for platform-independent operations and maintenance (O&M).
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
Reusable UI components.
An element wizard framework for managed containers.
Helpers for Eclipse view parts.
A library with reusable widgets.
-
Uses of IManagedContainer in org.eclipse.net4j.util
Modifier and TypeMethodDescriptionstatic String
StringUtil.convert
(String str, IManagedContainer container) static String
StringUtil.convert
(String str, IManagedContainer container, Pattern pattern) static <T> T
StringUtil.parse
(String str, IManagedContainer container, Class<T> type) static <T> T
StringUtil.parse
(String str, IManagedContainer container, Class<T> type, boolean enumCaseSensitive) -
Uses of IManagedContainer in org.eclipse.net4j.util.concurrent
Modifier and TypeMethodDescriptionstatic ExecutorService
ExecutorServiceFactory.get
(IManagedContainer container) static ExecutorService
ConcurrencyUtil.getExecutorService
(IManagedContainer container) static TimerLifecycle
TimerLifecycle.DaemonFactory.getTimer
(IManagedContainer container, String name) -
Uses of IManagedContainer in org.eclipse.net4j.util.container
Modifier and TypeInterfaceDescriptioninterface
Amanaged container
that is configured by theextension registry
.Modifier and TypeMethodDescriptionstatic IManagedContainer
ContainerUtil.createContainer()
static IManagedContainer
ContainerUtil.createPluginContainer()
Creates a new managed container that discovers factory and element processor registrations in plug-in extensions.static IManagedContainer
ContainerUtil.getContainer
(Object object) IManagedContainerProvider.getContainer()
IManagedContainerFactory.getManagedContainer()
Obtains the container that I should use to get my dependencies.IManagedContainer.registerFactory
(IFactory factory) IManagedContainer.unregisterFactory
(IFactory factory) ManagedContainer.unregisterFactory
(IFactory factory) Modifier and TypeMethodDescriptionstatic void
ContainerUtil.prepareContainer
(IManagedContainer container) IElementProcessor.process
(IManagedContainer container, String productGroup, String factoryType, String description, Object element) void
IManagedContainer.ContainerAware.setManagedContainer
(IManagedContainer container) Assigns the container that I should use to get my dependencies. -
Uses of IManagedContainer in org.eclipse.net4j.util.factory
Modifier and TypeMethodDescriptionfinal IManagedContainer
TreeFactory.ContainerAware.getContainer()
Modifier and TypeMethodDescriptionfinal void
TreeFactory.ContainerAware.setManagedContainer
(IManagedContainer container) -
Uses of IManagedContainer in org.eclipse.net4j.util.om
-
Uses of IManagedContainer in org.eclipse.net4j.util.security
Modifier and TypeMethodDescriptionprotected IRandomizer
ChallengeNegotiatorConfigurer.getRandomizer
(IManagedContainer container, String description) protected IUserManager
ChallengeNegotiatorConfigurer.getUserManager
(IManagedContainer container, String description) ChallengeNegotiatorConfigurer.process
(IManagedContainer container, String productGroup, String factoryType, String description, Object element) ResponseNegotiatorInjector.process
(IManagedContainer container, String productGroup, String factoryType, String description, Object element) -
Uses of IManagedContainer in org.eclipse.net4j.util.security.operations
Modifier and TypeMethodDescriptionstatic AuthorizableOperation
AuthorizableOperationFactory.getAuthorizableOperation
(IManagedContainer container, String operationID) static AuthorizableOperation[]
AuthorizableOperationFactory.getAuthorizableOperations
(IManagedContainer container) -
Uses of IManagedContainer in org.eclipse.net4j.util.ui
Modifier and TypeMethodDescriptionprotected void
FactoryTypeContentProvider.connectInput
(IManagedContainer input) protected void
FactoryTypeContentProvider.disconnectInput
(IManagedContainer input) -
Uses of IManagedContainer in org.eclipse.net4j.util.ui.container
Modifier and TypeMethodDescriptionprotected IManagedContainer
ElementWizard.getContainer()
protected IManagedContainer
ElementWizardComposite.getContainer()
protected IManagedContainer
ElementWizardDialog.getContainer()
Modifier and TypeMethodDescriptionvoid
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) ModifierConstructorDescriptionElementWizardAction
(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) -
Uses of IManagedContainer in org.eclipse.net4j.util.ui.views
-
Uses of IManagedContainer in org.eclipse.net4j.util.ui.widgets
Modifier and TypeMethodDescriptionstatic void
CustomizeableComposite.customize
(Composite composite, IManagedContainer container, String productGroup, Object data)