DESY ACOP Beans Home

Uses of Interface
com.cosylab.gui.displayers.LongConsumer

Packages that use LongConsumer
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 LongConsumer in com.cosylab.gui
 

Classes in com.cosylab.gui that implement LongConsumer
 class IconDisplayer
          IconDisplayer is a displayer that displays icons associated with different values.
 

Uses of LongConsumer in com.cosylab.gui.adapters
 

Classes in com.cosylab.gui.adapters that implement LongConsumer
 class OnApplyDispatcher
           
 

Uses of LongConsumer in com.cosylab.gui.displayers
 

Subinterfaces of LongConsumer in com.cosylab.gui.displayers
 interface IconDisplayer
          IconDisplayer can display long values (similar to LongDisplayer) but instead of showing the number value it shows different icons for each of the received values.
 interface LongDisplayer
          A specialization of Displayer interface for Java primitive type long.
 

Classes in com.cosylab.gui.displayers that implement LongConsumer
 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 LongConsumer
static LongConsumer LongConsumerMulticaster.createDataConsumer(java.lang.Class type, LongConsumer delegate)
          If multicaster supports type, new multicaster is created, otherwise nullis returned.
 LongConsumer LongConsumerMulticaster.getDelegate()
          Returns the consumer to which all call sare delegated.
 

Methods in com.cosylab.gui.displayers with parameters of type LongConsumer
static LongConsumer LongConsumerMulticaster.createDataConsumer(java.lang.Class type, LongConsumer delegate)
          If multicaster supports type, new multicaster is created, otherwise nullis returned.
 void LongConsumerMulticaster.setDelegate(LongConsumer delegate)
          Sets the consumer to which all call sare delegated.
 

Constructors in com.cosylab.gui.displayers with parameters of type LongConsumer
LongConsumerMulticaster(LongConsumer delegate)
          Creates a new LongConsumerMulticaster object.
 

Uses of LongConsumer in de.desy.acop.displayers
 

Classes in de.desy.acop.displayers that implement LongConsumer
 class AcopIcon
          AcopIcon is a displayer which can show imageable value.
 



Copyright © 2010. All Rights Reserved.