DESY ACOP Beans Home

Uses of Class
com.cosylab.gui.adapters.DataConsumerDispatcher

Packages that use DataConsumerDispatcher
com.cosylab.gui.adapters   
 

Uses of DataConsumerDispatcher in com.cosylab.gui.adapters
 

Subclasses of DataConsumerDispatcher 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 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.
 



Copyright © 2010. All Rights Reserved.