|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DoubleDisplayer | |
|---|---|
| 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 DoubleDisplayer in com.cosylab.gui |
|---|
| Classes in com.cosylab.gui that implement DoubleDisplayer | |
|---|---|
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 DoubleDisplayer in com.cosylab.gui.displayers |
|---|
| Methods in com.cosylab.gui.displayers with parameters of type DoubleDisplayer | |
|---|---|
static void |
DisplayerUtilities.setCharacteristics(java.util.Map characteristics,
DoubleDisplayer disp)
Sets characteristics from Map to the displayer. |
| Constructors in com.cosylab.gui.displayers with parameters of type DoubleDisplayer | |
|---|---|
DisplayerParameters(java.lang.String name,
DoubleDisplayer disp)
Constructs new DisplayerParameters with the given name. |
|
DisplayerParameters(java.lang.String name,
int size,
DoubleDisplayer disp)
|
|
| Uses of DoubleDisplayer in de.desy.acop.displayers |
|---|
| Classes in de.desy.acop.displayers that implement DoubleDisplayer | |
|---|---|
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. |
| Uses of DoubleDisplayer in de.desy.acop.displayers.tools |
|---|
| Constructors in de.desy.acop.displayers.tools with parameters of type DoubleDisplayer | |
|---|---|
AcopDisplayerParameters(AcopDisplayer adisp,
DoubleDisplayer ddisp)
Constructs new AcopDisplayerParameters gathering the essential data from the provided displayer. |
|
AcopDisplayerParameters(java.lang.String name,
int size,
AcopDisplayer adisp,
DoubleDisplayer ddisp)
Constructs new AcopDisplayerParameters gathering the essential data from the provided displayer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||