| Package | Description |
|---|---|
| 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.
|
| org.eclipse.net4j.util.ui.widgets |
A library with reusable widgets.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
ExecutorServiceFactory.get(IManagedContainer container) |
static ExecutorService |
ConcurrencyUtil.getExecutorService(IManagedContainer container) |
static TimerLifecycle |
TimerLifecycle.DaemonFactory.getTimer(IManagedContainer container,
String name) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPluginContainer
A
managed container that is configured by the extension registry
. |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedContainer
A default implementation of a
managed container. |
| Modifier and Type | Method and Description |
|---|---|
static IManagedContainer |
ContainerUtil.createContainer() |
static IManagedContainer |
ContainerUtil.createPluginContainer()
Creates a new managed container that discovers factory and element processor
registrations in plug-in extensions.
|
IManagedContainer |
IManagedContainerFactory.getManagedContainer()
Obtains the container that I should use to get my dependencies.
|
IManagedContainer |
IManagedContainer.registerFactory(IFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContainerUtil.prepareContainer(IManagedContainer container) |
Object |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FactoryTypeContentProvider.connectInput(IManagedContainer input) |
protected void |
FactoryTypeContentProvider.disconnectInput(IManagedContainer input) |
| Modifier and Type | Method and Description |
|---|---|
protected IManagedContainer |
ElementWizard.getContainer() |
protected IManagedContainer |
ElementWizardComposite.getContainer() |
protected IManagedContainer |
ElementWizardDialog.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
IManagedContainer |
CustomizeableComposite.getContainer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
CustomizeableComposite.customize(Composite composite,
IManagedContainer container,
String productGroup,
Object data) |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.