| Package | Description |
|---|---|
| org.eclipse.net4j.util.concurrent |
Utility interfaces and classes commonly useful in concurrent programming.
|
| org.eclipse.net4j.util.confirmation |
A framework for providing confirmation from users.
|
| org.eclipse.net4j.util.container |
A framework of notifying collections and wiring containers.
|
| org.eclipse.net4j.util.factory |
A framework for factory based instance creation.
|
| org.eclipse.net4j.util.security |
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
|
| org.eclipse.net4j.util.ui.confirmation |
Confirmation dialogs.
|
| org.eclipse.net4j.util.ui.container |
An element wizard framework for managed containers.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
TimerLifecycle.DaemonFactory.create(String name) |
| Modifier and Type | Method and Description |
|---|---|
Object |
IConfirmationProvider.Factory.Default.create(String description) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ManagedContainer.createElement(String productGroup,
String factoryType,
String description) |
Object |
IManagedContainer.getElement(String productGroup,
String factoryType,
String description) |
Object |
ManagedContainer.getElement(String productGroup,
String factoryType,
String description) |
Object |
IManagedContainer.getElement(String productGroup,
String factoryType,
String description,
boolean activate) |
Object |
ManagedContainer.getElement(String productGroup,
String factoryType,
String description,
boolean activate) |
void |
IManagedContainer.loadElements(InputStream stream) |
void |
ManagedContainer.loadElements(InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
Object |
IFactory.create(String description) |
| Modifier and Type | Method and Description |
|---|---|
abstract ICredentialsProvider |
CredentialsProviderFactory.create(String description) |
Randomizer |
RandomizerFactory.create(String description) |
| Modifier and Type | Method and Description |
|---|---|
Object |
InteractiveConfirmationProvider.Factory.create(String description) |
| Modifier and Type | Method and Description |
|---|---|
abstract IElementWizard |
ElementWizardFactory.create(String description) |
Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.