Class Summary |
ConsumerSupport |
|
ControlSupport |
This class provides default implementations for most of the methods in
the Control interface. |
ControlSupportHC |
A variant of ControlSupport to support controls that utilize a
hierarchy of DataItems. |
CurrencyChangedEvent |
This event is sent by the NavigationManager to all CurrencyListeners
whenever the the "current" control is changed. |
DataItemAccessHelper |
This class provides support to help access a data item. |
DbAccessMonitor |
This class tracks a DbAccess item. |
DbAccessMonitorFactory |
This factory object keeps track of DbAccesMonitor object. |
DbAccessSupport |
This class provides support to access a DbAccess data item. |
IncompleteTransactionAlertImpl |
IncompleteTransactionAlertImpl
Implements the InccompleteTransactionAlert interface |
InfoBusManager |
The InfoBusManager serves to track active controls. |
InfoBusManagerReleaseEvent |
Delivers the a reference to the Container that causing the release of
resource fo InfoBusMembers.
This most typically will occur when a container such as a frame is being
"closed" but it could also apply to a panel that is being "destroyed". |
NavigatedAdapter |
This class provides an empty implementation of the NavigatedListener
interface.Listeners that are not interested in receiving
all the NavigatedEvents should subclass from
NavigatedAdapter and override appropriate methods. |
NavigatedEvent |
NavigatedEvent is used by a Control to notify it's listener's
about the type and level of navigation change that occurs
when focus changes from control to another. |
NavigatingAdapter |
This class provides an empty implementation of the NavigatingListener
interface.Listeners that are not interested in receiving
all the NavigatingEvents should subclass from
NavigatingAdapter and override appropriate methods. |
NavigatingEvent |
|
NavigationManager |
This class arbitrates the focus changes between Data aware controls
Control. |