|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IFactory | |
|---|---|
| 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.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.container | An element wizard framework for managed containers. |
| Uses of IFactory in org.eclipse.net4j.util.concurrent |
|---|
| Classes in org.eclipse.net4j.util.concurrent that implement IFactory | |
|---|---|
class |
ExecutorServiceFactory
|
static class |
TimerLifecycle.DaemonFactory
|
| Uses of IFactory in org.eclipse.net4j.util.container |
|---|
| Subinterfaces of IFactory in org.eclipse.net4j.util.container | |
|---|---|
interface |
IManagedContainerFactory
An extension of the IFactory protocol that provides an
awareness of the container that instantiated it, so that the
factory may reach back into that container for dependencies. |
| Methods in org.eclipse.net4j.util.container that return IFactory | |
|---|---|
IFactory |
IManagedContainer.getFactory(String productGroup,
String factoryType)
|
IFactory |
ManagedContainer.getFactory(String productGroup,
String factoryType)
|
| Methods in org.eclipse.net4j.util.container that return types with arguments of type IFactory | |
|---|---|
protected IRegistry<IFactoryKey,IFactory> |
ManagedContainer.createFactoryRegistry()
|
IRegistry<IFactoryKey,IFactory> |
IManagedContainer.getFactoryRegistry()
|
IRegistry<IFactoryKey,IFactory> |
ManagedContainer.getFactoryRegistry()
|
| Methods in org.eclipse.net4j.util.container with parameters of type IFactory | |
|---|---|
IManagedContainer |
IManagedContainer.registerFactory(IFactory factory)
|
ManagedContainer |
ManagedContainer.registerFactory(IFactory factory)
|
| Uses of IFactory in org.eclipse.net4j.util.factory |
|---|
| Classes in org.eclipse.net4j.util.factory that implement IFactory | |
|---|---|
class |
Factory
A default implementation of a factory. |
class |
FactoryDescriptor
A factory that delegates to an extension registry contribution. |
| Methods in org.eclipse.net4j.util.factory that return IFactory | |
|---|---|
IFactory |
FactoryDescriptor.createFactory()
|
| Uses of IFactory in org.eclipse.net4j.util.security |
|---|
| Classes in org.eclipse.net4j.util.security that implement IFactory | |
|---|---|
class |
AuthenticatorFactory
|
class |
ChallengeNegotiatorFactory
|
class |
CredentialsProviderFactory
|
class |
FileAuthenticatorFactory
TODO Consider file attributes when creating initially empty file |
class |
FileUserManagerFactory
TODO Consider file attributes when creating initially empty file |
class |
NegotiatorFactory
|
class |
RandomizerFactory
|
class |
ResponseNegotiatorFactory
|
class |
UserManagerFactory
|
| Uses of IFactory in org.eclipse.net4j.util.ui.container |
|---|
| Classes in org.eclipse.net4j.util.ui.container that implement IFactory | |
|---|---|
class |
ElementWizardFactory
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||