DESY ACOP Beans Home

Uses of Interface
com.cosylab.application.state.StateOriginator

Packages that use StateOriginator
com.cosylab.application.state.impl   
com.cosylab.gui   
com.cosylab.gui.components   
de.desy.acop.displayers   
 

Uses of StateOriginator in com.cosylab.application.state.impl
 

Methods in com.cosylab.application.state.impl that return StateOriginator
protected  StateOriginator AWTStateKeeper.getOriginator(java.awt.Container root, java.lang.String ID)
           
 

Uses of StateOriginator in com.cosylab.gui
 

Classes in com.cosylab.gui that implement StateOriginator
 class DialKnobDisplayer
          DialKnob implemented as Displayer.
 class DoubleNumberDisplayer
          DoubleNumberDisplayer is simple implementation of DoubleDisplayer interface based on LabelledNumberfield.
 class GaugerDisplayer
          Gauger displayer.
 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.
 

Uses of StateOriginator in com.cosylab.gui.components
 

Classes in com.cosylab.gui.components that implement StateOriginator
 class AbstractDisplayerPanel
          A container for simple displayers is able to display a small dispalyer component together with an optional title in a vertical or horizontal resizable layout.
 class AbstractNumericDisplayerPanel
          An extension of AbstractDisplayerPanel used for numerical displayers.
 class DialKnob
          A visual component for displaying and manipulating a double ranged value.
 class Gauger
          Gauger is a visual component that displays a value on a scale between minimum and maximum.
 class LabelledGauger
          LabelledGauger is an extension of AbstractDisplayerPanel which provides Gauger as the numerical value displayer.
 class LabelledLedder
          LabelledLedder ...
 class LabelledNumberField
          LabelledNumberField is extended NumberField with title label and units label.
 class LabelledWheelswitch
          LabelledWheelswitch is extended Wheelswitch with title label and unit label in same style.
 class Piper
          A visual component for displaying numerical (double) values using a liquid partially filled vertical tube visualisation.
 class Slider
          Slider is a GUI component for displaying double value.
 

Uses of StateOriginator in de.desy.acop.displayers
 

Classes in de.desy.acop.displayers that implement StateOriginator
 class AcopDialKnob
          AcopDialKnob is a single double value displayer.
 class AcopGauger
          AcopGauger is a single double value AcopDisplayer.
 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.
 



Copyright © 2010. All Rights Reserved.