Package fr.esrf.tangoatk.widget.attribute

Contains a set of class to display the most of tango attributes.

See:
          Description

Interface Summary
IAttributeViewer  
IRoiListener  
 

Class Summary
AScalarViewer  
AttributeMultiChart  
AttributeQualityLightViewer A LED that will take the appropriate color for an attribute's quality
BooleanScalarCheckBoxViewer An BooleanScalarCheckBoxViewer is a BooleanScalar attribute viewer.
BooleanScalarCheckBoxViewerBeanInfo  
BooleanScalarComboEditor A class to set the value of a BooleanScalar attribute by selecting the value True or False in a combobox.
BooleanScalarComboEditorBeanInfo  
BooleanScalarSetPanel A BooleanScalarSetPanel is a Swing JPanel which displays the "read value" of the boolean scalar attribute with a booleanCheckboxViewer and the setPoint of the boolean scalar attribute with a booleanComboEditor which is used to set the attribute.
BooleanScalarSetPanelBeanInfo  
BooleanTrend A class to monitor multiple boolean scalar attributes.
DevStateSpectrumViewer  
DevStateSpectrumViewerBeanInfo  
DualNumberScalarChart  
DualSpectrumImageViewer A class to display a scalar spectra attribute according to an other spectra attribute.
EnumScalarComboEditor A class to set the value of a EnumScalar attribute by selecting the value in a the list of the enumerated values.
EnumScalarSetPanel A EnumScalarSetPanel is a Swing JPanel which displays the "read value" of the EnumScalar together with the corresponding EnumScalarEditor.
EnumScalarSetPanelBeanInfo  
IconNumberScalarViewer  
IconNumberScalarViewerBeanInfo  
IconNumberSpectrumViewer  
IconNumberSpectrumViewerBeanInfo  
ImageControlAdapter ImageControlAdapter serves as an adapter between a fr.esrf.tangoatk.core.INumberImage and a fr.esrf.tangoatk.widget.image.IImageViewer.
MultiNumberSpectrumViewer A class to display several spectrum attributes in the same chart.
MultiNumberSpectrumViewerBeanInfo  
MultiScalarTableViewer A MultiScalarTableViewer is a Swing JTable which displays the "read value" of several scalar attributes each of them in one cell of the table.
MultiScalarTableViewerBeanInfo  
NonAttrNumberSpectrumViewer  
NumberImageJTableAdapter  
NumberImageJViewer A high level class to display a TANGO image and handle several image manipulation function.
NumberImageTable  
NumberImageViewer A high level class to display a TANGO image and handle several image manipulation function.
NumberScalarCheckBoxViewer An NumberScalarCheckBoxViewer is a NumberScalar attribute viewer.
NumberScalarComboEditor A class to set the value of a NumberScalar attribute by selecting the value in a list of possible values.
NumberScalarListViewer  
NumberScalarListViewerBeanInfo  
NumberScalarProgressBar  
NumberScalarProgressBarBeanInfo  
NumberScalarSetPanel A NumberScalarSetPanel is a Swing JPanel which displays the "read value" of the numberScalar below a NumberScalarWheelEditor.
NumberScalarSetPanelBeanInfo  
NumberScalarSpinner  
NumberScalarStateViewer  
NumberScalarStateViewerBeanInfo  
NumberScalarViewer A class to display a scalar aligned verticaly to the NumberScalarWheelEditor
NumberScalarViewerBeanInfo  
NumberScalarWheelEditor A Tango Number WheelSwitch editor.
NumberScalarWheelEditorBeanInfo  
NumberSpectrumItemTrend NumberSpectrumItemTrend NumberSpectrumItemTrend is a viewer to display the trend of several items of a NumberSpectrum attributes.
NumberSpectrumItemTrendBeanInfo  
NumberSpectrumRecorder A component using a NumberSpectrumViewer, and which allows to remember the Values of the JLDataView of the NumberSpectrumViewer.
NumberSpectrumTrendViewer  
NumberSpectrumViewer A class to display a scalar spectrum attribute .
NumberSpectrumViewerBeanInfo  
RawImageViewer A high level class to display a TANGO image following Tango DEV_ENCODED specification and handle several image manipulation function.
RoiEvent  
ScalarAttributeSetPanel A ScalarAttributeSetPanel is a Swing JPanel which displays the "read value" of a scalar attribute together with it's corresponding setter (or editor).
ScalarAttributeSetPanelBeanInfo  
ScalarInput  
ScalarListSetter  
ScalarListSetterBeanInfo  
ScalarListViewer  
ScalarListViewerBeanInfo  
SignalScalarButtonSetter A class to set the value of a signal attribute (this means an attribute representing a boolean value, but of type BooleanScalar or NumberScalar) by selecting the value True or False in a combobox.
SignalScalarCheckBoxViewer A SignalScalarCheckBoxViewer is a viewer, represented as a CheckBox, for a signal attribute (this means an attribute representing a boolean value, but of type BooleanScalar or NumberScalar).
SignalScalarComboEditor A class to set the value of a signal attribute (this means an attribute representing a boolean value, but of type BooleanScalar or NumberScalar) by selecting the value True or False in a combobox.
SignalScalarLightViewer A light to show the value of a signal attribute (this means an attribute representing a boolean value, but of type BooleanScalar or NumberScalar)
SimpleEnumScalarViewer A light weigth viewer which display an enumerated scalar attribute (EnumScalar).
SimplePropertyFrame Class for display/edit attribute property
SimpleScalarViewer A light weigth viewer which display a scalar attribute (String or Number) and its unit.
SimpleScalarViewerBeanInfo  
SimpleStringSpectrumViewer  
SimpleStringSpectrumViewerBeanInfo  
StateViewer State State is a viewer to surveil and attribute of type DevState.
StateViewerBeanInfo  
StatusViewer  
StatusViewerBeanInfo  
StringImageTableViewer A StringImageTableViewer is a Swing JTable provided for the StringImage attributes.
StringImageTableViewerBeanInfo  
StringScalarComboEditor A class to set the value of a StringScalar attribute by selecting the value in a list of possible values.
StringScalarEditor  
StringScalarNumberComboEditor  
StringScalarSetPanel A StringScalarSetPanel is a Swing JPanel which displays the "read value" of the StringScalar below a StringScalarEditor.
StringScalarSetPanelBeanInfo  
StringScalarViewer  
StringScalarViewerBeanInfo  
TabbedPaneDevStateScalarViewer TabbedPaneDevStateScalarViewer TabbedPaneDevStateScalarViewer is a viewer to display several attributes of type DevState.
TabbedPaneDevStateScalarViewerBeanInfo  
Trend A class to monitor multiple scalar attributes.
 

Package fr.esrf.tangoatk.widget.attribute Description

Contains a set of class to display the most of tango attributes. Each viewer listen for valueChange on a tango attribute and then display new value(s).