Uses of Interface
org.eclipse.net4j.util.registry.IRegistry
Packages that use IRegistry
Package
Description
A framework of notifying collections and wiring containers.
A framework to describe and access properties of POJOs and to support Eclipse
property testers
and
IPropertySources
in a uniform way.Interfaces and classes for general purpose registries.
-
Uses of IRegistry in org.eclipse.net4j.util.container
Methods in org.eclipse.net4j.util.container that return IRegistryModifier and TypeMethodDescriptionprotected IRegistry<IFactoryKey,
IFactory> ManagedContainer.createFactoryRegistry()
IManagedContainer.getFactoryRegistry()
ManagedContainer.getFactoryRegistry()
-
Uses of IRegistry in org.eclipse.net4j.util.properties
Methods in org.eclipse.net4j.util.properties that return IRegistryModifier and TypeMethodDescriptionPropertiesContainerUtil.getProperties
(Object object) IPropertiesContainer.properties()
Methods in org.eclipse.net4j.util.properties with parameters of type IRegistry -
Uses of IRegistry in org.eclipse.net4j.util.registry
Classes in org.eclipse.net4j.util.registry that implement IRegistryModifier and TypeClassDescriptionclass
DelegatingRegistry<K,
V> Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract ofMap.entrySet()
as well as ofMap.keySet()
, i.e.class
class
HashMapRegistry<K,
V> static class
class
Registry<K,
V> class
UnmodifiableRegistry<K,
V> Methods in org.eclipse.net4j.util.registry that return IRegistryModifier and TypeMethodDescription<K,
V> IRegistry<K, V> RegistryUtil.unmodifiableRegistry
(IRegistry<K, V> registry) Methods in org.eclipse.net4j.util.registry with parameters of type IRegistryModifier and TypeMethodDescription<K,
V> IRegistry<K, V> RegistryUtil.unmodifiableRegistry
(IRegistry<K, V> registry) Constructors in org.eclipse.net4j.util.registry with parameters of type IRegistryModifierConstructorDescriptionDelegatingRegistry
(IRegistry<K, V> delegate) DelegatingRegistry
(IRegistry<K, V> delegate, boolean autoCommit) HashMapDelegatingRegistry
(IRegistry<K, V> delegate) HashMapDelegatingRegistry
(IRegistry<K, V> delegate, int initialCapacity) HashMapDelegatingRegistry
(IRegistry<K, V> delegate, int initialCapacity, float loadFactor) UnmodifiableRegistry
(IRegistry<K, V> delegate)