DESY ACOP Beans Home

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

Packages that use Displayer
com.cosylab.gui   
com.cosylab.gui.displayers A package containing framework for building displayer components. 
com.cosylab.gui.util   
de.desy.acop.displayers   
de.desy.acop.displayers.tools   
 

Uses of Displayer in com.cosylab.gui
 

Classes in com.cosylab.gui that implement Displayer
 class ButtonController
          Button that sets desired value on consumer when pressed.
 class CharacteristicsMapPanel
          CharacteristicsMapPanel ...
 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 IconDisplayer
          IconDisplayer is a displayer that displays icons associated with different values.
 class LabelDisplayer
          A displayer GUI widget that can uniformly display changable string value.
 class SliderDisplayer
          Displays value on editable slider.
 class SliderDisplayerSetter
           
 class WheelswitchDisplayer
          WheelswitchDisplayer is simple implementation of Displayer interface based on LabelledWheelswitch.
 

Methods in com.cosylab.gui that return Displayer
 Displayer InfoDialog.getDisplayer()
          Returns the displayer connected with this InfoPanel.
 

Methods in com.cosylab.gui with parameters of type Displayer
 void InfoDialog.setDisplayer(Displayer displayer)
          Hooks this panel to the specified displayer.
 

Constructors in com.cosylab.gui with parameters of type Displayer
InfoDialog(Displayer displayer)
          Constructs a new InfoDialog which connects to the supplied displayer.
 

Uses of Displayer in com.cosylab.gui.displayers
 

Subinterfaces of Displayer in com.cosylab.gui.displayers
 interface ConvertibleDisplayer
          ConvertibleDisplayer enables usage of Converters.
 interface DoubleDisplayer
          A specialization of the Displayer interface for Java primitive type double.
 interface DoubleSeqDisplayer
          A specialization of the Displayer interface for Java primitive type double[].
 interface EnumDisplayer
          A specialization of Displayer interface for enumerations.
 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.
 interface ObjectDisplayer
          A specialization of the Displayer interface for Object Java type.
 interface PatternDisplayer
          A specialization of Displayer interface for patterns.
 interface StringDisplayer
          A specialization of the Displayer interface for String Java type.
 

Classes in com.cosylab.gui.displayers that implement Displayer
 class AbstractDisplayerPanel
          AbstractDisplayerPanel is a displayer that provides common feature of a Displayer interface.
 

Methods in com.cosylab.gui.displayers with parameters of type Displayer
static void DisplayerUtilities.prepareNewDataSource(DataSource dataSource, Displayer disp)
          This method can be used from setDataSource() method from displayer, which is passed as parameter.
 

Uses of Displayer in com.cosylab.gui.util
 

Fields in com.cosylab.gui.util declared as Displayer
protected  Displayer DisplayerParametersTransferHandler.displayer
           
protected  Displayer DefaultDisplayerParametersTransferHandler.displayer
           
 

Methods in com.cosylab.gui.util that return Displayer
 Displayer DisplayerParametersTransferHandler.getDisplayer()
          Returns the displayer.
 Displayer DefaultDisplayerParametersTransferHandler.getDisplayer()
          Returns the displayer.
 

Constructors in com.cosylab.gui.util with parameters of type Displayer
DefaultDisplayerParametersTransferHandler(Displayer comp, boolean reciveEnabled, boolean exportEnabled)
           
DefaultDisplayerParametersTransferHandler(Displayer comp, boolean reciveEnabled, boolean exportEnabled, java.awt.datatransfer.DataFlavor[] f, boolean resetFlavors)
           
DisplayerParametersTransferHandler(Displayer comp, boolean reciveEnabled, boolean exportEnabled)
           
 

Uses of Displayer in de.desy.acop.displayers
 

Classes in de.desy.acop.displayers that implement Displayer
 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 AcopIcon
          AcopIcon is a displayer which can show imageable value.
 class AcopLabel
          AcopLabel is an AcopDisplayer which can show string or number values.
 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.
 

Uses of Displayer in de.desy.acop.displayers.tools
 

Subinterfaces of Displayer in de.desy.acop.displayers.tools
 interface AcopDisplayer
          AcopDisplayerConnector should be implemented by all Acop single displayers.
 

Methods in de.desy.acop.displayers.tools with parameters of type Displayer
 void AcopInfoDialog.setDisplayer(Displayer displayer)
           
 



Copyright © 2010. All Rights Reserved.