Uses of Interface
org.eclipse.net4j.util.factory.IFactory
Packages that use IFactory
Package
Description
Utility classes.
Utility interfaces and classes commonly useful in concurrent programming.
A framework for providing confirmation from users.
A framework of notifying collections and wiring containers.
A framework for factory based instance creation.
Interfaces and classes for I/O.
Interfaces and classes for security, negotiation, authentication, authorization and cryptography.
Reusable UI components.
Confirmation dialogs.
An element wizard framework for managed containers.
Helpers for Eclipse view parts.
A library with reusable widgets.
-
Uses of IFactory in org.eclipse.net4j.util
Classes in org.eclipse.net4j.util that implement IFactoryModifier and TypeClassDescriptionstatic class
static final class
static final class
static final class
Methods in org.eclipse.net4j.util that return IFactory -
Uses of IFactory in org.eclipse.net4j.util.concurrent
Classes in org.eclipse.net4j.util.concurrent that implement IFactoryModifier and TypeClassDescriptionstatic class
class
static class
-
Uses of IFactory in org.eclipse.net4j.util.confirmation
Classes in org.eclipse.net4j.util.confirmation that implement IFactoryModifier and TypeClassDescriptionstatic class
static class
-
Uses of IFactory in org.eclipse.net4j.util.container
Subinterfaces of IFactory in org.eclipse.net4j.util.containerModifier and TypeInterfaceDescriptioninterface
An extension of theIFactory
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 IFactoryModifier and TypeMethodDescriptionIManagedContainer.getFactory
(String productGroup, String factoryType) ManagedContainer.getFactory
(String productGroup, String factoryType) Methods in org.eclipse.net4j.util.container that return types with arguments of type IFactoryModifier and TypeMethodDescriptionprotected IRegistry<IFactoryKey,
IFactory> ManagedContainer.createFactoryRegistry()
IManagedContainer.getFactoryRegistry()
ManagedContainer.getFactoryRegistry()
Methods in org.eclipse.net4j.util.container with parameters of type IFactoryModifier and TypeMethodDescriptionIManagedContainer.registerFactory
(IFactory factory) ManagedContainer.registerFactory
(IFactory factory) IManagedContainer.unregisterFactory
(IFactory factory) ManagedContainer.unregisterFactory
(IFactory factory) -
Uses of IFactory in org.eclipse.net4j.util.factory
Subinterfaces of IFactory in org.eclipse.net4j.util.factoryClasses in org.eclipse.net4j.util.factory that implement IFactoryModifier and TypeClassDescriptionclass
AnnotationFactory<PRODUCT>
Creates products reflectively and configures them via product method annotations.class
A default implementation of afactory
.class
Deprecated.As of 3.19 no longer public API.class
class
class
class
static class
Methods in org.eclipse.net4j.util.factory that return IFactoryModifier and TypeMethodDescriptionabstract IFactory[]
FactoryDescriptor.createFactory()
Deprecated. -
Uses of IFactory in org.eclipse.net4j.util.io
Classes in org.eclipse.net4j.util.io that implement IFactoryModifier and TypeClassDescriptionstatic class
static class
-
Uses of IFactory in org.eclipse.net4j.util.security
Classes in org.eclipse.net4j.util.security that implement IFactoryModifier and TypeClassDescriptionclass
class
class
static final class
class
TODO Consider file attributes when creating initially empty fileclass
TODO Consider file attributes when creating initially empty fileclass
class
class
class
Methods in org.eclipse.net4j.util.security that return IFactory -
Uses of IFactory in org.eclipse.net4j.util.security.operations
Classes in org.eclipse.net4j.util.security.operations that implement IFactoryModifier and TypeClassDescriptionfinal class
class
OperationAuthorizerFactory<CONTEXT>
If the meaning of this type isn't clear, there really should be more of a description here... -
Uses of IFactory in org.eclipse.net4j.util.ui
Classes in org.eclipse.net4j.util.ui that implement IFactoryModifier and TypeClassDescriptionstatic class
static class
-
Uses of IFactory in org.eclipse.net4j.util.ui.chat
Classes in org.eclipse.net4j.util.ui.chat that implement IFactoryModifier and TypeClassDescriptionstatic class
static class
-
Uses of IFactory in org.eclipse.net4j.util.ui.confirmation
Classes in org.eclipse.net4j.util.ui.confirmation that implement IFactory -
Uses of IFactory in org.eclipse.net4j.util.ui.container
Classes in org.eclipse.net4j.util.ui.container that implement IFactory -
Uses of IFactory in org.eclipse.net4j.util.ui.views
Classes in org.eclipse.net4j.util.ui.views that implement IFactoryModifier and TypeClassDescriptionstatic class
static class
-
Uses of IFactory in org.eclipse.net4j.util.ui.widgets
Classes in org.eclipse.net4j.util.ui.widgets that implement IFactory