インタフェースの概要 |
DataListenerRegistrant |
This provides methods for registering and deregistering arbitrary event
adapters to a DataHolder object. |
DataParameterChangeListener |
DataParameterChangeListener Interface provides an event notification method,
which is called in response to the change in parameter value of a DataHolder
object. |
DataParameterEditor |
The DataParameterEditor Interface provides methods for configuring
the initial values of parameter information in the DataHolder parameter
configuration editor. |
DataProvider |
DataProvider Bean is the Bean that models the monitored device and
provides other objects with the data obtained from the monitored device
through a communication mechanism. |
DataProviderCustomizerHelper |
DataProviderCustomizerHelper |
DataReferenceMaintainer |
The DataReferenceMaintainer interface provides methods that are called
by the Manager object when an object implementing the
DataReferenceMaintainer interface is registered or deregistered with the
Manager object. |
DataReferencerOwner |
The DataReferencerOwner interface provides a method to return information
concerning the DataHolder object types that the DataReferencer object can
refer to. |
DataValueChangeListener |
DataValueChangeListener Interface provides an event notification method,
which is called in reponse to a change in the value, time stamp and/or
quality flag information of a DataHolder object. |
QualityFlag |
QualityFlag interface provides the minimum necessary methods for the
object to indicate whether the value of the DataHolder object holds valid
information or not. |
クラスの概要 |
AbstractDataProvider |
AbstractDataProvider is the class which has a skeleton implementation of
the DataProvider interface. |
AbstractDataProviderBeanInfo |
|
DataHolder |
DataHolder is an object class which holds the data exchanged between
a DataProvider Bean and a GUI Bean. |
DataParameterChangeEvent |
DataParameterChangeEvent is inherited from EventObject, and holds
a DataHolder object as an event source. |
DataProviderCustomizer |
DataProviderCustomizer |
DataProviderCustomizerResBundle |
|
DataProviderCustomizerResBundle_ja |
|
DataReferencer |
DataReferencer is the class of the object that is held as a property of
a JIM GUI Bean and has the function of automatically establishing
a reference relationship between the GUI Bean object and the DataHolder
object to be referred. |
DataReferencerCEResBundle |
|
DataReferencerCEResBundle_ja |
|
DataReferencerEditor |
DataReferencerEditor is an editor for editing the JIM GUI Bean's
property whose object type is the DataReferencer class.
|
DataValueChangeEvent |
DataValueChangeEvent is inherited from EventObject, and holds
a DataHolder object as an event source. |
DefaultDataProviderCustomizerHelper |
DataProviderCustomHelper |
Manager |
The Manager class manages all of the DataProvider objects and
DataReferenceMaintainer objects that exist within an application.
Manager performs the following functions:
(1) Dynamically maintains consistency of the relationship between the
DataReferenceMaintainer objects registered to the Manager object and
the DataHolder objects maintained by the DataProvider objects also registered
in the Manager object, to which each of the DataReferenceMaintainer
objects refers.
(2) Supports the display and user configuration of parameters for objects
registered in the Manager object by way of various editors.
The same Manager object can always be acquired after invoking the
getInstance method, which is a static method of Manager . |
SimpleQualityFlag |
This is a basic class that implements the QualityFlag interface. |
Utility |
|
例外の概要 |
DataProviderDoesNotSupportException |
If the method has not been supported in the derived DataProvider class,
a DataProviderDoesNotSupportException is thrown. |
DuplicatedNameException |
This exception is thrown if an attempt is made to register a DataProvider
object with the same name as a previously registered DataProvider |
IllegalManagerMemberException |
This exception is thrown if an attempt is made to register a DataProvider
object, or DataReferenceMaintainer object that has already been registered
with the Manager. |
IllegalParameterException |
An IllegalParameterException is thrown if an unsuitable.parameter is set
for the DataHolder object. |
IllegalValueClassException |
An IllegalValueClassException is thrown if an unsuitable object is set
as the class for a value of a DataHolder object |