|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommonDisplayer | |
---|---|
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 CommonDisplayer in com.cosylab.gui |
---|
Classes in com.cosylab.gui that implement CommonDisplayer | |
---|---|
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 . |
Uses of CommonDisplayer in com.cosylab.gui.displayers |
---|
Subinterfaces of CommonDisplayer in com.cosylab.gui.displayers | |
---|---|
interface |
ConvertibleDisplayer
ConvertibleDisplayer enables usage of Converters. |
interface |
Displayer
Displayer interface describes GUI component, which is able to
dispaly on screen single dynamic data source. |
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 |
MultipleDisplayer
MultipleDisplayer interface describes GUI component, which is able to
dispaly on screen single dynamic data source. |
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 CommonDisplayer | |
---|---|
class |
AbstractDisplayerPanel
AbstractDisplayerPanel is a displayer that provides common
feature of a Displayer interface. |
Uses of CommonDisplayer in de.desy.acop.displayers |
---|
Classes in de.desy.acop.displayers that implement CommonDisplayer | |
---|---|
class |
AcopButton
AcopButton is a displayer that sets desired value on remote connection point when pressed. |
class |
AcopChart
AcopChart is an extension of Acop which enables
the use of ConnectionParameters and can connect to a remote
property. |
class |
AcopChartReorg
AcopChartReorg is a wrapper for Acop which
can present multiple graphs and allows setting of the most common Acop properties. |
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 |
AcopTable
AcopTable is a MultipleAcopDisplayer which is
inteded to show values of multi-channel arrays or spectrum arrays. |
class |
AcopTrendChart
AcopTrendChart is a wrapper for the Acop which can
show multiple trends in a single chart. |
class |
AcopWheelswitch
AcopWheelswitch is a displayer which can present a single
double value. |
Uses of CommonDisplayer in de.desy.acop.displayers.tools |
---|
Subinterfaces of CommonDisplayer in de.desy.acop.displayers.tools | |
---|---|
interface |
AcopDisplayer
AcopDisplayerConnector should be implemented by all Acop single displayers. |
interface |
MultipleAcopDisplayer<T extends AcopDisplayerParameters>
AcopMultipleDisplayer should be implemented by those displayers that
connects to multiple data sources. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |