|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoubleConsumer | |
---|---|
com.cosylab.gui | |
com.cosylab.gui.adapters | |
com.cosylab.gui.displayers | A package containing framework for building displayer components. |
de.desy.acop.displayers |
Uses of DoubleConsumer in com.cosylab.gui |
---|
Classes in com.cosylab.gui that implement DoubleConsumer | |
---|---|
class |
ButtonController
Button that sets desired value on consumer when pressed. |
class |
CheckBoxController
CheckBox for displaying and switching double properties between two values. |
class |
DialKnobDisplayer
DialKnob implemented as Displayer . |
class |
DoubleNumberDisplayer
DoubleNumberDisplayer is simple implementation of
DoubleDisplayer interface based on
LabelledNumberfield . |
class |
GaugerDisplayer
Gauger displayer. |
class |
SliderDisplayer
Displays value on editable slider. |
class |
SliderDisplayerSetter
|
class |
WheelswitchDisplayer
WheelswitchDisplayer is simple implementation of
Displayer interface based on LabelledWheelswitch . |
Uses of DoubleConsumer in com.cosylab.gui.adapters |
---|
Classes in com.cosylab.gui.adapters that implement DoubleConsumer | |
---|---|
class |
DataInterceptor
DataInterceptor filters data that belongs to DoubleConsumer. |
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 |
OnApplyDispatcher
|
class |
PotentialConverter
PotentialConverter transforms the incomming value
in the way that it exponents it to the given exponent factor. |
class |
SimpleConverterSupport
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
Methods in com.cosylab.gui.adapters with parameters of type DoubleConsumer | |
---|---|
void |
DataInterceptor.setConsumer(DoubleConsumer newConsumer)
Sets consumer of which this DataInterceptor intercepts
data. |
Constructors in com.cosylab.gui.adapters with parameters of type DoubleConsumer | |
---|---|
DataInterceptor(DoubleConsumer consumer,
long timeInterval)
Constructor. |
Uses of DoubleConsumer in com.cosylab.gui.displayers |
---|
Subinterfaces of DoubleConsumer in com.cosylab.gui.displayers | |
---|---|
interface |
DoubleDisplayer
A specialization of the Displayer interface for Java primitive
type double . |
Classes in com.cosylab.gui.displayers that implement DoubleConsumer | |
---|---|
class |
DoubleConsumerMulticaster
DoubleConsumerMulticaster casts different data consumers to
DoubleConsumer. |
class |
LongConsumerMulticaster
LongConsumerMulticaster casts different data consumers to
LongConsumer. |
class |
ObjectConsumerMulticaster
ObjectConsumerMulticaster delegates all defined data sources to
ObjectConsumer delegate. |
class |
PatternConsumerMulticaster
PatternConsumerMulticaster casts different data consumers to
PatternConsumer. |
class |
StringConsumerMulticaster
StringConsumerMulticaster casts different data consumers to
StringConsumer. |
Methods in com.cosylab.gui.displayers that return DoubleConsumer | |
---|---|
static DoubleConsumer |
DoubleConsumerMulticaster.createDataConsumer(java.lang.Class type,
DoubleConsumer delegate)
If multicaster supports type, new multicaster is created, otherwise null is returned. |
DoubleConsumer |
DoubleConsumerMulticaster.getDelegate()
Returns the consumer to which all call sare delegated. |
Methods in com.cosylab.gui.displayers with parameters of type DoubleConsumer | |
---|---|
static DoubleConsumer |
DoubleConsumerMulticaster.createDataConsumer(java.lang.Class type,
DoubleConsumer delegate)
If multicaster supports type, new multicaster is created, otherwise null is returned. |
void |
DoubleConsumerMulticaster.setDelegate(DoubleConsumer delegate)
Sets the consumer to which all call sare delegated. |
Constructors in com.cosylab.gui.displayers with parameters of type DoubleConsumer | |
---|---|
DoubleConsumerMulticaster(DoubleConsumer delegate)
Creates a new DoubleConsumerMulticaster object. |
Uses of DoubleConsumer in de.desy.acop.displayers |
---|
Classes in de.desy.acop.displayers that implement DoubleConsumer | |
---|---|
class |
AcopButton
AcopButton is a displayer that sets desired value on remote connection point when pressed. |
class |
AcopCheckBox
AcopCheckBox is a displayer for displaying and switching between two double values. |
class |
AcopDialKnob
AcopDialKnob is a single double value displayer. |
class |
AcopGauger
AcopGauger is a single double value AcopDisplayer . |
class |
AcopNumberLabel
AcopNumberLabel is a displayer which can show a single double value. |
class |
AcopSlider
AcopSlider is a displayer which can show a single
double value. |
class |
AcopWheelswitch
AcopWheelswitch is a displayer which can present a single
double value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |