|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Notifier | |
|---|---|
| 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. |
| Uses of Notifier in org.eclipse.net4j.util.cache |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.cache | |
|---|---|
class |
Cache<E>
|
class |
CacheMonitor
|
| Uses of Notifier in org.eclipse.net4j.util.collection |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.collection | |
|---|---|
class |
History<T>
|
class |
PreferenceHistory
|
| Uses of Notifier in org.eclipse.net4j.util.concurrent |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.concurrent | |
|---|---|
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
|
| Uses of Notifier in org.eclipse.net4j.util.container |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.container | |
|---|---|
class |
Container<E>
An abstract base implementation of a container with a lifecycle. |
class |
ManagedContainer
A default implementation of a managed container. |
class |
SetContainer<E>
An implementation of a container that stores its elements in a set. |
| Constructors in org.eclipse.net4j.util.container with parameters of type Notifier | |
|---|---|
LifecycleEventConverter(Notifier owner)
|
|
| Uses of Notifier in org.eclipse.net4j.util.container.delegate |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.container.delegate | |
|---|---|
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. |
| Uses of Notifier in org.eclipse.net4j.util.event |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.event | |
|---|---|
class |
ExecutorServiceNotifier
Deprecated. |
static class |
ExecutorServiceNotifier.ThreadPool
Deprecated. |
class |
ValueNotifier<VALUE>
A notifier with an ID and a single value. |
| Uses of Notifier in org.eclipse.net4j.util.fsm |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.fsm | |
|---|---|
class |
FiniteStateMachine<STATE extends Enum<?>,EVENT extends Enum<?>,SUBJECT>
A finite state machine that is based on a matrix of transitions. |
| Uses of Notifier in org.eclipse.net4j.util.lifecycle |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.lifecycle | |
|---|---|
class |
Lifecycle
A default implementation of an entity with a lifecycle. |
class |
ShareableLifecycle
A lifecycle entity with a reference count that can be activated multiple times. |
| Uses of Notifier in org.eclipse.net4j.util.ref |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.ref | |
|---|---|
class |
ReferenceQueueWorker<T>
|
| Uses of Notifier in org.eclipse.net4j.util.registry |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.registry | |
|---|---|
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>
|
| Uses of Notifier in org.eclipse.net4j.util.security |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.security | |
|---|---|
class |
ChallengeNegotiator
|
class |
ChallengeResponseNegotiator
|
class |
FileUserManager
|
class |
Negotiator<STATE extends Enum<?>,EVENT extends Enum<?>>
|
class |
Randomizer
|
class |
ResponseNegotiator
|
class |
UserManager
|
class |
UserManagerAuthenticator
|
| Uses of Notifier in org.eclipse.net4j.util.ui |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.ui | |
|---|---|
class |
UIQueueRunner
|
| Uses of Notifier in org.eclipse.net4j.util.ui.container |
|---|
| Subclasses of Notifier in org.eclipse.net4j.util.ui.container | |
|---|---|
class |
ElementWizard
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||