| Modifier and Type | Interface and Description |
|---|---|
interface |
IInstrumentRegistry
A registry for
IInstrument instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandardInstrumentRegistry
A registry for instruments.
|
class |
StandardInstrumentRegistry.Facade
The public portion of the InstrumentRegistry, which itself is never
leaked to client code.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
INotificationObserver<M extends INotificationSupport>
An object that observes another.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeferredEventDispatcher
Pluggable helper object for management and dispatching of events.
|
class |
EventDispatcher
Pluggable helper object for management and dispatching of events.
|
| Modifier and Type | Method and Description |
|---|---|
INotificationSupport |
LifecycleWatchdog.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDispatcher.attach(INotificationSupport support) |
void |
EventDispatcher.detach(INotificationSupport support) |
| Constructor and Description |
|---|
LifecycleWatchdog(INotificationSupport factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardEventBus.register(INotificationSupport ns) |
void |
IEventBus.register(INotificationSupport ns)
Any object wanting to propagate its own notifications via the
IEventBus can simply register himself. |
void |
StandardEventBus.unregister(INotificationSupport ns) |
void |
IEventBus.unregister(INotificationSupport ns)
Stop forwarding events from ns to the
IEventBus. |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctorFieldHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryLogHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreferencesAdapter
Adapt
Preferences to IPreferences. |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertiesNode
A
PropertiesNode that reflects the object properties using plain Java
beans techniques. |
class |
CommonNode<T>
A common implementation for a node in a tree.
|
class |
DeclaredPropertiesNode
A generic
PropertiesNode to collect predefined property children. |
class |
NoneNode
The "none" node.
|
class |
PropertiesNode
A common superclass for a node providing some grouped detail information on a
properties subset of its parent.
|
class |
PropertyNode
A common superclass for a node providing detail information on a specifc
property of its parent.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IUIComponent<M,C,T>
A user interface component abstraction, acting as a mediator to a concrete
window toolkit and a link between view and model layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UIComponent<M,C,T>
Abstraction of an user interface component.
|
class |
UIWizard<M,C,T>
A simple wizard like user interface implementation.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.