Class TLcdPropertyCheckboxSW

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

@Deprecated public class TLcdPropertyCheckboxSW extends JCheckBox
Deprecated.
Use a UI builder (e.g. Swing) or binding framework instead.
This is a JCheckbox to edit a boolean property through its PropertyEditor.
See Also:
  • Constructor Details

    • TLcdPropertyCheckboxSW

      public TLcdPropertyCheckboxSW()
      Deprecated.
      Constructs a default TLcdPropertyCheckbox.
    • TLcdPropertyCheckboxSW

      public TLcdPropertyCheckboxSW(PropertyEditor aPropertyEditor)
      Deprecated.
      Constructs a default TLcdPropertyCheckbox with a given PropertyEditor. aPropertyEditor.getValue() must return a Boolean.
  • Method Details

    • setStringTranslator

      public void setStringTranslator(ILcdStringTranslator aStringTranslator)
      Deprecated.

      Sets the ILcdStringTranslator which will be used to translate the text next to the checkbox.

      Parameters:
      aStringTranslator - The string translator
      Since:
      2015.1.x
    • setPropertyEditor

      public void setPropertyEditor(PropertyEditor aPropertyEditor)
      Deprecated.
      Sets the PropertyEditor to be considered. aPropertyEditor.getValue() must return a Boolean.
    • getComponent

      public Component getComponent()
      Deprecated.
    • getCellEditorValue

      public Object getCellEditorValue()
      Deprecated.
    • isCellEditable

      public boolean isCellEditable(EventObject aEvent)
      Deprecated.
    • shouldSelectCell

      public boolean shouldSelectCell(EventObject aEvent)
      Deprecated.
    • stopCellEditing

      public boolean stopCellEditing()
      Deprecated.
    • cancelCellEditing

      public void cancelCellEditing()
      Deprecated.