Class BooleanScalarSetPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class BooleanScalarSetPanel extends JPanel
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. At the left side the label of the attribute is displayed. The label is optional.
See Also:
  • Constructor Details

    • BooleanScalarSetPanel

      public BooleanScalarSetPanel()
  • Method Details

    • setFont

      public void setFont(Font font)
      Overrides:
      setFont in class JComponent
    • setBackground

      public void setBackground(Color bg)
      Overrides:
      setBackground in class JComponent
    • setAttModel

      public void setAttModel(fr.esrf.tangoatk.core.IBooleanScalar ibs)
    • getAttModel

      public fr.esrf.tangoatk.core.IBooleanScalar getAttModel()
    • setLabelVisible

      public void setLabelVisible(boolean lv)
    • getLabelVisible

      public boolean getLabelVisible()
    • setUnitVisible

      public void setUnitVisible(boolean uv)
    • getUnitVisible

      public boolean getUnitVisible()
    • clearModel

      public void clearModel()