Subclasses of DataSourceSupport in com.cosylab.gui.adapters |
class |
AbstractConverter
AbstractConverter is implementation of
Converter interface intended for convenience when implementing new converter. |
class |
AsynchronousDispatcher
AsynchronousDispatcher is implementation of
AsynchronousNumberConsumer which delegates value updates to
registered consumers. |
class |
DataConsumerDispatcher
DataConsumerDispatcher is support class for data consumer
dispatcher implementators. |
class |
ExponentialConverter
ExponentialConverter uses the supplied values
as the exponential factor to the specified base. |
class |
IdentityConverter
IdentityConverter is ismplest possible conversion, it delegates same data value to consumers. |
class |
LinearConverter
MulitplierConverter acts as data source and data consumer in
the same time. |
class |
LogarithmicConverter
LogarithmicConverter logarithms the supplied value using the
logarithm of the specified base. |
class |
MultiplierConverter
MulitplierConverter acts as data source and data consumer in
the same time. |
class |
NonblockingNumberDispatcher
NonblockingNumberDispatcher is implementation of
NonblockingNumberConsumer which delegates value updates to
registered consumers. |
class |
OnApplyDispatcher
|
class |
PotentialConverter
PotentialConverter transforms the incomming value
in the way that it exponents it to the given exponent factor. |
class |
SimpleArrayConverterSupport
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
class |
SimpleConverterSupport
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
class |
SynchronousNumberDispatcher
SynchronousNumberDispatcher is implementation of
SynchronousNumberConsumer which delegates value updates to
registered consumers. |