DESY ACOP Beans Home

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

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

Uses of ConvertibleDisplayer in com.cosylab.gui
 

Classes in com.cosylab.gui that implement ConvertibleDisplayer
 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 SliderDisplayer
          Displays value on editable slider.
 class SliderDisplayerSetter
           
 class WheelswitchDisplayer
          WheelswitchDisplayer is simple implementation of Displayer interface based on LabelledWheelswitch.
 

Uses of ConvertibleDisplayer in com.cosylab.gui.displayers
 

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

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

Uses of ConvertibleDisplayer in de.desy.acop.displayers
 

Classes in de.desy.acop.displayers that implement ConvertibleDisplayer
 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 ConvertibleDisplayer in de.desy.acop.displayers.tools
 

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



Copyright © 2010. All Rights Reserved.