| Package | Description |
|---|---|
| org.eclipse.net4j.util.cache |
A generic caching and memory monitoring framework.
|
| org.eclipse.net4j.util.collection |
Additional collection-like interfaces and classes.
|
| 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.container.delegate |
Hybrid interfaces of notifying containers and the Java Collection Framework.
|
| org.eclipse.net4j.util.event |
A framework for sending of and listening to events.
|
| org.eclipse.net4j.util.fsm |
A framework for finite state machines.
|
| org.eclipse.net4j.util.lifecycle |
A framework for components with a simple lifecycle.
|
| org.eclipse.net4j.util.ref |
A framework for memory-sensitive keyed references and value maps.
|
| org.eclipse.net4j.util.registry |
Interfaces and classes for general purpose registries.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<E> |
class |
CacheMonitor |
| Modifier and Type | Class and Description |
|---|---|
class |
History<T> |
class |
PreferenceHistory |
| Modifier and Type | Class and Description |
|---|---|
class |
PriorityQueueRunner |
class |
QueueRunner |
class |
QueueRunner2<T extends Runnable> |
class |
QueueWorker<E> |
class |
QueueWorkerWorkSerializer |
class |
RWLockManager<OBJECT,CONTEXT>
Deprecated.
Use
RWOLockManager |
class |
RWOLockManager<OBJECT,CONTEXT>
Keeps track of locks on objects.
|
class |
Worker |
| Modifier and Type | Class and Description |
|---|---|
class |
Container<E>
|
class |
ManagedContainer
A default implementation of a
managed container. |
class |
SetContainer<E>
|
| Constructor and Description |
|---|
LifecycleEventConverter(Notifier owner) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegator<E>
A delegating base class for
containers. |
class |
ContainerBlockingQueue<E>
A default implementation of a
container blocking queue. |
class |
ContainerCollection<E>
A default implementation of a
container collection. |
class |
ContainerList<E>
A default implementation of a
container list. |
class |
ContainerMap<K,V>
A default implementation of a
container map. |
class |
ContainerQueue<E>
A default implementation of a
container queue. |
class |
ContainerSet<E>
A default implementation of a
container set. |
class |
ContainerSortedSet<E>
A default implementation of a
container sorted set. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutorServiceNotifier
Deprecated.
|
static class |
ExecutorServiceNotifier.ThreadPool
Deprecated.
|
class |
ValueNotifier<VALUE>
|
| Modifier and Type | Class and Description |
|---|---|
class |
FiniteStateMachine<STATE extends Enum<?>,EVENT extends Enum<?>,SUBJECT>
A finite state machine that is based on a matrix of
transitions. |
| Modifier and Type | Class and Description |
|---|---|
class |
Lifecycle
A default implementation of an entity with a
lifecycle. |
class |
ShareableLifecycle
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceQueueWorker<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingRegistry<K,V>
Implementation note: AbstractDelegatingRegistry does not preserve the "modifyable view" contract of
Map.entrySet() as well as of Map.keySet(), i.e. they are disconnected sets and modifications applied
to them are not applied to their underlying AbstractDelegatingRegistry. |
class |
HashMapDelegatingRegistry<K,V> |
class |
HashMapRegistry<K,V> |
class |
Registry<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
ChallengeNegotiator |
class |
ChallengeResponseNegotiator |
class |
FileUserManager |
class |
Negotiator<STATE extends Enum<?>,EVENT extends Enum<?>> |
class |
Randomizer |
class |
ResponseNegotiator |
class |
UserManager |
class |
UserManagerAuthenticator |
| Modifier and Type | Class and Description |
|---|---|
class |
UIQueueRunner |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementWizard |
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.