Class Summary |
AbstractConverter |
AbstractConverter is implementation of
Converter interface intended for convenience when implementing new converter. |
AsynchronousDispatcher |
AsynchronousDispatcher is implementation of
AsynchronousNumberConsumer which delegates value updates to
registered consumers. |
ConverterChain |
ConverterChain combines several converter into a single one. |
ConverterCustomizer |
ConverterCustomizer is an implementation of the
java.beans.Customizer which enables selection and
setting of a ConverterChain. |
ConverterCustomizerPropertyEditor |
|
ConverterUtilities |
A utility class for Converter manipulation. |
ConverterUtilities.CustomizerDialog |
|
DataConsumerDispatcher |
DataConsumerDispatcher is support class for data consumer
dispatcher implementators. |
DataInterceptor |
DataInterceptor filters data that belongs to DoubleConsumer. |
ExponentialConverter |
ExponentialConverter uses the supplied values
as the exponential factor to the specified base. |
FeedbackConsumerSupport |
FeedbackConsumerSupport is support class fo all implementators
who want to implement consumer, which receives requests for data change
from data consumers and displayers. |
IdentityConverter |
IdentityConverter is ismplest possible conversion, it delegates same data value to consumers. |
LinearConverter |
MulitplierConverter acts as data source and data consumer in
the same time. |
LinearConverterBeanInfo |
LinearConverterBeanInfo bean info. |
LogarithmicConverter |
LogarithmicConverter logarithms the supplied value using the
logarithm of the specified base. |
MultiplierConverter |
MulitplierConverter acts as data source and data consumer in
the same time. |
MultiplierConverterBeanInfo |
LinearConverterBeanInfo bean info. |
NonblockingNumberDispatcher |
NonblockingNumberDispatcher is implementation of
NonblockingNumberConsumer which delegates value updates to
registered consumers. |
OnApplyDispatcher |
|
PotentialConverter |
PotentialConverter transforms the incomming value
in the way that it exponents it to the given exponent factor. |
SimpleArrayConverterSupport |
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
SimpleConverterSupport |
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
SynchronousNumberDispatcher |
SynchronousNumberDispatcher is implementation of
SynchronousNumberConsumer which delegates value updates to
registered consumers. |